projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
245dd18
)
dmaengine: xdmac: make it selectable for ARCH_MICROCHIP
author
Robert Marko
<robert.marko@sartura.hr>
Wed, 2 Jul 2025 18:36:06 +0000
(20:36 +0200)
committer
Vinod 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/Kconfig
b/drivers/dma/Kconfig
index 3bc79f3205408e0478319d2645f933c537c15ca8..05c7c7d9e5a4e52a8ad7ada8c8b9b1a6f9d875f6 100644
(file)
--- 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.