Merge branch 'proc-cmdline'
[linux-2.6-block.git] / arch / microblaze / Kconfig.debug
CommitLineData
575ca288
MS
1# For a description of the syntax of this configuration file,
2# see Documentation/kbuild/kconfig-language.txt.
3
4menu "Kernel hacking"
5
a3cd613b
MS
6config TRACE_IRQFLAGS_SUPPORT
7 def_bool y
8
575ca288
MS
9source "lib/Kconfig.debug"
10
575ca288
MS
11config HEART_BEAT
12 bool "Heart beat function for kernel"
13 default n
14 help
15 This option turns on/off heart beat kernel functionality.
16 First GPIO node is taken.
17
575ca288 18endmenu