|
@@ -2,6 +2,14 @@ menu "Kernel hacking"
|
|
|
|
|
|
source "lib/Kconfig.debug"
|
|
|
|
|
|
+config BOOTPARAM
|
|
|
+ bool 'Compiled-in Kernel Boot Parameter'
|
|
|
+
|
|
|
+config BOOTPARAM_STRING
|
|
|
+ string 'Kernel Boot Parameter'
|
|
|
+ default 'console=ttyS0,19200'
|
|
|
+ depends on BOOTPARAM
|
|
|
+
|
|
|
if !MMU
|
|
|
|
|
|
config FULLDEBUG
|
|
@@ -15,14 +23,6 @@ config HIGHPROFILE
|
|
|
help
|
|
|
Use a fast secondary clock to produce profiling information.
|
|
|
|
|
|
-config BOOTPARAM
|
|
|
- bool 'Compiled-in Kernel Boot Parameter'
|
|
|
-
|
|
|
-config BOOTPARAM_STRING
|
|
|
- string 'Kernel Boot Parameter'
|
|
|
- default 'console=ttyS0,19200'
|
|
|
- depends on BOOTPARAM
|
|
|
-
|
|
|
config NO_KERNEL_MSG
|
|
|
bool "Suppress Kernel BUG Messages"
|
|
|
help
|