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 2bdb1b01115c..8702dc65f7f2 100644 --- a/arch/m68k/Kconfig.debug +++ b/arch/m68k/Kconfig.debug | |||
@@ -2,6 +2,17 @@ menu "Kernel hacking" | |||
2 | 2 | ||
3 | source "lib/Kconfig.debug" | 3 | source "lib/Kconfig.debug" |
4 | 4 | ||
5 | config EARLY_PRINTK | ||
6 | bool "Early printk" if EMBEDDED | ||
7 | depends on MVME16x | ||
8 | default y | ||
9 | help | ||
10 | Write kernel log output directly to a serial port. | ||
11 | |||
12 | This is useful for kernel debugging when your machine crashes very | ||
13 | early before the console code is initialized. | ||
14 | You should normally say N here, unless you want to debug such a crash. | ||
15 | |||
5 | if !MMU | 16 | if !MMU |
6 | 17 | ||
7 | config FULLDEBUG | 18 | config FULLDEBUG |