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 v6.15-rc4 13 lines 431 B view raw
1config DRM_IMX_DCSS 2 tristate "i.MX8MQ DCSS" 3 select IMX_IRQSTEER 4 select DRM_CLIENT_SELECTION 5 select DRM_KMS_HELPER 6 select DRM_DISPLAY_HELPER 7 select DRM_BRIDGE_CONNECTOR 8 select DRM_GEM_DMA_HELPER 9 select VIDEOMODE_HELPERS 10 depends on DRM && ((ARCH_MXC && ARM64) || COMPILE_TEST) 11 help 12 Choose this if you have a NXP i.MX8MQ based system and want to use the 13 Display Controller Subsystem. This option enables DCSS support.