1 diff --git a/arch/mips/Kconfig.debug b/arch/mips/Kconfig.debug
2 index 0749c3724543..b5e3163024f1 100644
3 --- a/arch/mips/Kconfig.debug
4 +++ b/arch/mips/Kconfig.debug
5 @@ -21,18 +21,34 @@ config EARLY_PRINTK
6 doesn't cooperate with an X server. You should normally say N here,
7 unless you want to debug such a crash.
9 +menu "Early Printk Drivers"
12 + prompt "Early Printk Drivers"
13 + depends on EARLY_PRINTK
15 +config EARLY_PRINTK_IP27
16 + bool "Early Serial printk for IP27"
17 + depends on EARLY_PRINTK && SGI_IP27
19 + This is a hack to get early console output on IP27 under the new
20 + early printk framework added by IP30 support.
22 config EARLY_PRINTK_8250
24 + bool "8250 Serial printk"
25 depends on EARLY_PRINTK && USE_GENERIC_EARLY_PRINTK_8250
28 "8250/16550 and compatible serial early printk driver"
29 If you say Y here, it will be possible to use a 8250/16550 serial
30 port as the boot console.
34 config USE_GENERIC_EARLY_PRINTK_8250
40 bool "Built-in kernel command line"