summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 53e48a617fef..5a1f2e47d153 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -537,6 +537,9 @@ config HOTPLUG_CPU
537source kernel/Kconfig.preempt 537source kernel/Kconfig.preempt
538source kernel/Kconfig.hz 538source kernel/Kconfig.hz
539 539
540config ARCH_SUPPORTS_DEBUG_PAGEALLOC
541 def_bool y
542
540config ARCH_HAS_HOLES_MEMORYMODEL 543config ARCH_HAS_HOLES_MEMORYMODEL
541 def_bool y if SPARSEMEM 544 def_bool y if SPARSEMEM
542 545