xref: /openbmc/linux/drivers/gpu/drm/pl111/Kconfig (revision bed41005)
1bed41005STom Cookseyconfig DRM_PL111
2bed41005STom Cooksey	tristate "DRM Support for PL111 CLCD Controller"
3bed41005STom Cooksey	depends on DRM
4bed41005STom Cooksey	depends on ARM || ARM64 || COMPILE_TEST
5bed41005STom Cooksey	select DRM_KMS_HELPER
6bed41005STom Cooksey	select DRM_KMS_CMA_HELPER
7bed41005STom Cooksey	select DRM_GEM_CMA_HELPER
8bed41005STom Cooksey	select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
9bed41005STom Cooksey	help
10bed41005STom Cooksey	  Choose this option for DRM support for the PL111 CLCD controller.
11bed41005STom Cooksey	  If M is selected the module will be called pl111_drm.
12bed41005STom Cooksey
13