Skip to content

Commit

Permalink
XANMOD: lib/kconfig.debug: disable default CONFIG_SYMBOLIC_ERRNAME an…
Browse files Browse the repository at this point in the history
…d CONFIG_DEBUG_BUGVERBOSE

Signed-off-by: Alexandre Frade <admfrade@gmail.com>
  • Loading branch information
xanmod committed Apr 26, 2021
1 parent 3d7289c commit 510d1f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Kconfig.debug
Expand Up @@ -179,7 +179,7 @@ config DYNAMIC_DEBUG_CORE

config SYMBOLIC_ERRNAME
bool "Support symbolic error names in printf"
default y if PRINTK
default n
help
If you say Y here, the kernel's printf implementation will
be able to print symbolic error names such as ENOSPC instead
Expand All @@ -189,7 +189,7 @@ config SYMBOLIC_ERRNAME
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
Expand Down

0 comments on commit 510d1f9

Please sign in to comment.