summaryrefslogtreecommitdiff
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 0e49984826a6..f1093c6f4843 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -998,6 +998,15 @@ config MEM_ALLOC_PROFILING_DEBUG
Adds warnings with helpful error messages for memory allocation
profiling.
+config CODE_TAG_TESTING
+ bool "Enable code tag testing"
+ default y
+ select MEM_ALLOC_PROFILING
+ select MEM_ALLOC_PROFILING_DEBUG
+ select STAGING
+ help
+ Enable to test code tagging.
+
source "lib/Kconfig.kasan"
source "lib/Kconfig.kfence"
source "lib/Kconfig.kmsan"