xref: /openbmc/linux/drivers/gpu/drm/pl111/Kconfig (revision 001485d5)
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
5032838f9SEric Anholt	depends on COMMON_CLK
6bed41005STom Cooksey	select DRM_KMS_HELPER
7bed41005STom Cooksey	select DRM_KMS_CMA_HELPER
8bed41005STom Cooksey	select DRM_GEM_CMA_HELPER
9001485d5SLinus Walleij	select DRM_BRIDGE
10001485d5SLinus Walleij	select DRM_PANEL_BRIDGE
11bed41005STom Cooksey	select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
12bed41005STom Cooksey	help
13bed41005STom Cooksey	  Choose this option for DRM support for the PL111 CLCD controller.
14bed41005STom Cooksey	  If M is selected the module will be called pl111_drm.
15bed41005STom Cooksey
16