diff options
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 3 |
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 | |||
537 | source kernel/Kconfig.preempt | 537 | source kernel/Kconfig.preempt |
538 | source kernel/Kconfig.hz | 538 | source kernel/Kconfig.hz |
539 | 539 | ||
540 | config ARCH_SUPPORTS_DEBUG_PAGEALLOC | ||
541 | def_bool y | ||
542 | |||
540 | config ARCH_HAS_HOLES_MEMORYMODEL | 543 | config ARCH_HAS_HOLES_MEMORYMODEL |
541 | def_bool y if SPARSEMEM | 544 | def_bool y if SPARSEMEM |
542 | 545 | ||