* [PATCH v2] dmaengine: bcm2835: enable compile testing
@ 2025-11-20 11:50 Johan Hovold
2025-11-22 9:30 ` Vinod Koul
0 siblings, 1 reply; 2+ messages in thread
From: Johan Hovold @ 2025-11-20 11:50 UTC (permalink / raw)
To: Vinod Koul; +Cc: dmaengine, linux-kernel, Johan Hovold
There 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>
---
Changes in v2:
- fix typo in commit message
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] 2+ messages in thread
end of thread, other threads:[~2025-11-22 9:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-20 11:50 [PATCH v2] dmaengine: bcm2835: enable compile testing Johan Hovold
2025-11-22 9:30 ` Vinod Koul
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).