* [PATCH] dma: add COMPILE_TEST to AMBA_PL08X
@ 2026-04-07 3:51 Rosen Penev
0 siblings, 0 replies; only message in thread
From: Rosen Penev @ 2026-04-07 3:51 UTC (permalink / raw)
To: dmaengine; +Cc: Vinod Koul, Frank Li, open list
The LPC18XX driver has COMPILE_TEST in it that does not get selected
because of a depend on AMBA_PL08X. Adding it here enables COMPILE_TEST
there.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
drivers/dma/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 3520b20fb58f..87436491f128 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -66,7 +66,7 @@ config ALTERA_MSGDMA
config AMBA_PL08X
bool "ARM PrimeCell PL080 or PL081 support"
- depends on ARM_AMBA
+ depends on ARM_AMBA || COMPILE_TEST
select DMA_ENGINE
select DMA_VIRTUAL_CHANNELS
help
--
2.53.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-04-07 3:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-07 3:51 [PATCH] dma: add COMPILE_TEST to AMBA_PL08X Rosen Penev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox