Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <dylan.yip@xilinx.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

authored by

Dylan Yip and committed by
Laurent Pinchart
97271c7e a19effb6

+2
+2
drivers/gpu/drm/xlnx/Kconfig
··· 3 3 depends on ARCH_ZYNQMP || COMPILE_TEST 4 4 depends on COMMON_CLK && DRM && OF 5 5 depends on DMADEVICES 6 + depends on PHY_XILINX_ZYNQMP 7 + depends on XILINX_ZYNQMP_DPDMA 6 8 select DMA_ENGINE 7 9 select DRM_GEM_CMA_HELPER 8 10 select DRM_KMS_CMA_HELPER