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: 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>

authored by

Krzysztof Kozlowski and committed by
Vinod Koul
9fc2f03e 8e638918

+1 -1
+1 -1
drivers/dma/Kconfig
··· 546 546 547 547 config PXA_DMA 548 548 bool "PXA DMA support" 549 - depends on (ARCH_MMP || ARCH_PXA) 549 + depends on ARCH_MMP || ARCH_PXA || COMPILE_TEST 550 550 select DMA_ENGINE 551 551 select DMA_VIRTUAL_CHANNELS 552 552 help