arm: imx: add generic esdhc device
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / microblaze / Kconfig.debug
blobe6e5e0da28c3c06dad4463d4fb110c0d1a19ecf9
1 # For a description of the syntax of this configuration file,
2 # see Documentation/kbuild/kconfig-language.txt.
4 menu "Kernel hacking"
6 config TRACE_IRQFLAGS_SUPPORT
7         def_bool y
9 source "lib/Kconfig.debug"
11 config EARLY_PRINTK
12         bool "Early printk function for kernel"
13         depends on SERIAL_UARTLITE_CONSOLE
14         default n
15         help
16           This option turns on/off early printk messages to console.
17           First Uartlite node is taken.
19 config HEART_BEAT
20         bool "Heart beat function for kernel"
21         default n
22         help
23           This option turns on/off heart beat kernel functionality.
24           First GPIO node is taken.
26 config DEBUG_BOOTMEM
27         depends on DEBUG_KERNEL
28         bool "Debug BOOTMEM initialization"
30 endmenu