diff options
Diffstat (limited to 'arch/m68k/Kconfig.debug')
-rw-r--r-- | arch/m68k/Kconfig.debug | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/m68k/Kconfig.debug b/arch/m68k/Kconfig.debug index af4fd5f8f8d5..87233acef18b 100644 --- a/arch/m68k/Kconfig.debug +++ b/arch/m68k/Kconfig.debug | |||
@@ -10,6 +10,17 @@ config BOOTPARAM_STRING | |||
10 | default 'console=ttyS0,19200' | 10 | default 'console=ttyS0,19200' |
11 | depends on BOOTPARAM | 11 | depends on BOOTPARAM |
12 | 12 | ||
13 | config EARLY_PRINTK | ||
14 | bool "Early printk" if EMBEDDED | ||
15 | depends on MVME16x || MAC | ||
16 | default y | ||
17 | help | ||
18 | Write kernel log output directly to a serial port. | ||
19 | |||
20 | This is useful for kernel debugging when your machine crashes very | ||
21 | early before the console code is initialized. | ||
22 | You should normally say N here, unless you want to debug such a crash. | ||
23 | |||
13 | if !MMU | 24 | if !MMU |
14 | 25 | ||
15 | config FULLDEBUG | 26 | config FULLDEBUG |