summaryrefslogtreecommitdiffstats
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/Kconfig2
1 files changed, 0 insertions, 2 deletions
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