mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] dmaengine: pl08x: add COMPILE_TEST support
@ 2025-12-23 20:45 Rosen Penev
  2025-12-25 15:10 ` kernel test robot
  2025-12-27 12:10 ` kernel test robot
  0 siblings, 2 replies; 3+ messages in thread
From: Rosen Penev @ 2025-12-23 20:45 UTC (permalink / raw)
  To: dmaengine; +Cc: Vinod Koul, open list

Allows the buildbots to build on various platforms to check for various
issues.

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 66cda7cc9f7a..111d5236fe08 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.52.0


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

end of thread, other threads:[~2025-12-27 12:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-23 20:45 [PATCH] dmaengine: pl08x: add COMPILE_TEST support Rosen Penev
2025-12-25 15:10 ` kernel test robot
2025-12-27 12:10 ` kernel test robot

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

all inboxes | Powered by JetHome®