Skip to content

Commit e569820

Browse files
robimarkovinodkoul
authored andcommitted
dmaengine: xdmac: make it selectable for ARCH_MICROCHIP
LAN969x uses the Atmel XDMAC, so make it selectable for ARCH_MICROCHIP to avoid needing to update depends in future if other Microchip SoC-s use it as well. Signed-off-by: Robert Marko <robert.marko@sartura.hr> Link: https://lore.kernel.org/r/20250702183856.1727275-9-robert.marko@sartura.hr Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 245dd18 commit e569820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/dma/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ config AT_HDMAC
110110

111111
config AT_XDMAC
112112
tristate "Atmel XDMA support"
113-
depends on ARCH_AT91
113+
depends on ARCH_MICROCHIP
114114
select DMA_ENGINE
115115
help
116116
Support the Atmel XDMA controller.

0 commit comments

Comments
 (0)