diff options
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index ba6aab55d464..a93339f5178f 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -85,7 +85,7 @@ config ARM64 | |||
85 | select HAVE_ARCH_BITREVERSE | 85 | select HAVE_ARCH_BITREVERSE |
86 | select HAVE_ARCH_HUGE_VMAP | 86 | select HAVE_ARCH_HUGE_VMAP |
87 | select HAVE_ARCH_JUMP_LABEL | 87 | select HAVE_ARCH_JUMP_LABEL |
88 | select HAVE_ARCH_KASAN if SPARSEMEM_VMEMMAP && !(ARM64_16K_PAGES && ARM64_VA_BITS_48) | 88 | select HAVE_ARCH_KASAN if !(ARM64_16K_PAGES && ARM64_VA_BITS_48) |
89 | select HAVE_ARCH_KGDB | 89 | select HAVE_ARCH_KGDB |
90 | select HAVE_ARCH_MMAP_RND_BITS | 90 | select HAVE_ARCH_MMAP_RND_BITS |
91 | select HAVE_ARCH_MMAP_RND_COMPAT_BITS if COMPAT | 91 | select HAVE_ARCH_MMAP_RND_COMPAT_BITS if COMPAT |