projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e63891
)
dmaengine: pxa: Enable compile test
author
Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org>
Tue, 14 Jan 2025 19:13:16 +0000
(20:13 +0100)
committer
Vinod Koul
<vkoul@kernel.org>
Mon, 10 Feb 2025 14:27:11 +0000
(19:57 +0530)
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>
drivers/dma/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/Kconfig
b/drivers/dma/Kconfig
index 8afea2e2336027991df75b833f8c54b239576ad1..df2d2dc00a0579d6bee49900aaf7deb4fdf3b88c 100644
(file)
--- a/
drivers/dma/Kconfig
+++ b/
drivers/dma/Kconfig
@@
-546,7
+546,7
@@
config PL330_DMA
config PXA_DMA
bool "PXA DMA support"
- depends on
(ARCH_MMP || ARCH_PXA)
+ depends on
ARCH_MMP || ARCH_PXA || COMPILE_TEST
select DMA_ENGINE
select DMA_VIRTUAL_CHANNELS
help