aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-12-24 13:52:03 +0100
committerChristoph Hellwig <hch@lst.de>2018-01-15 09:36:01 +0100
commitad67f5a6545f7fda8ec11d7a81e325a398e1a90f (patch)
tree8fed727813808f9449d9c3a30d847b35222df63b /arch/arm64/Kconfig
parentmips: use swiotlb_{alloc,free} (diff)
downloadlinux-dev-ad67f5a6545f7fda8ec11d7a81e325a398e1a90f.tar.xz
linux-dev-ad67f5a6545f7fda8ec11d7a81e325a398e1a90f.zip
arm64: replace ZONE_DMA with ZONE_DMA32
arm64 uses ZONE_DMA for allocations below 32-bits. These days we name the zone for that ZONE_DMA32, which will allow to use the dma-direct and generic swiotlb code as-is, so rename it. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Christian König <christian.koenig@amd.com> Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r--arch/arm64/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index c9a7e9e1414f..6b6985f15d02 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -227,7 +227,7 @@ config GENERIC_CSUM
config GENERIC_CALIBRATE_DELAY
def_bool y
-config ZONE_DMA
+config ZONE_DMA32
def_bool y
config HAVE_GENERIC_GUP