Skip to content

Commit d3e1935

Browse files
jhovoldvinodkoul
authored andcommitted
dmaengine: bcm2835: enable compile testing
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> Link: https://patch.msgid.link/20251120115016.8967-1-johan@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent e0aef2a commit d3e1935

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/dma/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ config BCM_SBA_RAID
143143

144144
config DMA_BCM2835
145145
tristate "BCM2835 DMA engine support"
146-
depends on ARCH_BCM2835
146+
depends on ARCH_BCM2835 || COMPILE_TEST
147147
select DMA_ENGINE
148148
select DMA_VIRTUAL_CHANNELS
149149

0 commit comments

Comments
 (0)