xref: /linux/drivers/gpu/drm/gma500/Kconfig (revision 3abcf41fb1fc6f127ff98d3bae75db7f8f575e47)
1*3abcf41fSAlan Coxconfig DRM_GMA500
2*3abcf41fSAlan Cox	tristate "Intel GMA5/600 KMS Framebuffer"
3*3abcf41fSAlan Cox	depends on DRM && PCI && X86 && EXPERIMENTAL
4*3abcf41fSAlan Cox	select FB_CFB_COPYAREA
5*3abcf41fSAlan Cox        select FB_CFB_FILLRECT
6*3abcf41fSAlan Cox        select FB_CFB_IMAGEBLIT
7*3abcf41fSAlan Cox        select DRM_KMS_HELPER
8*3abcf41fSAlan Cox        select DRM_TTM
9*3abcf41fSAlan Cox	help
10*3abcf41fSAlan Cox	  Say yes for an experimental 2D KMS framebuffer driver for the
11*3abcf41fSAlan Cox	  Intel GMA500 ('Poulsbo') and other Intel IMG based graphics
12*3abcf41fSAlan Cox	  devices.
13*3abcf41fSAlan Cox
14*3abcf41fSAlan Coxconfig DRM_GMA600
15*3abcf41fSAlan Cox	bool "Intel GMA600 support (Experimental)"
16*3abcf41fSAlan Cox	depends on DRM_GMA500
17*3abcf41fSAlan Cox	help
18*3abcf41fSAlan Cox	  Say yes to include support for GMA600 (Intel Moorestown/Oaktrail)
19*3abcf41fSAlan Cox	  platforms with LVDS ports. HDMI and MIPI are not currently
20*3abcf41fSAlan Cox	  supported.
21*3abcf41fSAlan Cox
22*3abcf41fSAlan Coxconfig DRM_CEDARVIEW
23*3abcf41fSAlan Cox	bool "Intel Cedarview support (Experimental)"
24*3abcf41fSAlan Cox	depends on DRM_GMA500
25*3abcf41fSAlan Cox	help
26*3abcf41fSAlan Cox	  Say yes to include support for Intel Cedarview platforms
27