Kconfig revision 1.1
11.1Sriastradconfig DRM_VIRTIO_GPU
21.1Sriastrad	tristate "Virtio GPU driver"
31.1Sriastrad	depends on DRM && VIRTIO
41.1Sriastrad	select FB_SYS_FILLRECT
51.1Sriastrad	select FB_SYS_COPYAREA
61.1Sriastrad	select FB_SYS_IMAGEBLIT
71.1Sriastrad        select DRM_KMS_HELPER
81.1Sriastrad        select DRM_KMS_FB_HELPER
91.1Sriastrad        select DRM_TTM
101.1Sriastrad	help
111.1Sriastrad	   This is the virtual GPU driver for virtio.  It can be used with
121.1Sriastrad           QEMU based VMMs (like KVM or Xen).
131.1Sriastrad
141.1Sriastrad	   If unsure say M.
15