diff options
Diffstat (limited to 'arch/m68k/Kconfig.debug')
-rw-r--r-- | arch/m68k/Kconfig.debug | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/arch/m68k/Kconfig.debug b/arch/m68k/Kconfig.debug index 229682721240..64776d7ac199 100644 --- a/arch/m68k/Kconfig.debug +++ b/arch/m68k/Kconfig.debug | |||
@@ -12,12 +12,17 @@ config BOOTPARAM_STRING | |||
12 | 12 | ||
13 | config EARLY_PRINTK | 13 | config EARLY_PRINTK |
14 | bool "Early printk" | 14 | bool "Early printk" |
15 | depends on MVME16x || MAC | 15 | depends on !(SUN3 || M68360 || M68000 || COLDFIRE) |
16 | help | 16 | help |
17 | Write kernel log output directly to a serial port. | 17 | Write kernel log output directly to a serial port. |
18 | Where implemented, output goes to the framebuffer as well. | ||
19 | PROM console functionality on Sun 3x is not affected by this option. | ||
20 | |||
21 | Pass "earlyprintk" on the kernel command line to get a | ||
22 | boot console. | ||
18 | 23 | ||
19 | This is useful for kernel debugging when your machine crashes very | 24 | This is useful for kernel debugging when your machine crashes very |
20 | early before the console code is initialized. | 25 | early, i.e. before the normal console driver is loaded. |
21 | You should normally say N here, unless you want to debug such a crash. | 26 | You should normally say N here, unless you want to debug such a crash. |
22 | 27 | ||
23 | if !MMU | 28 | if !MMU |