xref: /openbmc/linux/drivers/gpu/drm/aspeed/Kconfig (revision 4f2a8f58)
1config DRM_ASPEED_GFX
2	tristate "ASPEED BMC Display Controller"
3	depends on DRM && OF
4	select DRM_KMS_HELPER
5	select DRM_KMS_CMA_HELPER
6	select DRM_PANEL
7	select DMA_CMA
8	select CMA
9	select MFD_SYSCON
10	help
11	  Chose this option if you have an ASPEED AST2500 SOC Display
12	  Controller (aka GFX).
13
14	  If M is selected this module will be called aspeed_gfx.
15