xref: /linux/drivers/gpu/drm/sti/Kconfig (revision 3932b9ca55b0be314a36d3e84faff3e823c081f5)
1config DRM_STI
2	tristate "DRM Support for STMicroelectronics SoC stiH41x Series"
3	depends on DRM && (SOC_STIH415 || SOC_STIH416 || ARCH_MULTIPLATFORM)
4	select RESET_CONTROLLER
5	select DRM_KMS_HELPER
6	select DRM_GEM_CMA_HELPER
7	select DRM_KMS_CMA_HELPER
8	help
9	  Choose this option to enable DRM on STM stiH41x chipset
10
11config DRM_STI_FBDEV
12	bool "DRM frame buffer device for STMicroelectronics SoC stiH41x Serie"
13	depends on DRM_STI
14	help
15	  Choose this option to enable FBDEV on top of DRM for STM stiH41x chipset
16