xref: /openbmc/linux/drivers/gpu/drm/xlnx/Kconfig (revision 8dda2eac)
1config 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
9	select DRM_KMS_HELPER
10	select GENERIC_PHY
11	help
12	  This is a DRM/KMS driver for ZynqMP DisplayPort controller. Choose
13	  this option if you have a Xilinx ZynqMP SoC with DisplayPort
14	  subsystem.
15