From: Rosen Penev Date: Thu, 6 Nov 2025 02:24:05 +0000 (-0800) Subject: dmaengine: at_hdmac: add COMPILE_TEST support X-Git-Tag: v6.19-rc1~54^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d8c5bea0da97809813b5f702700019cfffb6085;p=thirdparty%2Flinux.git dmaengine: at_hdmac: add COMPILE_TEST support Allows the buildbot to detect potential issues with the code on various platforms. Signed-off-by: Rosen Penev Reviewed-by: Eugen Hristev Link: https://patch.msgid.link/20251106022405.85604-3-rosenp@gmail.com Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index b8a74b1798ba1..c06327be82685 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -102,7 +102,7 @@ config ARM_DMA350 config AT_HDMAC tristate "Atmel AHB DMA support" - depends on ARCH_AT91 + depends on ARCH_AT91 || COMPILE_TEST select DMA_ENGINE select DMA_VIRTUAL_CHANNELS help