13 lines · plain
1config DRM_SPRD2 tristate "DRM Support for Unisoc SoCs Platform"3 depends on ARCH_SPRD || COMPILE_TEST4 depends on DRM && OF5 select DRM_GEM_DMA_HELPER6 select DRM_KMS_HELPER7 select DRM_MIPI_DSI8 select VIDEOMODE_HELPERS9 help10 Choose this option if you have a Unisoc chipset.11 If M is selected the module will be called sprd_drm.12 13