aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSultanxda <sultanxda@gmail.com>2016-07-15 12:51:47 -0700
committerMister Oyster <oysterized@gmail.com>2017-09-23 15:27:15 +0200
commit4568b50d355c7140ba0added8fed5380c85efec2 (patch)
treeca77475869fac74a7c60bc7f8924784e40eebf8a /lib
parente5d7201d83b72fb67d5fd7dc7b0e003106026973 (diff)
lib: Don't enable DEBUG_BUGVERBOSE by default
Signed-off-by: Joe Maples <joe@frap129.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index f594eaec8..80623f35b 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -702,7 +702,7 @@ config HAVE_DEBUG_BUGVERBOSE
config DEBUG_BUGVERBOSE
bool "Verbose BUG() reporting (adds 70K)" if DEBUG_KERNEL && EXPERT
depends on BUG && (GENERIC_BUG || HAVE_DEBUG_BUGVERBOSE)
- default y
+ default n
help
Say Y here to make BUG() panics output the file name and line number
of the BUG call as well as the EIP and oops trace. This aids