Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Rosen Penev and committed by
Vinod Koul
5d8c5bea 938eae91

+1 -1
+1 -1
drivers/dma/Kconfig
··· 102 102 103 103 config AT_HDMAC 104 104 tristate "Atmel AHB DMA support" 105 - depends on ARCH_AT91 105 + depends on ARCH_AT91 || COMPILE_TEST 106 106 select DMA_ENGINE 107 107 select DMA_VIRTUAL_CHANNELS 108 108 help