DMA Engine development
 help / color / mirror / Atom feed
* [PATCH] dmaengine: ARM_DMA350 should depend on ARM/ARM64
@ 2025-04-22 18:11 Geert Uytterhoeven
  2025-04-23 10:59 ` Robin Murphy
  2025-04-24  5:36 ` Vinod Koul
  0 siblings, 2 replies; 10+ messages in thread
From: Geert Uytterhoeven @ 2025-04-22 18:11 UTC (permalink / raw)
  To: Vinod Koul, Robin Murphy
  Cc: dmaengine, linux-arm-kernel, linux-kernel, Geert Uytterhoeven

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: 5d099706449d54b4 ("dmaengine: Add Arm DMA-350 driver")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/dma/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 8109f73baf10fc3b..db87dd2a07f7606e 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -95,6 +95,7 @@ config APPLE_ADMAC
 
 config ARM_DMA350
 	tristate "Arm DMA-350 support"
+	depends on ARM || ARM64 || COMPILE_TEST
 	select DMA_ENGINE
 	select DMA_VIRTUAL_CHANNELS
 	help
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-04-24 11:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-22 18:11 [PATCH] dmaengine: ARM_DMA350 should depend on ARM/ARM64 Geert Uytterhoeven
2025-04-23 10:59 ` Robin Murphy
2025-04-23 11:11   ` Geert Uytterhoeven
2025-04-23 11:48     ` Vinod Koul
2025-04-23 12:13       ` Geert Uytterhoeven
2025-04-23 12:17         ` Vinod Koul
2025-04-23 13:29           ` Robin Murphy
2025-04-23 14:34             ` Geert Uytterhoeven
2025-04-24 11:38               ` Robin Murphy
2025-04-24  5:36 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox