Skip to content

Commit 9fc2f03

Browse files
krzkvinodkoul
authored andcommitted
dmaengine: pxa: Enable compile test
The PXA_DMA driver does not include any asm/mach headers, so it can be compile tested for build coverage. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20250114191316.857154-1-krzysztof.kozlowski@linaro.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 8e63891 commit 9fc2f03

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
@@ -546,7 +546,7 @@ config PL330_DMA
546546

547547
config PXA_DMA
548548
bool "PXA DMA support"
549-
depends on (ARCH_MMP || ARCH_PXA)
549+
depends on ARCH_MMP || ARCH_PXA || COMPILE_TEST
550550
select DMA_ENGINE
551551
select DMA_VIRTUAL_CHANNELS
552552
help

0 commit comments

Comments
 (0)