* [PATCH] dmaengine: bcm2835: enable compile testing
@ 2025-11-20 11:47 Johan Hovold
0 siblings, 0 replies; only message in thread
From: Johan Hovold @ 2025-11-20 11:47 UTC (permalink / raw)
To: Vinod Koul; +Cc: dmaengine, linux-kernel, Johan Hovold
The seems to be nothing preventing the driver from being compile tested
so enable that for wider build coverage.
Signed-off-by: Johan Hovold <johan@kernel.org>
---
drivers/dma/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 115e7f2a9988..1a80760a9978 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -143,7 +143,7 @@ config BCM_SBA_RAID
config DMA_BCM2835
tristate "BCM2835 DMA engine support"
- depends on ARCH_BCM2835
+ depends on ARCH_BCM2835 || COMPILE_TEST
select DMA_ENGINE
select DMA_VIRTUAL_CHANNELS
--
2.51.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-11-20 11:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-20 11:47 [PATCH] dmaengine: bcm2835: enable compile testing Johan Hovold
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.