]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dmaengine: bcm2835: enable compile testing
authorJohan Hovold <johan@kernel.org>
Thu, 20 Nov 2025 11:50:16 +0000 (12:50 +0100)
committerVinod Koul <vkoul@kernel.org>
Fri, 21 Nov 2025 12:13:21 +0000 (17:43 +0530)
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>
drivers/dma/Kconfig

index c06327be82685f0c88fab9d16dea79dd04d28d6a..8bb0a119ecd48a6695404d43fce225987c9c69ff 100644 (file)
@@ -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