Michal Simek | 575ca28 | 2009-03-27 14:25:50 +0100 | [diff] [blame] | 1 | # For a description of the syntax of this configuration file, |
| 2 | # see Documentation/kbuild/kconfig-language.txt. |
| 3 | |
| 4 | menu "Kernel hacking" |
| 5 | |
Michal Simek | a3cd613 | 2009-10-30 12:26:53 +0100 | [diff] [blame] | 6 | config TRACE_IRQFLAGS_SUPPORT |
| 7 | def_bool y |
| 8 | |
Michal Simek | 575ca28 | 2009-03-27 14:25:50 +0100 | [diff] [blame] | 9 | source "lib/Kconfig.debug" |
| 10 | |
| 11 | config EARLY_PRINTK |
| 12 | bool "Early printk function for kernel" |
Michal Simek | 67f4aaa | 2010-09-28 16:17:03 +1000 | [diff] [blame] | 13 | depends on SERIAL_UARTLITE_CONSOLE || SERIAL_8250_CONSOLE |
Michal Simek | 575ca28 | 2009-03-27 14:25:50 +0100 | [diff] [blame] | 14 | default n |
| 15 | help |
| 16 | This option turns on/off early printk messages to console. |
| 17 | First Uartlite node is taken. |
| 18 | |
| 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. |
| 25 | |
Michal Simek | 575ca28 | 2009-03-27 14:25:50 +0100 | [diff] [blame] | 26 | endmenu |