Skip to content

Commit f9c88aa

Browse files
committed
Merge tag 'drm-xlnx-dpsub-fixes-20200905' of git://linuxtv.org/pinchartl/media into drm-fixes
Kconfig fixes for DRM_ZYNQMP_DPSUB DMA engine dependency Signed-off-by: Dave Airlie <[email protected]> From: Laurent Pinchart <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
2 parents 20561da + 3e8b240 commit f9c88aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

drivers/gpu/drm/xlnx/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ config DRM_ZYNQMP_DPSUB
22
tristate "ZynqMP DisplayPort Controller Driver"
33
depends on ARCH_ZYNQMP || COMPILE_TEST
44
depends on COMMON_CLK && DRM && OF
5+
depends on DMADEVICES
56
select DMA_ENGINE
67
select DRM_GEM_CMA_HELPER
78
select DRM_KMS_CMA_HELPER

drivers/rapidio/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ config RAPIDIO_ENABLE_RX_TX_PORTS
3737
config RAPIDIO_DMA_ENGINE
3838
bool "DMA Engine support for RapidIO"
3939
depends on RAPIDIO
40-
select DMADEVICES
40+
depends on DMADEVICES
4141
select DMA_ENGINE
4242
help
4343
Say Y here if you want to use DMA Engine frameork for RapidIO data

0 commit comments

Comments
 (0)