xref: /linux/drivers/gpu/drm/xlnx/Kconfig (revision ab93e0dd72c37d378dd936f031ffb83ff2bd87ce)
1d76271d2SHyun Kwonconfig DRM_ZYNQMP_DPSUB
2d76271d2SHyun Kwon	tristate "ZynqMP DisplayPort Controller Driver"
3d76271d2SHyun Kwon	depends on ARCH_ZYNQMP || COMPILE_TEST
4d76271d2SHyun Kwon	depends on COMMON_CLK && DRM && OF
53e8b2403SLaurent Pinchart	depends on DMADEVICES
697271c7eSDylan Yip	depends on PHY_XILINX_ZYNQMP
797271c7eSDylan Yip	depends on XILINX_ZYNQMP_DPDMA
8d76271d2SHyun Kwon	select DMA_ENGINE
9c08810e9SThomas Zimmermann	select DRM_CLIENT_SELECTION
101e0f6642SThomas Zimmermann	select DRM_DISPLAY_DP_HELPER
111e0f6642SThomas Zimmermann	select DRM_DISPLAY_HELPER
129da7ec9bSDmitry Baryshkov	select DRM_BRIDGE_CONNECTOR
134a83c26aSDanilo Krummrich	select DRM_GEM_DMA_HELPER
14d76271d2SHyun Kwon	select DRM_KMS_HELPER
15d76271d2SHyun Kwon	select GENERIC_PHY
16d76271d2SHyun Kwon	help
17d76271d2SHyun Kwon	  This is a DRM/KMS driver for ZynqMP DisplayPort controller. Choose
18d76271d2SHyun Kwon	  this option if you have a Xilinx ZynqMP SoC with DisplayPort
19d76271d2SHyun Kwon	  subsystem.
203ec5c157STomi Valkeinen
213ec5c157STomi Valkeinenconfig DRM_ZYNQMP_DPSUB_AUDIO
223ec5c157STomi Valkeinen	bool "ZynqMP DisplayPort Audio Support"
233ec5c157STomi Valkeinen	depends on DRM_ZYNQMP_DPSUB
243ec5c157STomi Valkeinen	depends on SND && SND_SOC
25*f9f087d9SArnd Bergmann	depends on SND_SOC=y || DRM_ZYNQMP_DPSUB=m
263ec5c157STomi Valkeinen	select SND_SOC_GENERIC_DMAENGINE_PCM
273ec5c157STomi Valkeinen	help
283ec5c157STomi Valkeinen	  Choose this option to enable DisplayPort audio support in the ZynqMP
293ec5c157STomi Valkeinen	  DisplayPort driver.
30