aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/Kconfig
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2018-10-14 20:13:04 +0200
committerMax Filippov <jcmvbkbc@gmail.com>2018-10-15 12:36:20 -0700
commitfe278d1a959283c185ceef0703d8570bf907b95d (patch)
tree5cbcd0f2c8447ba32cbbac9131a28febb78a123a /arch/xtensa/Kconfig
parentLinux 4.19-rc8 (diff)
downloadlinux-dev-fe278d1a959283c185ceef0703d8570bf907b95d.tar.xz
linux-dev-fe278d1a959283c185ceef0703d8570bf907b95d.zip
xtensa: remove ZONE_DMA
ZONE_DMA is intended for magic < 32-bit pools (usually ISA DMA), which isn't required on xtensa. Move all the non-highmem memory into ZONE_NORMAL instead to match other architectures. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r--arch/xtensa/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index b9ad83a0ee5d..00b9a734048b 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -1,7 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
-config ZONE_DMA
- def_bool y
-
config XTENSA
def_bool y
select ARCH_HAS_SG_CHAIN