summaryrefslogtreecommitdiffstats
path: root/arch/m68k/Kconfig.debug
diff options
context:
space:
mode:
authorFinn Thain <fthain@telegraphics.com.au>2013-05-29 16:53:32 +1000
committerGeert Uytterhoeven <geert@linux-m68k.org>2013-06-24 19:44:18 +0200
commit220921a0d1d2ab91ad719c06a09d86f0e8852bfa (patch)
tree82c75b05e4fa6bfc495820f54308d6f72a0f7af9 /arch/m68k/Kconfig.debug
parent5ecf85f082e2e0f4bfd967b9c7ae9d0b89552153 (diff)
downloadlinux-0-day-220921a0d1d2ab91ad719c06a09d86f0e8852bfa.tar.gz
linux-0-day-220921a0d1d2ab91ad719c06a09d86f0e8852bfa.tar.xz
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 <fthain@telegraphics.com.au> Signed-off-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k/Kconfig.debug')
-rw-r--r--arch/m68k/Kconfig.debug3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/m68k/Kconfig.debug b/arch/m68k/Kconfig.debug
index fa12283d58fcc..229682721240a 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.