You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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
|