Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur...
[profile/ivi/kernel-adaptation-intel-automotive.git] / arch / m68k / Kconfig.debug
1 menu "Kernel hacking"
2
3 source "lib/Kconfig.debug"
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
13 if !MMU
14
15 config FULLDEBUG
16         bool "Full Symbolic/Source Debugging support"
17         help
18           Enable debugging symbols on kernel build.
19
20 config 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
26 config NO_KERNEL_MSG
27         bool "Suppress Kernel BUG Messages"
28         help
29           Do not output any debug BUG messages within the kernel.
30
31 config BDM_DISABLE
32         bool "Disable BDM signals"
33         depends on (EXPERIMENTAL && COLDFIRE)
34         help
35           Disable the ColdFire CPU's BDM signals.
36
37 endif
38
39 endmenu