Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / drivers / gpu / drm / vmwgfx / Kconfig
1 config DRM_VMWGFX
2 tristate "DRM driver for VMware Virtual GPU"
3 depends on DRM && PCI && FB
4 select FB_DEFERRED_IO
5 select FB_CFB_FILLRECT
6 select FB_CFB_COPYAREA
7 select FB_CFB_IMAGEBLIT
8 select DRM_TTM
9 help
10 Choose this option if you would like to run 3D acceleration
11 in a VMware virtual machine.
12 This is a KMS enabled DRM driver for the VMware SVGA2
13 virtual hardware.
14 The compiled module will be called "vmwgfx.ko".
15
16 config DRM_VMWGFX_FBCON
17 depends on DRM_VMWGFX
18 bool "Enable framebuffer console under vmwgfx by default"
19 help
20 Choose this option if you are shipping a new vmwgfx
21 userspace driver that supports using the kernel driver.
22
This page took 0.032429 seconds and 5 git commands to generate.