diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2013-05-29 16:53:32 +1000 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-06-24 19:44:18 +0200 |
commit | 220921a0d1d2ab91ad719c06a09d86f0e8852bfa (patch) | |
tree | 82c75b05e4fa6bfc495820f54308d6f72a0f7af9 /arch/m68k/Kconfig.debug | |
parent | 5ecf85f082e2e0f4bfd967b9c7ae9d0b89552153 (diff) | |
download | op-kernel-dev-220921a0d1d2ab91ad719c06a09d86f0e8852bfa.zip op-kernel-dev-220921a0d1d2ab91ad719c06a09d86f0e8852bfa.tar.gz |
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.debug | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/m68k/Kconfig.debug b/arch/m68k/Kconfig.debug index fa12283..2296827 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. |