X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=config%2FConfig-kernel.in;fp=config%2FConfig-kernel.in;h=2243e3e5bc70d6d12bcc31267c834571e3dbb644;hp=dc249a6031f52a378a344eaa2aa845ca7697894c;hb=ec68c75c629eed149ed4416d5300328deb53a417;hpb=f2f42a54e8defb110a3e8b2aab833d67f27e2fe3 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"