kernel: fix KERNEL_KASAN_VMALLOC build option
authorStijn Tintel <stijn@linux-ipv6.be>
Sun, 7 Nov 2021 16:57:12 +0000 (18:57 +0200)
committerStijn Tintel <stijn@linux-ipv6.be>
Sun, 7 Nov 2021 16:57:12 +0000 (18:57 +0200)
It should be config, not CONFIG.

Fixes: cbeab2cd9919 ("kernel: add another missing KASAN symbol")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
config/Config-kernel.in

index abb85c83beef7a1aeeb42d1e96061e356638def9..e993dc0d8cc764bae63ba5025f3b72c9c563dc71 100644 (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