]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dmaengine: xdmac: make it selectable for ARCH_MICROCHIP
authorRobert Marko <robert.marko@sartura.hr>
Wed, 2 Jul 2025 18:36:06 +0000 (20:36 +0200)
committerVinod Koul <vkoul@kernel.org>
Wed, 23 Jul 2025 12:25:32 +0000 (17:55 +0530)
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>
drivers/dma/Kconfig

index 3bc79f3205408e0478319d2645f933c537c15ca8..05c7c7d9e5a4e52a8ad7ada8c8b9b1a6f9d875f6 100644 (file)
@@ -110,7 +110,7 @@ config AT_HDMAC
 
 config AT_XDMAC
        tristate "Atmel XDMA support"
-       depends on ARCH_AT91
+       depends on ARCH_MICROCHIP
        select DMA_ENGINE
        help
          Support the Atmel XDMA controller.