diff options
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 2c3c2ca6f8bc..1e0e4671dd25 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -34,6 +34,7 @@ config ARM64 | |||
34 | select GENERIC_TIME_VSYSCALL | 34 | select GENERIC_TIME_VSYSCALL |
35 | select HANDLE_DOMAIN_IRQ | 35 | select HANDLE_DOMAIN_IRQ |
36 | select HARDIRQS_SW_RESEND | 36 | select HARDIRQS_SW_RESEND |
37 | select HAVE_ALIGNED_STRUCT_PAGE if SLUB | ||
37 | select HAVE_ARCH_AUDITSYSCALL | 38 | select HAVE_ARCH_AUDITSYSCALL |
38 | select HAVE_ARCH_JUMP_LABEL | 39 | select HAVE_ARCH_JUMP_LABEL |
39 | select HAVE_ARCH_KGDB | 40 | select HAVE_ARCH_KGDB |
@@ -41,6 +42,7 @@ config ARM64 | |||
41 | select HAVE_BPF_JIT | 42 | select HAVE_BPF_JIT |
42 | select HAVE_C_RECORDMCOUNT | 43 | select HAVE_C_RECORDMCOUNT |
43 | select HAVE_CC_STACKPROTECTOR | 44 | select HAVE_CC_STACKPROTECTOR |
45 | select HAVE_CMPXCHG_DOUBLE | ||
44 | select HAVE_DEBUG_BUGVERBOSE | 46 | select HAVE_DEBUG_BUGVERBOSE |
45 | select HAVE_DEBUG_KMEMLEAK | 47 | select HAVE_DEBUG_KMEMLEAK |
46 | select HAVE_DMA_API_DEBUG | 48 | select HAVE_DMA_API_DEBUG |