From: Johan Hovold Date: Thu, 20 Nov 2025 11:50:16 +0000 (+0100) Subject: dmaengine: bcm2835: enable compile testing X-Git-Tag: v6.19-rc1~54^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3e1935fba8d71ef1889cbc2d6e2447cb829070f;p=thirdparty%2Flinux.git 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 Link: https://patch.msgid.link/20251120115016.8967-1-johan@kernel.org Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index c06327be82685..8bb0a119ecd48 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