We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20561da + 3e8b240 commit f9c88aaCopy full SHA for f9c88aa
drivers/gpu/drm/xlnx/Kconfig
@@ -2,6 +2,7 @@ config DRM_ZYNQMP_DPSUB
2
tristate "ZynqMP DisplayPort Controller Driver"
3
depends on ARCH_ZYNQMP || COMPILE_TEST
4
depends on COMMON_CLK && DRM && OF
5
+ depends on DMADEVICES
6
select DMA_ENGINE
7
select DRM_GEM_CMA_HELPER
8
select DRM_KMS_CMA_HELPER
drivers/rapidio/Kconfig
@@ -37,7 +37,7 @@ config RAPIDIO_ENABLE_RX_TX_PORTS
37
config RAPIDIO_DMA_ENGINE
38
bool "DMA Engine support for RapidIO"
39
depends on RAPIDIO
40
- select DMADEVICES
41
42
help
43
Say Y here if you want to use DMA Engine frameork for RapidIO data
0 commit comments