10 lines
137 B
Plaintext
10 lines
137 B
Plaintext
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
menu "Kernel hacking"
|
||
|
|
||
|
source "lib/Kconfig.debug"
|
||
|
|
||
|
config TRACE_IRQFLAGS_SUPPORT
|
||
|
def_bool y
|
||
|
|
||
|
endmenu
|