Driver contains ARMv8 assembly, so it can't be build tested as-is for
all ARM.

Signed-off-by: Ahmad Fatoum <[email protected]>
---
 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


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to