aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/Kconfig.debug
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/Kconfig.debug')
-rw-r--r--arch/m68k/Kconfig.debug11
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
13config 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
13if !MMU 24if !MMU
14 25
15config FULLDEBUG 26config FULLDEBUG