kernel: fix KERNEL_KASAN_VMALLOC build option

It should be config, not CONFIG.

Fixes: cbeab2cd99 ("kernel: add another missing KASAN symbol")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
Stijn Tintel 2021-11-07 18:57:12 +02:00
parent 0ccbcb0223
commit 786cbf0fa4
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ config KERNEL_KASAN_EXTRA
compile time.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81715 has more
CONFIG KERNEL_KASAN_VMALLOC
config KERNEL_KASAN_VMALLOC
bool "Back mappings in vmalloc space with real shadow memory"
depends on KERNEL_KASAN
help