aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/Kconfig
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2011-11-03 18:20:47 +0000
committerDave Airlie <airlied@redhat.com>2011-11-16 11:19:54 +0000
commit3abcf41fb1fc6f127ff98d3bae75db7f8f575e47 (patch)
tree4a9b0de862fad2c6b8693be5a24cdf17ea9ff8da /drivers/gpu/drm/gma500/Kconfig
parentLinux 3.2-rc1 (diff)
downloadlinux-dev-3abcf41fb1fc6f127ff98d3bae75db7f8f575e47.tar.xz
linux-dev-3abcf41fb1fc6f127ff98d3bae75db7f8f575e47.zip
gma500: Move the basic driver out of staging
This driver supports unaccelerated KMS display, and accelerated console handling on the Intel Poulsbo, Oaktrail, Cedarview and Medfield hardware. For the initial merge Medfield will be left out as it needs considerable further work to reach a decent standard Begin by adding the Makefiles and Kconfig. These are not yet plumbed into the DRM layer so will have no effect on their own Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/gma500/Kconfig')
-rw-r--r--drivers/gpu/drm/gma500/Kconfig26
1 files changed, 26 insertions, 0 deletions
diff --git a/drivers/gpu/drm/gma500/Kconfig b/drivers/gpu/drm/gma500/Kconfig
new file mode 100644
index 000000000000..78e46e82cdbd
--- /dev/null
+++ b/drivers/gpu/drm/gma500/Kconfig
@@ -0,0 +1,26 @@
+config DRM_GMA500
+ tristate "Intel GMA5/600 KMS Framebuffer"
+ depends on DRM && PCI && X86 && EXPERIMENTAL
+ select FB_CFB_COPYAREA
+ select FB_CFB_FILLRECT
+ select FB_CFB_IMAGEBLIT
+ select DRM_KMS_HELPER
+ select DRM_TTM
+ help
+ Say yes for an experimental 2D KMS framebuffer driver for the
+ Intel GMA500 ('Poulsbo') and other Intel IMG based graphics
+ devices.
+
+config DRM_GMA600
+ bool "Intel GMA600 support (Experimental)"
+ depends on DRM_GMA500
+ help
+ Say yes to include support for GMA600 (Intel Moorestown/Oaktrail)
+ platforms with LVDS ports. HDMI and MIPI are not currently
+ supported.
+
+config DRM_CEDARVIEW
+ bool "Intel Cedarview support (Experimental)"
+ depends on DRM_GMA500
+ help
+ Say yes to include support for Intel Cedarview platforms