diff options
| author | Rosen Penev <rosenp@gmail.com> | 2025-11-05 18:24:05 -0800 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2025-11-21 17:42:26 +0530 |
| commit | 5d8c5bea0da97809813b5f702700019cfffb6085 (patch) | |
| tree | 966a9f0280bda949204beb274ed45fd205ab6289 | |
| parent | 938eae912ac52f8e9e5f2463e2db30cfe6f895d5 (diff) | |
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>
| -rw-r--r-- | drivers/dma/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index b8a74b1798ba..c06327be8268 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 |
