Kconfig.debug 183 B

12345678910
  1. menu "Kernel hacking"
  2. source "lib/Kconfig.debug"
  3. config NO_KERNEL_MSG
  4. bool "Suppress Kernel BUG Messages"
  5. help
  6. Do not output any debug BUG messages within the kernel.
  7. endmenu