OSDN Git Service

drm: xlnx: zynqmp_dpsub: Update dependencies for ZynqMP DP
authorDylan Yip <dylan.yip@xilinx.com>
Thu, 18 Feb 2021 20:31:22 +0000 (12:31 -0800)
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Sun, 8 Aug 2021 23:28:04 +0000 (02:28 +0300)
ZynqMP DP requires the ZynqMP PHY and DPDMA to operate properly. So
depend on both the PHY and DPDMA.

Signed-off-by: Dylan Yip <dylan.yip@xilinx.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
drivers/gpu/drm/xlnx/Kconfig

index b52c6cd..c3d0826 100644 (file)
@@ -3,6 +3,8 @@ config DRM_ZYNQMP_DPSUB
        depends on ARCH_ZYNQMP || COMPILE_TEST
        depends on COMMON_CLK && DRM && OF
        depends on DMADEVICES
+       depends on PHY_XILINX_ZYNQMP
+       depends on XILINX_ZYNQMP_DPDMA
        select DMA_ENGINE
        select DRM_GEM_CMA_HELPER
        select DRM_KMS_CMA_HELPER