Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -11,9 +11,8 @@ config BOOTPARAM_STRING
	depends on BOOTPARAM
	depends on BOOTPARAM


config EARLY_PRINTK
config EARLY_PRINTK
	bool "Early printk" if EMBEDDED
	bool "Early printk"
	depends on MVME16x || MAC
	depends on MVME16x || MAC
	default y
	help
	help
          Write kernel log output directly to a serial port.
          Write kernel log output directly to a serial port.