Blame view

arch/v850/Kconfig.debug 183 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
4
5
6
7
8
9
10
  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