patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / drivers / video / Kconfig
index 47be650..4d58fc5 100644 (file)
@@ -225,6 +225,10 @@ config FB_CT65550
          This is the frame buffer device driver for the Chips & Technologies
          65550 graphics chip in PowerBooks.
 
+config FB_ASILIANT
+       bool "Chips 69000 display support"
+       depends on FB && PCI
+
 config FB_IMSTT
        bool "IMS Twin Turbo display support"
        depends on FB && PCI
@@ -308,6 +312,14 @@ config FB_HGA
          As this card technology is 15 years old, most people will answer N
          here.
 
+config FB_HGA_ACCEL
+       bool "Hercules mono Acceleration functions (EXPERIMENTAL)"
+       depends on FB_HGA && EXPERIMENTAL
+       ---help---
+       This will compile the Hercules mono graphics with
+       acceleration functions.
+
+
 config VIDEO_SELECT
        bool
        depends on FB && X86
@@ -319,6 +331,21 @@ config FB_SGIVW
        help
          SGI Visual Workstation support for framebuffer graphics.
 
+config FB_GBE
+       bool "SGI Graphics Backend frame buffer support"
+       depends on FB && (SGI_IP32 || X86_VISWS)
+       help
+         This is the frame buffer device driver for SGI Graphics Backend.
+         This chip is used in SGI O2 and Visual Workstation 320/540.
+
+config FB_GBE_MEM
+       int "Video memory size in MB"
+       depends on FB_GBE
+       default 8
+       help
+         This is the amount of memory reserved for the framebuffer,
+         which can be any value between 1MB and 8MB.
+
 config BUS_I2C
        bool
        depends on FB && VISWS
@@ -743,6 +770,14 @@ config FB_3DFX
          To compile this driver as a module, choose M here: the
          module will be called tdfxfb.
 
+config FB_3DFX_ACCEL
+       bool "3Dfx Banshee/Voodoo3 Acceleration functions (EXPERIMENTAL)"
+       depends on FB_3DFX && EXPERIMENTAL
+       ---help---
+       This will compile the 3Dfx Banshee/Voodoo3 frame buffer device
+       with acceleration functions.
+
+
 config FB_VOODOO1
        tristate "3Dfx Voodoo Graphics (sst1) support"
        depends on FB && PCI
@@ -772,6 +807,14 @@ config FB_TRIDENT
          To compile this driver as a module, choose M here: the
          module will be called tridentfb.
 
+config FB_TRIDENT_ACCEL
+       bool "Trident Acceleration functions (EXPERIMENTAL)"
+       depends on FB_TRIDENT && EXPERIMENTAL
+       ---help---
+       This will compile the Trident frame buffer device with
+       acceleration functions.
+
+
 config FB_PM3
        tristate "Permedia3 support"
        depends on FB && PCI && BROKEN
@@ -880,6 +923,37 @@ config FB_68328
          Say Y here if you want to support the built-in frame buffer of
          the Motorola 68328 CPU family.
 
+config FB_PXA
+       tristate "PXA LCD framebuffer support"
+       depends on FB && ARCH_PXA
+       ---help---
+         Frame buffer driver for the built-in LCD controller in the Intel
+         PXA2x0 processor.
+
+         This driver is also available as a module ( = code which can be
+         inserted and removed from the running kernel whenever you want). The
+         module will be called vfb. If you want to compile it as a module,
+         say M here and read <file:Documentation/modules.txt>.
+
+         If unsure, say N.
+
+config FB_PXA_PARAMETERS
+       bool "PXA LCD command line parameters"
+       default n
+       depends on FB_PXA
+       ---help---
+         Enable the use of kernel command line or module parameters
+         to configure the physical properties of the LCD panel when
+         using the PXA LCD driver.
+
+         This option allows you to override the panel parameters
+         supplied by the platform in order to support multiple
+         different models of flatpanel. If you will only be using a
+         single model of flatpanel then you can safely leave this
+         option disabled.
+
+         Documentation/fb/pxafb.txt describes the available parameters.
+
 config FB_VIRTUAL
        tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
        depends on FB