diff options
Diffstat (limited to 'arch/v850/Kconfig.debug')
-rw-r--r-- | arch/v850/Kconfig.debug | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/v850/Kconfig.debug b/arch/v850/Kconfig.debug new file mode 100644 index 000000000000..4acfb9cca1ca --- /dev/null +++ b/arch/v850/Kconfig.debug @@ -0,0 +1,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 |