blob: 9dc708a7f7005a5bf35f55c6b80654743a9b4e54 [file] [log] [blame]
Michal Simek575ca282009-03-27 14:25:50 +01001# For a description of the syntax of this configuration file,
2# see Documentation/kbuild/kconfig-language.txt.
3
4menu "Kernel hacking"
5
Michal Simeka3cd6132009-10-30 12:26:53 +01006config TRACE_IRQFLAGS_SUPPORT
7 def_bool y
8
Michal Simek575ca282009-03-27 14:25:50 +01009source "lib/Kconfig.debug"
10
11config EARLY_PRINTK
12 bool "Early printk function for kernel"
13 default n
14 help
15 This option turns on/off early printk messages to console.
16 First Uartlite node is taken.
17
18config HEART_BEAT
19 bool "Heart beat function for kernel"
20 default n
21 help
22 This option turns on/off heart beat kernel functionality.
23 First GPIO node is taken.
24
25config DEBUG_BOOTMEM
26 depends on DEBUG_KERNEL
27 bool "Debug BOOTMEM initialization"
28
29endmenu