[PATCH v7 4/6] dma: xdmac: make it selectable for ARCH_LAN969X
Robert Marko
robert.marko at sartura.hr
Fri Jun 13 04:39:39 PDT 2025
LAN969x uses the Atmel XDMAC, so make it selectable for ARCH_LAN969X.
Signed-off-by: Robert Marko <robert.marko at sartura.hr>
---
drivers/dma/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index db87dd2a07f7..0c3f14ab569f 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -111,7 +111,7 @@ config AT_HDMAC
config AT_XDMAC
tristate "Atmel XDMA support"
- depends on ARCH_AT91
+ depends on ARCH_AT91 || ARCH_LAN969X
select DMA_ENGINE
help
Support the Atmel XDMA controller.
--
2.49.0
More information about the linux-arm-kernel
mailing list