lib: Kconfig: Don't enable DEBUG_BUGVERBOSE by default

Signed-off-by: celtare21 <celtare21@gmail.com>
Signed-off-by: sohamxda7 <sensoham135@gmail.com>
Signed-off-by: Oktapra Amtono <oktapra.amtono@gmail.com>
Signed-off-by: Anush02198 <Anush.4376@gmail.com>
Signed-off-by: Divyanshu-Modi <divyan.m05@gmail.com>
Signed-off-by: Tashfin Shakeer Rhythm <tashfinshakeerrhythm@gmail.com>
Signed-off-by: claxten10 <claxten10@gmail.com>
Signed-off-by: Saikrishna1504 <saikrishna26918@gmail.com>
This commit is contained in:
celtare21
2019-05-30 16:27:59 +00:00
committed by Debayan Kar
parent e908762c5a
commit 00cfdb1e82

View File

@@ -1322,7 +1322,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