]> Git Repo - linux.git/blob - drivers/gpu/drm/xlnx/Kconfig
Linux 6.14-rc3
[linux.git] / drivers / gpu / drm / xlnx / Kconfig
1 config 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         depends on PHY_XILINX_ZYNQMP
7         depends on XILINX_ZYNQMP_DPDMA
8         select DMA_ENGINE
9         select DRM_CLIENT_SELECTION
10         select DRM_DISPLAY_DP_HELPER
11         select DRM_DISPLAY_HELPER
12         select DRM_BRIDGE_CONNECTOR
13         select DRM_GEM_DMA_HELPER
14         select DRM_KMS_HELPER
15         select GENERIC_PHY
16         help
17           This is a DRM/KMS driver for ZynqMP DisplayPort controller. Choose
18           this option if you have a Xilinx ZynqMP SoC with DisplayPort
19           subsystem.
20
21 config DRM_ZYNQMP_DPSUB_AUDIO
22         bool "ZynqMP DisplayPort Audio Support"
23         depends on DRM_ZYNQMP_DPSUB
24         depends on SND && SND_SOC
25         select SND_SOC_GENERIC_DMAENGINE_PCM
26         help
27           Choose this option to enable DisplayPort audio support in the ZynqMP
28           DisplayPort driver.
This page took 0.027346 seconds and 4 git commands to generate.