blob: a0c8863bd08b481bdfa27280756a578d41d947a3 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001menu "Kernel hacking"
2
3source "lib/Kconfig.debug"
4
Kars de Jongf9994892008-11-20 13:47:18 +01005config EARLY_PRINTK
6 bool "Early printk" if EMBEDDED
Finn Thain93edd022011-10-24 01:11:12 +11007 depends on MVME16x || MAC
Kars de Jongf9994892008-11-20 13:47:18 +01008 default y
9 help
10 Write kernel log output directly to a serial port.
11
12 This is useful for kernel debugging when your machine crashes very
13 early before the console code is initialized.
14 You should normally say N here, unless you want to debug such a crash.
15
Greg Ungerer66d857b2011-03-22 13:39:27 +100016if !MMU
17
18config FULLDEBUG
19 bool "Full Symbolic/Source Debugging support"
20 help
21 Enable debugging symbols on kernel build.
22
23config HIGHPROFILE
24 bool "Use fast second timer for profiling"
25 depends on COLDFIRE
26 help
27 Use a fast secondary clock to produce profiling information.
28
29config BOOTPARAM
30 bool 'Compiled-in Kernel Boot Parameter'
31
32config BOOTPARAM_STRING
33 string 'Kernel Boot Parameter'
34 default 'console=ttyS0,19200'
35 depends on BOOTPARAM
36
37config NO_KERNEL_MSG
38 bool "Suppress Kernel BUG Messages"
39 help
40 Do not output any debug BUG messages within the kernel.
41
42config BDM_DISABLE
43 bool "Disable BDM signals"
44 depends on (EXPERIMENTAL && COLDFIRE)
45 help
46 Disable the ColdFire CPU's BDM signals.
47
48endif
49
Linus Torvalds1da177e2005-04-16 15:20:36 -070050endmenu