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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 245dd18 commit e569820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)