From: Robert Marko Date: Wed, 2 Jul 2025 18:36:06 +0000 (+0200) Subject: dmaengine: xdmac: make it selectable for ARCH_MICROCHIP X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e56982021f5303b2523ac247e3c79b063459d012;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://lore.kernel.org/r/20250702183856.1727275-9-robert.marko@sartura.hr Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 3bc79f320540..05c7c7d9e5a4 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -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.