From e56982021f5303b2523ac247e3c79b063459d012 Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Wed, 2 Jul 2025 20:36:06 +0200 Subject: [PATCH] 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 --- drivers/dma/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 3bc79f3205408..05c7c7d9e5a4e 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. -- 2.47.2