1
2config DRM_LOONGSON
3	tristate "DRM support for LS7A Display Controller"
4	depends on DRM && PCI
5	select FB_CFB_FILLRECT
6	select FB_CFB_COPYAREA
7	select FB_CFB_IMAGEBLIT
8	select DRM_KMS_HELPER
9	select DRM_KMS_FB_HELPER
10	select DRM_GEM_CMA_HELPER
11	select DRM_KMS_CMA_HELPER
12	default n
13	help
14	  Support the display controllers found on the Loongson's LS7A
15	  bridge.
16
17	  This driver provides no built-in acceleration; acceleration is
18	  performed by Vivante GC1000. This driver provides kernel mode
19	  setting and buffer management to userspace.
20