mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 21:21:47 +00:00
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
|