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, 2 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index 697ea0510729..cf5f1dafcf74 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -260,7 +260,8 @@ config GENERIC_CALIBRATE_DELAY
260 def_bool y 260 def_bool y
261 261
262config ZONE_DMA32 262config ZONE_DMA32
263 def_bool y 263 bool "Support DMA32 zone" if EXPERT
264 default y
264 265
265config HAVE_GENERIC_GUP 266config HAVE_GENERIC_GUP
266 def_bool y 267 def_bool y