Skip to content

Commit 97271c7

Browse files
dylany-xlnxpinchartl
authored andcommitted
drm: xlnx: zynqmp_dpsub: Update dependencies for ZynqMP DP
ZynqMP DP requires the ZynqMP PHY and DPDMA to operate properly. So depend on both the PHY and DPDMA. Signed-off-by: Dylan Yip <[email protected]> Signed-off-by: Laurent Pinchart <[email protected]>
1 parent a19effb commit 97271c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/gpu/drm/xlnx/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ config DRM_ZYNQMP_DPSUB
33
depends on ARCH_ZYNQMP || COMPILE_TEST
44
depends on COMMON_CLK && DRM && OF
55
depends on DMADEVICES
6+
depends on PHY_XILINX_ZYNQMP
7+
depends on XILINX_ZYNQMP_DPDMA
68
select DMA_ENGINE
79
select DRM_GEM_CMA_HELPER
810
select DRM_KMS_CMA_HELPER

0 commit comments

Comments
 (0)