xref: /openbmc/linux/drivers/gpu/drm/sprd/Kconfig (revision 90f59ee4)
1config DRM_SPRD
2	tristate "DRM Support for Unisoc SoCs Platform"
3	depends on ARCH_SPRD || COMPILE_TEST
4	depends on DRM && OF
5	select DRM_GEM_CMA_HELPER
6	select DRM_KMS_CMA_HELPER
7	select DRM_KMS_HELPER
8	select DRM_MIPI_DSI
9	select VIDEOMODE_HELPERS
10	help
11	  Choose this option if you have a Unisoc chipset.
12	  If M is selected the module will be called sprd_drm.
13
14