diff options
author | Finn Thain <fthain@telegraphics.com.au> | 2013-05-29 02:53:32 -0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-06-24 13:44:18 -0400 |
commit | 220921a0d1d2ab91ad719c06a09d86f0e8852bfa (patch) | |
tree | 82c75b05e4fa6bfc495820f54308d6f72a0f7af9 | |
parent | 5ecf85f082e2e0f4bfd967b9c7ae9d0b89552153 (diff) |
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>
-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 fa12283d58fc..229682721240 100644 --- a/arch/m68k/Kconfig.debug +++ b/arch/m68k/Kconfig.debug | |||
@@ -11,9 +11,8 @@ config BOOTPARAM_STRING | |||
11 | depends on BOOTPARAM | 11 | depends on BOOTPARAM |
12 | 12 | ||
13 | config EARLY_PRINTK | 13 | config EARLY_PRINTK |
14 | bool "Early printk" if EMBEDDED | 14 | bool "Early printk" |
15 | depends on MVME16x || MAC | 15 | depends on MVME16x || MAC |
16 | default y | ||
17 | help | 16 | help |
18 | Write kernel log output directly to a serial port. | 17 | Write kernel log output directly to a serial port. |
19 | 18 | ||