diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 2906ae59af49..0be245d28a1d 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -837,20 +837,6 @@ config DMA_NONCOHERENT | |||
837 | config DMA_NEED_PCI_MAP_STATE | 837 | config DMA_NEED_PCI_MAP_STATE |
838 | bool | 838 | bool |
839 | 839 | ||
840 | config EARLY_PRINTK | ||
841 | bool "Early printk" if EMBEDDED && DEBUG_KERNEL | ||
842 | depends on SYS_HAS_EARLY_PRINTK | ||
843 | default y | ||
844 | help | ||
845 | This option enables special console drivers which allow the kernel | ||
846 | to print messages very early in the bootup process. | ||
847 | |||
848 | This is useful for kernel debugging when your machine crashes very | ||
849 | early before the console code is initialized. For normal operation, | ||
850 | it is not recommended because it looks ugly on some machines and | ||
851 | doesn't cooperate with an X server. You should normally say N here, | ||
852 | unless you want to debug such a crash. | ||
853 | |||
854 | config SYS_HAS_EARLY_PRINTK | 840 | config SYS_HAS_EARLY_PRINTK |
855 | bool | 841 | bool |
856 | 842 | ||