From: Finn Thain Date: Wed, 29 May 2013 06:53:32 +0000 (+1000) Subject: m68k: remove CONFIG_EARLY_PRINTK dependency on CONFIG_EMBEDDED, default to n X-Git-Tag: next-20130607~102^2~1 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7ee278258b342c6a7e9249666453096d2c04457b;p=karo-tx-linux.git m68k: remove CONFIG_EARLY_PRINTK dependency on CONFIG_EMBEDDED, default to n Allow CONFIG_EARLY_PRINTK without requiring both CONFIG_EMBEDDED and CONFIG_DEBUG. Default to disabled. Signed-off-by: Finn Thain Signed-off-by: Laurent Vivier Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/m68k/Kconfig.debug b/arch/m68k/Kconfig.debug index fa12283d58fc..229682721240 100644 --- a/arch/m68k/Kconfig.debug +++ b/arch/m68k/Kconfig.debug @@ -11,9 +11,8 @@ config BOOTPARAM_STRING depends on BOOTPARAM config EARLY_PRINTK - bool "Early printk" if EMBEDDED + bool "Early printk" depends on MVME16x || MAC - default y help Write kernel log output directly to a serial port.