Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Johan Hovold and committed by
Vinod Koul
d3e1935f e0aef2a5

+1 -1
+1 -1
drivers/dma/Kconfig
··· 143 143 144 144 config DMA_BCM2835 145 145 tristate "BCM2835 DMA engine support" 146 - depends on ARCH_BCM2835 146 + depends on ARCH_BCM2835 || COMPILE_TEST 147 147 select DMA_ENGINE 148 148 select DMA_VIRTUAL_CHANNELS 149 149