Skip to content

Commit 86071b3

Browse files
geertuvinodkoul
authored andcommitted
dmaengine: ARM_DMA350 should depend on ARM/ARM64
The Arm DMA-350 controller is only present on Arm-based SoCs. Hence add dependencies on ARM and ARM64, to prevent asking the user about this driver when configuring a kernel for a non-Arm architecture. Fixes: 5d09970 ("dmaengine: Add Arm DMA-350 driver") Signed-off-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/50dbaf4ce962fa7ed0208150ca987e3083da39ec.1745345400.git.geert+renesas@glider.be Signed-off-by: Vinod Koul <[email protected]>
1 parent 5965fd6 commit 86071b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/dma/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ config APPLE_ADMAC
9595

9696
config ARM_DMA350
9797
tristate "Arm DMA-350 support"
98+
depends on ARM || ARM64 || COMPILE_TEST
9899
select DMA_ENGINE
99100
select DMA_VIRTUAL_CHANNELS
100101
help

0 commit comments

Comments
 (0)