diff options
| author | Robert Marko <robert.marko@sartura.hr> | 2025-07-02 20:36:06 +0200 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2025-07-23 17:55:32 +0530 |
| commit | e56982021f5303b2523ac247e3c79b063459d012 (patch) | |
| tree | f82251fe12ea5d57723a8831e405a5cf6a9a212b /drivers/dma | |
| parent | 245dd180ac861fea31abe69c722061a3c2c65a66 (diff) | |
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>
Diffstat (limited to 'drivers/dma')
| -rw-r--r-- | drivers/dma/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
