summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2019-02-06 17:21:59 -0800
committerSascha Hauer <s.hauer@pengutronix.de>2019-02-11 08:47:46 +0100
commita7127d3dee73befbacc63503069e5ccf2b395183 (patch)
tree6ac6a9809745c2096b8e5099f07c5aaf114d0a03 /arch/arm/cpu
parente1483104aa781cee58130d1f803315ae365a2ffe (diff)
downloadbarebox-a7127d3dee73befbacc63503069e5ccf2b395183.tar.gz
barebox-a7127d3dee73befbacc63503069e5ccf2b395183.tar.xz
ARM: Select HAS_DMA for AArch64
AArch64 implements all of the DMA API functions, so it should select HAS_DMA to allow building drivers that depend on that. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/cpu')
-rw-r--r--arch/arm/cpu/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/Kconfig b/arch/arm/cpu/Kconfig
index 2359c56b30..2577103293 100644
--- a/arch/arm/cpu/Kconfig
+++ b/arch/arm/cpu/Kconfig
@@ -13,6 +13,7 @@ config CPU_64
bool
select PHYS_ADDR_T_64BIT
select HAVE_PBL_IMAGE
+ select HAS_DMA
# Select CPU types depending on the architecture selected. This selects
# which CPUs we support in the kernel image, and the compiler instruction