[PATCH dmaengine 2/2] dmaengine: at_hdmac: add COMPILE_TEST support
Eugen Hristev
eugen.hristev at linaro.org
Fri Nov 21 00:52:33 PST 2025
On 11/6/25 04:24, Rosen Penev wrote:
> Allows the buildbot to detect potential issues with the code on various
> platforms.
>
> Signed-off-by: Rosen Penev <rosenp at gmail.com>
Reviewed-by: Eugen Hristev <eugen.hristev at linaro.org>
> ---
> drivers/dma/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
> index 8cb36305be6d..243d3959ba79 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
More information about the linux-arm-kernel
mailing list