diff options
| author | Sultanxda <sultanxda@gmail.com> | 2016-07-15 12:51:47 -0700 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-09-23 15:27:15 +0200 |
| commit | 4568b50d355c7140ba0added8fed5380c85efec2 (patch) | |
| tree | ca77475869fac74a7c60bc7f8924784e40eebf8a /lib/Kconfig.debug | |
| parent | e5d7201d83b72fb67d5fd7dc7b0e003106026973 (diff) | |
lib: Don't enable DEBUG_BUGVERBOSE by default
Signed-off-by: Joe Maples <joe@frap129.org>
Diffstat (limited to 'lib/Kconfig.debug')
| -rw-r--r-- | lib/Kconfig.debug | 2 |
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 |
