2005-04-17 00:20:36 +02:00
|
|
|
menu "Kernel hacking"
|
|
|
|
|
|
|
|
source "lib/Kconfig.debug"
|
|
|
|
|
2011-10-19 03:46:03 +02:00
|
|
|
config BOOTPARAM
|
|
|
|
bool 'Compiled-in Kernel Boot Parameter'
|
|
|
|
|
|
|
|
config BOOTPARAM_STRING
|
|
|
|
string 'Kernel Boot Parameter'
|
|
|
|
default 'console=ttyS0,19200'
|
|
|
|
depends on BOOTPARAM
|
|
|
|
|
2008-11-20 13:47:18 +01:00
|
|
|
config EARLY_PRINTK
|
|
|
|
bool "Early printk" if EMBEDDED
|
2011-10-23 16:11:12 +02:00
|
|
|
depends on MVME16x || MAC
|
2008-11-20 13:47:18 +01:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
Write kernel log output directly to a serial port.
|
|
|
|
|
|
|
|
This is useful for kernel debugging when your machine crashes very
|
|
|
|
early before the console code is initialized.
|
|
|
|
You should normally say N here, unless you want to debug such a crash.
|
|
|
|
|
2011-03-22 04:39:27 +01:00
|
|
|
if !MMU
|
|
|
|
|
|
|
|
config FULLDEBUG
|
|
|
|
bool "Full Symbolic/Source Debugging support"
|
|
|
|
help
|
|
|
|
Enable debugging symbols on kernel build.
|
|
|
|
|
|
|
|
config HIGHPROFILE
|
|
|
|
bool "Use fast second timer for profiling"
|
|
|
|
depends on COLDFIRE
|
|
|
|
help
|
|
|
|
Use a fast secondary clock to produce profiling information.
|
|
|
|
|
|
|
|
config NO_KERNEL_MSG
|
|
|
|
bool "Suppress Kernel BUG Messages"
|
|
|
|
help
|
|
|
|
Do not output any debug BUG messages within the kernel.
|
|
|
|
|
|
|
|
config BDM_DISABLE
|
|
|
|
bool "Disable BDM signals"
|
|
|
|
depends on (EXPERIMENTAL && COLDFIRE)
|
|
|
|
help
|
|
|
|
Disable the ColdFire CPU's BDM signals.
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
endmenu
|