Loading arch/sparc/Kconfig +7 −0 Original line number Diff line number Diff line Loading @@ -221,6 +221,13 @@ config SPARC64_SMP default y depends on SPARC64 && SMP config EARLYFB bool "Support for early boot text console" default y depends on SPARC64 help Say Y here to enable a faster early framebuffer boot console. choice prompt "Kernel page size" if SPARC64 default SPARC64_PAGE_SIZE_8KB Loading arch/sparc/include/asm/btext.h 0 → 100644 +6 −0 Original line number Diff line number Diff line #ifndef _SPARC_BTEXT_H #define _SPARC_BTEXT_H extern int btext_find_display(void); #endif /* _SPARC_BTEXT_H */ arch/sparc/kernel/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,7 @@ obj-$(CONFIG_KGDB) += kgdb_$(BITS).o obj-$(CONFIG_DYNAMIC_FTRACE) += ftrace.o CFLAGS_REMOVE_ftrace.o := -pg obj-$(CONFIG_EARLYFB) += btext.o obj-$(CONFIG_STACKTRACE) += stacktrace.o # sparc64 PCI obj-$(CONFIG_SPARC64_PCI) += pci.o pci_common.o psycho_common.o Loading Loading
arch/sparc/Kconfig +7 −0 Original line number Diff line number Diff line Loading @@ -221,6 +221,13 @@ config SPARC64_SMP default y depends on SPARC64 && SMP config EARLYFB bool "Support for early boot text console" default y depends on SPARC64 help Say Y here to enable a faster early framebuffer boot console. choice prompt "Kernel page size" if SPARC64 default SPARC64_PAGE_SIZE_8KB Loading
arch/sparc/include/asm/btext.h 0 → 100644 +6 −0 Original line number Diff line number Diff line #ifndef _SPARC_BTEXT_H #define _SPARC_BTEXT_H extern int btext_find_display(void); #endif /* _SPARC_BTEXT_H */
arch/sparc/kernel/Makefile +1 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,7 @@ obj-$(CONFIG_KGDB) += kgdb_$(BITS).o obj-$(CONFIG_DYNAMIC_FTRACE) += ftrace.o CFLAGS_REMOVE_ftrace.o := -pg obj-$(CONFIG_EARLYFB) += btext.o obj-$(CONFIG_STACKTRACE) += stacktrace.o # sparc64 PCI obj-$(CONFIG_SPARC64_PCI) += pci.o pci_common.o psycho_common.o Loading