summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/Config-kernel.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index dc249a6031..2243e3e5bc 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -147,6 +147,13 @@ config KERNEL_KASAN_EXTRA
compile time.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 has more
+if KERNEL_KASAN
+ config KERNEL_KASAN_GENERIC
+ def_bool y
+
+ config KERNEL_KASAN_SW_TAGS
+ def_bool n
+endif
choice
prompt "Instrumentation type"