blob: 93a737c8d1a6448d5bb4dcb2d71c8d8b5241e0d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
menu "Kernel hacking"
config TRACE_IRQFLAGS_SUPPORT
def_bool y
source "lib/Kconfig.debug"
endmenu
|