summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx/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/vmwgfx/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/vmwgfx/Kconfig')
-rw-r--r--drivers/gpu/drm/vmwgfx/Kconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/gpu/drm/vmwgfx/Kconfig b/drivers/gpu/drm/vmwgfx/Kconfig
index 30ad13344f7b..794ff67c5701 100644
--- a/drivers/gpu/drm/vmwgfx/Kconfig
+++ b/drivers/gpu/drm/vmwgfx/Kconfig
@@ -7,7 +7,8 @@ config DRM_VMWGFX
select FB_CFB_IMAGEBLIT
select DRM_TTM
help
- KMS enabled DRM driver for SVGA2 virtual hardware.
-
- If unsure say n. The compiled module will be
- called vmwgfx.ko
+ Choose this option if you would like to run 3D acceleration
+ in a VMware virtual machine.
+ This is a KMS enabled DRM driver for the VMware SVGA2
+ virtual hardware.
+ The compiled module will be called "vmwgfx.ko".