From 00cfdb1e82a3a5a88b85ce8e13611d63541afd2a Mon Sep 17 00:00:00 2001 From: celtare21 Date: Thu, 30 May 2019 16:27:59 +0000 Subject: [PATCH] lib: Kconfig: Don't enable DEBUG_BUGVERBOSE by default Signed-off-by: celtare21 Signed-off-by: sohamxda7 Signed-off-by: Oktapra Amtono Signed-off-by: Anush02198 Signed-off-by: Divyanshu-Modi Signed-off-by: Tashfin Shakeer Rhythm Signed-off-by: claxten10 Signed-off-by: Saikrishna1504 --- lib/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 22c3cab3528e..cfe2b80f7087 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -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