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