Merge remote-tracking branch 'mmc-uh/next'
[deliverable/linux.git] / drivers / gpu / drm / vmwgfx / Kconfig
CommitLineData
fb1d9738
JB
1config DRM_VMWGFX
2 tristate "DRM driver for VMware Virtual GPU"
b07bb761 3 depends on DRM && PCI && X86
fb1d9738
JB
4 select FB_DEFERRED_IO
5 select FB_CFB_FILLRECT
6 select FB_CFB_COPYAREA
7 select FB_CFB_IMAGEBLIT
8 select DRM_TTM
183cd49f 9 select FB
04381b98
DV
10 # Only needed for the transitional use of drm_crtc_init - can be removed
11 # again once vmwgfx sets up the primary plane itself.
12 select DRM_KMS_HELPER
fb1d9738 13 help
5a7b74be
TH
14 Choose this option if you would like to run 3D acceleration
15 in a VMware virtual machine.
16 This is a KMS enabled DRM driver for the VMware SVGA2
17 virtual hardware.
18 The compiled module will be called "vmwgfx.ko".
5d2afab9
DA
19
20config DRM_VMWGFX_FBCON
04381b98 21 depends on DRM_VMWGFX && FB
5d2afab9
DA
22 bool "Enable framebuffer console under vmwgfx by default"
23 help
24 Choose this option if you are shipping a new vmwgfx
25 userspace driver that supports using the kernel driver.
26
This page took 0.45334 seconds and 5 git commands to generate.