| # For a description of the syntax of this configuration file, |
| # see Documentation/kbuild/kconfig-language.txt. |
| config TRACE_IRQFLAGS_SUPPORT |
| source "lib/Kconfig.debug" |
| bool "Early printk function for kernel" |
| depends on SERIAL_UARTLITE_CONSOLE || SERIAL_8250_CONSOLE |
| This option turns on/off early printk messages to console. |
| First Uartlite node is taken. |
| bool "Heart beat function for kernel" |
| This option turns on/off heart beat kernel functionality. |
| First GPIO node is taken. |
| bool "Debug BOOTMEM initialization" |