brintos

brintos / linux-shallow public Read only

0
0
Text · 481 B · 8137c39 Raw
17 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DRM_ASPEED_GFX3	tristate "ASPEED BMC Display Controller"4	depends on DRM && OF5	depends on (COMPILE_TEST || ARCH_ASPEED)6	depends on MMU7	select DRM_KMS_HELPER8	select DRM_GEM_DMA_HELPER9	select DMA_CMA if HAVE_DMA_CONTIGUOUS10	select CMA if HAVE_DMA_CONTIGUOUS11	select MFD_SYSCON12	help13	  Chose this option if you have an ASPEED AST2500 SOC Display14	  Controller (aka GFX).15 16	  If M is selected this module will be called aspeed_gfx.17