mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-27 09:03:10 +00: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
|