diff options
author | Greg Ungerer <gerg@uclinux.org> | 2011-10-18 21:46:03 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-12-24 06:47:57 -0500 |
commit | d1db9120cd7df0872385fd29a25257f23cb70527 (patch) | |
tree | bc412f63e47e5e19724b4beb87345e8b647a2d69 /arch/m68k/Kconfig.debug | |
parent | e87c09a899d38d1b6858e010c22a1200fb77965d (diff) |
m68k: support configure time command line for MMU m68k
The non-MMU builds of m68k allow a fixed kernel boot command line to
be configured at configure time. Allow this MMU builds as well.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/Kconfig.debug')
-rw-r--r-- | arch/m68k/Kconfig.debug | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/m68k/Kconfig.debug b/arch/m68k/Kconfig.debug index 2bdb1b01115c..af4fd5f8f8d5 100644 --- a/arch/m68k/Kconfig.debug +++ b/arch/m68k/Kconfig.debug | |||
@@ -2,6 +2,14 @@ menu "Kernel hacking" | |||
2 | 2 | ||
3 | source "lib/Kconfig.debug" | 3 | source "lib/Kconfig.debug" |
4 | 4 | ||
5 | config BOOTPARAM | ||
6 | bool 'Compiled-in Kernel Boot Parameter' | ||
7 | |||
8 | config BOOTPARAM_STRING | ||
9 | string 'Kernel Boot Parameter' | ||
10 | default 'console=ttyS0,19200' | ||
11 | depends on BOOTPARAM | ||
12 | |||
5 | if !MMU | 13 | if !MMU |
6 | 14 | ||
7 | config FULLDEBUG | 15 | config FULLDEBUG |
@@ -15,14 +23,6 @@ config HIGHPROFILE | |||
15 | help | 23 | help |
16 | Use a fast secondary clock to produce profiling information. | 24 | Use a fast secondary clock to produce profiling information. |
17 | 25 | ||
18 | config BOOTPARAM | ||
19 | bool 'Compiled-in Kernel Boot Parameter' | ||
20 | |||
21 | config BOOTPARAM_STRING | ||
22 | string 'Kernel Boot Parameter' | ||
23 | default 'console=ttyS0,19200' | ||
24 | depends on BOOTPARAM | ||
25 | |||
26 | config NO_KERNEL_MSG | 26 | config NO_KERNEL_MSG |
27 | bool "Suppress Kernel BUG Messages" | 27 | bool "Suppress Kernel BUG Messages" |
28 | help | 28 | help |