]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
dmaengine: at_hdmac: add COMPILE_TEST support
authorRosen Penev <rosenp@gmail.com>
Thu, 6 Nov 2025 02:24:05 +0000 (18:24 -0800)
committerVinod Koul <vkoul@kernel.org>
Fri, 21 Nov 2025 12:12:26 +0000 (17:42 +0530)
Allows the buildbot to detect potential issues with the code on various
platforms.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Reviewed-by: Eugen Hristev <eugen.hristev@linaro.org>
Link: https://patch.msgid.link/20251106022405.85604-3-rosenp@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/Kconfig

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