summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/Kconfig
diff options
context:
space:
mode:
authorThomas Hellstrom2011-10-11 10:42:51 +0200
committerDave Airlie2011-10-11 14:06:36 +0200
commit5a7b74beca675968f612ad6188808ed67ac58e36 (patch)
tree399001fe566727024937351849b926ddf85de6ab /drivers/gpu/drm/Kconfig
parentdrm: Add KMS debug printk's for encoder and crtc fixup failure (diff)
downloadkernel-qcow2-linux-5a7b74beca675968f612ad6188808ed67ac58e36.tar.gz
kernel-qcow2-linux-5a7b74beca675968f612ad6188808ed67ac58e36.tar.xz
kernel-qcow2-linux-5a7b74beca675968f612ad6188808ed67ac58e36.zip
vmwgfx: Take the driver out of staging
Also improve a bit on the Kconfig help. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/Kconfig')
-rw-r--r--drivers/gpu/drm/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
index e405e61c27e2..785127cb281b 100644
--- a/drivers/gpu/drm/Kconfig
+++ b/drivers/gpu/drm/Kconfig
@@ -159,4 +159,6 @@ config DRM_SAVAGE
Choose this option if you have a Savage3D/4/SuperSavage/Pro/Twister
chipset. If M is selected the module will be called savage.
-source "drivers/gpu/drm/exynos/Kconfig" \ No newline at end of file
+source "drivers/gpu/drm/exynos/Kconfig"
+
+source "drivers/gpu/drm/vmwgfx/Kconfig"