Commit 220921a0 authored by Finn Thain's avatar Finn Thain Committed by Geert Uytterhoeven

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: default avatarFinn Thain <fthain@telegraphics.com.au>
Signed-off-by: default avatarLaurent Vivier <laurent@vivier.eu>
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 5ecf85f0
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment