summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2016-09-30 12:36:02 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-10-04 08:12:19 +0200
commit5220eee79321e1ac98dc4f636d8a6118a5f88bcf (patch)
treec25fc0286855fbe3e6ab3aeaa3fc87cf7166f5c1 /arch/arm/cpu
parent725d4474e12b0d8362ac35f10f2848dfd5745a85 (diff)
downloadbarebox-5220eee79321e1ac98dc4f636d8a6118a5f88bcf.tar.gz
barebox-5220eee79321e1ac98dc4f636d8a6118a5f88bcf.tar.xz
arm(64): move HAS_DMA and HAS_MODULES to CPU_32
We don't yet have an implementation for those two features on ARM64, so move them to a place where they are only selected for a 32bit barebox. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/cpu')
-rw-r--r--arch/arm/cpu/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/Kconfig b/arch/arm/cpu/Kconfig
index 9928120cc0..e45e05bdb1 100644
--- a/arch/arm/cpu/Kconfig
+++ b/arch/arm/cpu/Kconfig
@@ -5,6 +5,8 @@ config PHYS_ADDR_T_64BIT
config CPU_32
bool
+ select HAS_MODULES
+ select HAS_DMA
config CPU_64
bool