[PATCH] dmaengine: pl08x: add COMPILE_TEST support
From: Rosen Penev
Date: Tue Dec 23 2025 - 15:45:18 EST
Allows the buildbots to build on various platforms to check for various
issues.
Signed-off-by: Rosen Penev <rosenp@xxxxxxxxx>
---
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