blob: af4fd5f8f8d5c9852359a47f9657bf32c395a2f9 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001menu "Kernel hacking"
2
3source "lib/Kconfig.debug"
4
Greg Ungererd1db9122011-10-19 11:46:03 +10005config BOOTPARAM
6 bool 'Compiled-in Kernel Boot Parameter'
7
8config BOOTPARAM_STRING
9 string 'Kernel Boot Parameter'
10 default 'console=ttyS0,19200'
11 depends on BOOTPARAM
12
Greg Ungerer66d857b2011-03-22 13:39:27 +100013if !MMU
14
15config FULLDEBUG
16 bool "Full Symbolic/Source Debugging support"
17 help
18 Enable debugging symbols on kernel build.
19
20config HIGHPROFILE
21 bool "Use fast second timer for profiling"
22 depends on COLDFIRE
23 help
24 Use a fast secondary clock to produce profiling information.
25
Greg Ungerer66d857b2011-03-22 13:39:27 +100026config NO_KERNEL_MSG
27 bool "Suppress Kernel BUG Messages"
28 help
29 Do not output any debug BUG messages within the kernel.
30
31config BDM_DISABLE
32 bool "Disable BDM signals"
33 depends on (EXPERIMENTAL && COLDFIRE)
34 help
35 Disable the ColdFire CPU's BDM signals.
36
37endif
38
Linus Torvalds1da177e2005-04-16 15:20:36 -070039endmenu