projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbb69ec
)
dmaengine: add COMPILE_TEST for the drivers
author
Huang Shijie
<
[email protected]
>
Mon, 6 Aug 2018 08:52:31 +0000
(16:52 +0800)
committer
Vinod Koul
<
[email protected]
>
Wed, 29 Aug 2018 16:14:10 +0000
(21:44 +0530)
We can do the compiling test with COMPILE_TEST.
This patch adds the COMPILE_TEST for the drivers.
Signed-off-by: Huang Shijie <
[email protected]
>
Acked-by: Linus Walleij <
[email protected]
>
Acked-by: Robert Jarzmik <
[email protected]
>
Signed-off-by: Vinod Koul <
[email protected]
>
drivers/dma/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/dma/Kconfig
b/drivers/dma/Kconfig
index dacf3f42426de9e54a2c255248e422e313096acc..73a75dea9cc3c5671d30c00ba38300d2595b409c 100644
(file)
--- a/
drivers/dma/Kconfig
+++ b/
drivers/dma/Kconfig
@@
-447,7
+447,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
@@
-465,7
+465,7
@@
config SIRF_DMA
config STE_DMA40
bool "ST-Ericsson DMA40 support"
- depends on ARCH_U8500
+ depends on ARCH_U8500
|| COMPILE_TEST
select DMA_ENGINE
help
Support for ST-Ericsson DMA40 controller