summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2020-09-28 16:41:46 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-09-29 08:37:28 +0200
commitd877a4436bb960e6b942510c3de37b9bd048c1ba (patch)
tree52076bf38a4fcf4816a1cf40d65772e390be4ce7 /common
parentff5cbfcbbe21d7883e3ce661fec3751f7cb7e58c (diff)
downloadbarebox-d877a4436bb960e6b942510c3de37b9bd048c1ba.tar.gz
barebox-d877a4436bb960e6b942510c3de37b9bd048c1ba.tar.xz
lib: kasan: migrate Kconfig option to Debugging menu
UBSAN and ASAN as well as other debugging aids are all in the Debugging menu. Relocate KASAN to be there as well. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig1
1 files changed, 1 insertions, 0 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"