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

Configure Feed

Select the types of activity you want to include in your feed.

at v5.15-rc1 16 lines 504 B view raw
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 depends on PHY_XILINX_ZYNQMP 7 depends on XILINX_ZYNQMP_DPDMA 8 select DMA_ENGINE 9 select DRM_GEM_CMA_HELPER 10 select DRM_KMS_CMA_HELPER 11 select DRM_KMS_HELPER 12 select GENERIC_PHY 13 help 14 This is a DRM/KMS driver for ZynqMP DisplayPort controller. Choose 15 this option if you have a Xilinx ZynqMP SoC with DisplayPort 16 subsystem.