Home | History | Annotate | Line # | Download | only in virtio
Kconfig revision 1.1
      1  1.1  riastrad config DRM_VIRTIO_GPU
      2  1.1  riastrad 	tristate "Virtio GPU driver"
      3  1.1  riastrad 	depends on DRM && VIRTIO
      4  1.1  riastrad 	select FB_SYS_FILLRECT
      5  1.1  riastrad 	select FB_SYS_COPYAREA
      6  1.1  riastrad 	select FB_SYS_IMAGEBLIT
      7  1.1  riastrad         select DRM_KMS_HELPER
      8  1.1  riastrad         select DRM_KMS_FB_HELPER
      9  1.1  riastrad         select DRM_TTM
     10  1.1  riastrad 	help
     11  1.1  riastrad 	   This is the virtual GPU driver for virtio.  It can be used with
     12  1.1  riastrad            QEMU based VMMs (like KVM or Xen).
     13  1.1  riastrad 
     14  1.1  riastrad 	   If unsure say M.
     15