[PATCH 7/9] ddr: fsl: make ARCH_LAYERSCAPE only
Ahmad Fatoum
a.fatoum at pengutronix.de
Sat Oct 30 10:58:10 PDT 2021
Driver contains ARMv8 assembly, so it can't be build tested as-is for
all ARM.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
drivers/ddr/fsl/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/ddr/fsl/Kconfig b/drivers/ddr/fsl/Kconfig
index 857e3a522548..32f4b47a51c1 100644
--- a/drivers/ddr/fsl/Kconfig
+++ b/drivers/ddr/fsl/Kconfig
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
config DDR_FSL
- bool "Freescale DDR support" if COMPILE_TEST
- depends on ARM
+ bool "Freescale DDR support"
+ depends on ARCH_LAYERSCAPE
if DDR_FSL
--
2.30.2
More information about the barebox
mailing list