Skip to content

Commit 5d8c5be

Browse files
nehebvinodkoul
authored andcommitted
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 <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>
1 parent 938eae9 commit 5d8c5be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/dma/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ config ARM_DMA350
102102

103103
config AT_HDMAC
104104
tristate "Atmel AHB DMA support"
105-
depends on ARCH_AT91
105+
depends on ARCH_AT91 || COMPILE_TEST
106106
select DMA_ENGINE
107107
select DMA_VIRTUAL_CHANNELS
108108
help

0 commit comments

Comments
 (0)