summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2022-09-01 19:53:27 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2022-09-01 19:53:27 -0400
commit7730868b73a473aead67d69b4a37a619faee1010 (patch)
tree2d252fae50240e9c6e7bebe76a14eecb59b14aa7
parentaca7d413bd10c119e753c0018a97c29e19da03cc (diff)
fixup! Improved symbolic error namesalloc_tags_rfc
-rw-r--r--lib/Kconfig.debug1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index fb7415d61816..533c2f170525 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -191,6 +191,7 @@ config DYNAMIC_DEBUG_CORE
config SYMBOLIC_ERRNAME
bool "Support symbolic error names in printf"
default y if PRINTK
+ select CODE_TAGGING
help
If you say Y here, the kernel's printf implementation will
be able to print symbolic error names such as ENOSPC instead