Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.6-rc3 18 lines 542 B view raw
1config DRM_MCDE 2 tristate "DRM Support for ST-Ericsson MCDE (Multichannel Display Engine)" 3 depends on DRM 4 depends on CMA 5 depends on ARM || COMPILE_TEST 6 depends on OF 7 select MFD_SYSCON 8 select DRM_MIPI_DSI 9 select DRM_BRIDGE 10 select DRM_PANEL_BRIDGE 11 select DRM_KMS_HELPER 12 select DRM_KMS_CMA_HELPER 13 select DRM_GEM_CMA_HELPER 14 select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE 15 help 16 Choose this option for DRM support for the ST-Ericsson MCDE 17 Multi-Channel Display Engine. 18 If M is selected the module will be called mcde_drm.