projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c0f93e
)
dmaengine: zynqmp_dma: enable COMPILE_TEST
author
Michael Tretter
<m.tretter@pengutronix.de>
Thu, 26 Aug 2021 09:47:38 +0000
(11:47 +0200)
committer
Vinod Koul
<vkoul@kernel.org>
Fri, 1 Oct 2021 11:56:30 +0000
(17:26 +0530)
The driver doesn't use anything architecture specific. Allow the
compilation on other architectures as well.
Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
Link:
https://lore.kernel.org/r/20210826094742.1302009-4-m.tretter@pengutronix.de
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/dma/Kconfig
b/drivers/dma/Kconfig
index 80c2c03cb0141b29075f4455f301237585c2ad9b..6bcdb4e6a0d1d3d76fef0ca9af77c14ecb5f3723 100644
(file)
--- a/
drivers/dma/Kconfig
+++ b/
drivers/dma/Kconfig
@@
-717,7
+717,7
@@
config XILINX_DMA
config XILINX_ZYNQMP_DMA
tristate "Xilinx ZynqMP DMA Engine"
- depends on
(ARCH_ZYNQ || MICROBLAZE || ARM64)
+ depends on
ARCH_ZYNQ || MICROBLAZE || ARM64 || COMPILE_TEST
select DMA_ENGINE
help
Enable support for Xilinx ZynqMP DMA controller.