0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config DRM_ASPEED_GFX
0003 tristate "ASPEED BMC Display Controller"
0004 depends on DRM && OF
0005 depends on (COMPILE_TEST || ARCH_ASPEED)
0006 depends on MMU
0007 select DRM_KMS_HELPER
0008 select DRM_GEM_CMA_HELPER
0009 select DMA_CMA if HAVE_DMA_CONTIGUOUS
0010 select CMA if HAVE_DMA_CONTIGUOUS
0011 select MFD_SYSCON
0012 help
0013 Chose this option if you have an ASPEED AST2500 SOC Display
0014 Controller (aka GFX).
0015
0016 If M is selected this module will be called aspeed_gfx.