11 lines
183 B
Plaintext
11 lines
183 B
Plaintext
|
menu "Kernel hacking"
|
||
|
|
||
|
source "lib/Kconfig.debug"
|
||
|
|
||
|
config NO_KERNEL_MSG
|
||
|
bool "Suppress Kernel BUG Messages"
|
||
|
help
|
||
|
Do not output any debug BUG messages within the kernel.
|
||
|
|
||
|
endmenu
|