diff options
Diffstat (limited to 'arch/mips/Kconfig.debug')
| -rw-r--r-- | arch/mips/Kconfig.debug | 21 | 
1 files changed, 12 insertions, 9 deletions
diff --git a/arch/mips/Kconfig.debug b/arch/mips/Kconfig.debug index 37871f0de15..3a2b775e845 100644 --- a/arch/mips/Kconfig.debug +++ b/arch/mips/Kconfig.debug @@ -20,6 +20,18 @@ config EARLY_PRINTK  	  doesn't cooperate with an X server. You should normally say N here,  	  unless you want to debug such a crash. +config EARLY_PRINTK_8250 +	bool +	depends on EARLY_PRINTK && USE_GENERIC_EARLY_PRINTK_8250 +	default y +	help +	  "8250/16550 and compatible serial early printk driver" +	  If you say Y here, it will be possible to use a 8250/16550 serial +	  port as the boot console. + +config USE_GENERIC_EARLY_PRINTK_8250 +	bool +  config CMDLINE_BOOL  	bool "Built-in kernel command line"  	default n @@ -67,15 +79,6 @@ config CMDLINE_OVERRIDE  	  Normally, you will choose 'N' here. -config SMTC_IDLE_HOOK_DEBUG -	bool "Enable additional debug checks before going into CPU idle loop" -	depends on DEBUG_KERNEL && MIPS_MT_SMTC -	help -	  This option enables Enable additional debug checks before going into -	  CPU idle loop.  For details on these checks, see -	  arch/mips/kernel/smtc.c.  This debugging option result in significant -	  overhead so should be disabled in production kernels. -  config SB1XXX_CORELIS  	bool "Corelis Debugger"  	depends on SIBYTE_SB1xxx_SOC  | 
