Files
linux-apfs/arch/microblaze/Kconfig.debug
T

27 lines
612 B
Plaintext
Raw Normal View History

2009-03-27 14:25:50 +01:00
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
menu "Kernel hacking"
2009-10-30 12:26:53 +01:00
config TRACE_IRQFLAGS_SUPPORT
def_bool y
2009-03-27 14:25:50 +01:00
source "lib/Kconfig.debug"
config EARLY_PRINTK
bool "Early printk function for kernel"
depends on SERIAL_UARTLITE_CONSOLE || SERIAL_8250_CONSOLE
2009-03-27 14:25:50 +01:00
default n
help
This option turns on/off early printk messages to console.
First Uartlite node is taken.
config HEART_BEAT
bool "Heart beat function for kernel"
default n
help
This option turns on/off heart beat kernel functionality.
First GPIO node is taken.
endmenu