summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/Kconfig1
-rw-r--r--lib/Kconfig2
2 files changed, 1 insertions, 2 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 9e6918189b..1a5bb53182 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1374,6 +1374,7 @@ config PBL_BREAK
on early pbl init. This option should be used only with JTAG debugger!
source "lib/Kconfig.ubsan"
+source "lib/kasan/Kconfig"
config ASAN
bool "ASAN: runtime memory debugger"
diff --git a/lib/Kconfig b/lib/Kconfig
index 6d909c1ac8..90552f3c27 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -154,8 +154,6 @@ source "lib/logo/Kconfig"
source "lib/bootstrap/Kconfig"
-source "lib/kasan/Kconfig"
-
config PRINTF_UUID
bool