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