From 4568b50d355c7140ba0added8fed5380c85efec2 Mon Sep 17 00:00:00 2001 From: Sultanxda Date: Fri, 15 Jul 2016 12:51:47 -0700 Subject: lib: Don't enable DEBUG_BUGVERBOSE by default Signed-off-by: Joe Maples --- lib/Kconfig.debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3