]> Pileus Git - ~andy/linux/blobdiff - drivers/video/Kconfig
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
[~andy/linux] / drivers / video / Kconfig
index 1bd5fb30237d97a8037e5cc795ec41f1fef03a9d..e3dc8f8d0c3ec082530c846d99cce79d8a6f1892 100644 (file)
@@ -1930,6 +1930,20 @@ config FB_VIRTUAL
 
          If unsure, say N.
 
+config XEN_FBDEV_FRONTEND
+       tristate "Xen virtual frame buffer support"
+       depends on FB && XEN
+       select FB_SYS_FILLRECT
+       select FB_SYS_COPYAREA
+       select FB_SYS_IMAGEBLIT
+       select FB_SYS_FOPS
+       select FB_DEFERRED_IO
+       default y
+       help
+         This driver implements the front-end of the Xen virtual
+         frame buffer driver.  It communicates with a back-end
+         in another domain.
+
 source "drivers/video/omap/Kconfig"
 
 source "drivers/video/backlight/Kconfig"