]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/video/Kconfig
Intel FB: more interlaced mode support
[mirror_ubuntu-bionic-kernel.git] / drivers / video / Kconfig
index 5216c11d4decadf5d93c0876caea5d35d8a2e346..2cf6147aefc28ecc175c63eb4fc444808378b8f0 100644 (file)
@@ -103,6 +103,15 @@ config FB_CFB_IMAGEBLIT
          blitting. This is used by drivers that don't provide their own
          (accelerated) version.
 
+config FB_CFB_REV_PIXELS_IN_BYTE
+       bool
+       depends on FB
+       default n
+       ---help---
+         Allow generic frame-buffer functions to work on displays with 1, 2
+         and 4 bits per pixel depths which has opposite order of pixels in
+         byte order to bytes in long order.
+
 config FB_SYS_FILLRECT
        tristate
        depends on FB
@@ -592,6 +601,24 @@ config FB_TGA
 
          Say Y if you have one of those.
 
+config FB_UVESA
+       tristate "Userspace VESA VGA graphics support"
+       depends on FB && CONNECTOR
+       select FB_CFB_FILLRECT
+       select FB_CFB_COPYAREA
+       select FB_CFB_IMAGEBLIT
+       select FB_MODE_HELPERS
+       help
+         This is the frame buffer driver for generic VBE 2.0 compliant
+         graphic cards. It can also take advantage of VBE 3.0 features,
+         such as refresh rate adjustment.
+
+         This driver generally provides more features than vesafb but
+         requires a userspace helper application called 'v86d'. See
+         <file:Documentation/fb/uvesafb.txt> for more information.
+
+         If unsure, say N.
+
 config FB_VESA
        bool "VESA VGA graphics support"
        depends on (FB = y) && X86
@@ -1625,7 +1652,7 @@ config FB_PMAG_BA
 
 config FB_PMAGB_B
        tristate "PMAGB-B TURBOchannel framebuffer support"
-       depends on TC
+       depends on FB && TC
        select FB_CFB_FILLRECT
        select FB_CFB_COPYAREA
        select FB_CFB_IMAGEBLIT