aboutsummaryrefslogtreecommitdiffstats
path: root/arch/v850/Kconfig.debug
diff options
context:
space:
mode:
Diffstat (limited to 'arch/v850/Kconfig.debug')
-rw-r--r--arch/v850/Kconfig.debug10
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 @@
1menu "Kernel hacking"
2
3source "lib/Kconfig.debug"
4
5config NO_KERNEL_MSG
6 bool "Suppress Kernel BUG Messages"
7 help
8 Do not output any debug BUG messages within the kernel.
9
10endmenu