Allow CONFIG_EARLY_PRINTK without requiring both CONFIG_EMBEDDED and CONFIG_DEBUG. Default to disabled. Signed-off-by: Finn Thain <fthain@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Laurent Vivier <laurent@xxxxxxxxx> Index: linux-3.3/arch/m68k/Kconfig.debug =================================================================== --- linux-3.3.orig/arch/m68k/Kconfig.debug 2012-03-19 10:15:34.000000000 +1100 +++ linux-3.3/arch/m68k/Kconfig.debug 2013-05-29 10:54:21.000000000 +1000 @@ -11,9 +11,9 @@ config BOOTPARAM_STRING depends on BOOTPARAM config EARLY_PRINTK - bool "Early printk" if EMBEDDED + bool "Early printk" depends on MVME16x || MAC - default y + default n help Write kernel log output directly to a serial port. -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html