mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 18:23:53 +08:00
10 lines
107 B
Plaintext
10 lines
107 B
Plaintext
|
menu "Kernel hacking"
|
||
|
|
||
|
config TRACE_IRQFLAGS_SUPPORT
|
||
|
bool
|
||
|
default y
|
||
|
|
||
|
source "lib/Kconfig.debug"
|
||
|
|
||
|
endmenu
|