# SPDX-License-Identifier: GPL-2.0-only
#
# fbdev configuration
#
config [31mCONFIG_FB_CMDLINE[0m
bool
config [31mCONFIG_FB_NOTIFY[0m
bool
menuconfig [31mCONFIG_FB[0m
tristate "Support for frame buffer devices"
select [31mCONFIG_FB_CMDLINE[0m
select [31mCONFIG_FB_NOTIFY[0m
---help---
The frame buffer device provides an abstraction for the graphics
hardware. It represents the frame buffer of some video hardware and
allows application software to access the graphics hardware through
a well-defined interface, so the software doesn't need to know
anything about the low-level (hardware register) stuff.
Frame buffer devices work identically across the different
architectures supported by Linux and make the implementation of
application programs easier and more portable; at this point, an X
server exists which uses the frame buffer device exclusively.
On several non-[31mCONFIG_X86[0m architectures, the frame buffer device is the
only way to use the graphics hardware.
The device is accessed through special device nodes, usually located
in the /dev directory, i.e. /dev/fb*.
You need an utility program called fbset to make full use of frame
buffer devices. Please read <file:Documentation/fb/framebuffer.rst>
and the Framebuffer-HOWTO at
<http://www.munted.org.uk/programming/Framebuffer-HOWTO-1.3.html> for more
information.
Say Y here and to the driver for your graphics board below if you
are compiling a kernel for a non-x86 architecture.
If you are compiling for the x86 architecture, you can say Y if you
want to play with it, but it is not essential. Please note that
running graphical applications that directly touch the hardware
(e.g. an accelerated X server) and that are not frame buffer
device-aware may cause unexpected results. If unsure, say N.
config [31mCONFIG_FIRMWARE_EDID[0m
bool "Enable firmware EDID"
depends on [31mCONFIG_FB[0m
---help---
This enables access to the EDID transferred from the firmware.
On the i386, this is from the Video BIOS. Enable this if DDC/[31mCONFIG_I2C[0m
transfers do not work for your driver and if you are using
nvidiafb, i810fb or savagefb.
In general, choosing Y for this option is safe. If you
experience extremely long delays while booting before you get
something on your display, try setting this to N. Matrox cards in
combination with certain motherboards and monitors are known to
suffer from this problem.
config [31mCONFIG_FB_DDC[0m
tristate
depends on [31mCONFIG_FB[0m
select [31mCONFIG_I2C_ALGOBIT[0m
select [31mCONFIG_I2C[0m
config [31mCONFIG_FB_BOOT_VESA_SUPPORT[0m
bool
depends on [31mCONFIG_FB[0m
---help---
If true, at least one selected framebuffer driver can take advantage
of VESA video modes set at an early boot stage via the vga= parameter.
config [31mCONFIG_FB_CFB_FILLRECT[0m
tristate
depends on [31mCONFIG_FB[0m
---help---
Include the cfb_fillrect function for generic software rectangle
filling. This is used by drivers that don't provide their own
(accelerated) version.
config [31mCONFIG_FB_CFB_COPYAREA[0m
tristate
depends on [31mCONFIG_FB[0m
---help---
Include the cfb_copyarea function for generic software area copying.
This is used by drivers that don't provide their own (accelerated)
version.
config [31mCONFIG_FB_CFB_IMAGEBLIT[0m
tristate
depends on [31mCONFIG_FB[0m
---help---
Include the cfb_imageblit function for generic software image
blitting. This is used by drivers that don't provide their own
(accelerated) version.
config [31mCONFIG_FB_CFB_REV_PIXELS_IN_BYTE[0m
bool
depends on [31mCONFIG_FB[0m
---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 [31mCONFIG_FB_SYS_FILLRECT[0m
tristate
depends on [31mCONFIG_FB[0m
---help---
Include the sys_fillrect function for generic software rectangle
filling. This is used by drivers that don't provide their own
(accelerated) version and the framebuffer is in system RAM.
config [31mCONFIG_FB_SYS_COPYAREA[0m
tristate
depends on [31mCONFIG_FB[0m
---help---
Include the sys_copyarea function for generic software area copying.
This is used by drivers that don't provide their own (accelerated)
version and the framebuffer is in system RAM.
config [31mCONFIG_FB_SYS_IMAGEBLIT[0m
tristate
depends on [31mCONFIG_FB[0m
---help---
Include the sys_imageblit function for generic software image
blitting. This is used by drivers that don't provide their own
(accelerated) version and the framebuffer is in system RAM.
config [31mCONFIG_FB_PROVIDE_GET_FB_UNMAPPED_AREA[0m
bool
depends on [31mCONFIG_FB[0m
---help---
Allow generic frame-buffer to provide get_fb_unmapped_area
function.
menuconfig [31mCONFIG_FB_FOREIGN_ENDIAN[0m
bool "Framebuffer foreign endianness support"
depends on [31mCONFIG_FB[0m
---help---
This menu will let you enable support for the framebuffers with
non-native endianness (e.g. Little-Endian framebuffer on a
Big-Endian machine). Most probably you don't have such hardware,
so it's safe to say "n" here.
choice
prompt "Choice endianness support"
depends on [31mCONFIG_FB_FOREIGN_ENDIAN[0m
config [31mCONFIG_FB_BOTH_ENDIAN[0m
bool "Support for Big- and Little-Endian framebuffers"
config [31mCONFIG_FB_BIG_ENDIAN[0m
bool "Support for Big-Endian framebuffers only"
config [31mCONFIG_FB_LITTLE_ENDIAN[0m
bool "Support for Little-Endian framebuffers only"
endchoice
config [31mCONFIG_FB_SYS_FOPS[0m
tristate
depends on [31mCONFIG_FB[0m
config [31mCONFIG_FB_DEFERRED_IO[0m
bool
depends on [31mCONFIG_FB[0m
config [31mCONFIG_FB_HECUBA[0m
tristate
depends on [31mCONFIG_FB[0m
depends on [31mCONFIG_FB_DEFERRED_IO[0m
config [31mCONFIG_FB_SVGALIB[0m
tristate
depends on [31mCONFIG_FB[0m
---help---
Common utility functions useful to fbdev drivers of VGA-based
cards.
config [31mCONFIG_FB_MACMODES[0m
tristate
depends on [31mCONFIG_FB[0m
config [31mCONFIG_FB_BACKLIGHT[0m
tristate
depends on [31mCONFIG_FB[0m
select [31mCONFIG_BACKLIGHT_CLASS_DEVICE[0m
config [31mCONFIG_FB_MODE_HELPERS[0m
bool "Enable Video Mode Handling Helpers"
depends on [31mCONFIG_FB[0m
---help---
This enables functions for handling video modes using the
Generalized Timing Formula and the EDID parser. [31mCONFIG_A[0m few drivers rely
on this feature such as the radeonfb, rivafb, and the i810fb. If
your driver does not take advantage of this feature, choosing Y will
just increase the kernel size by about 5K.
config [31mCONFIG_FB_TILEBLITTING[0m
bool "Enable Tile Blitting Support"
depends on [31mCONFIG_FB[0m
---help---
This enables tile blitting. Tile blitting is a drawing technique
where the screen is divided into rectangular sections (tiles), whereas
the standard blitting divides the screen into pixels. Because the
default drawing element is a tile, drawing functions will be passed
parameters in terms of number of tiles instead of number of pixels.
For example, to draw a single character, instead of using bitmaps,
an index to an array of bitmaps will be used. To clear or move a
rectangular section of a screen, the rectangle will be described in
terms of number of tiles in the x- and y-axis.
This is particularly important to one driver, matroxfb. If
unsure, say N.
comment "Frame buffer hardware drivers"
depends on [31mCONFIG_FB[0m
config [31mCONFIG_FB_GRVGA[0m
tristate "Aeroflex Gaisler framebuffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_SPARC[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
---help---
This enables support for the SVGACTRL framebuffer in the GRLIB IP library from Aeroflex Gaisler.
config [31mCONFIG_FB_CIRRUS[0m
tristate "Cirrus Logic support"
depends on [31mCONFIG_FB[0m && ([31mCONFIG_ZORRO[0m || [31mCONFIG_PCI[0m)
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
---help---
This enables support for Cirrus Logic GD542x/543x based boards on
Amiga: SD64, Piccolo, Picasso II/II+, Picasso IV, or EGS Spectrum.
If you have a [31mCONFIG_PCI[0m-based system, this enables support for these
chips: GD-543x, GD-544x, GD-5480.
Please read the file <file:Documentation/fb/cirrusfb.rst>.
Say N unless you have such a graphics board or plan to get one
before you next recompile the kernel.
config [31mCONFIG_FB_PM2[0m
tristate "Permedia2 support"
depends on [31mCONFIG_FB[0m && (([31mCONFIG_AMIGA[0m && [31mCONFIG_BROKEN[0m) || [31mCONFIG_PCI[0m)
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is the frame buffer device driver for cards based on
the 3D Labs Permedia, Permedia 2 and Permedia 2V chips.
The driver was tested on the following cards:
Diamond FireGL 1000 PRO [31mCONFIG_AGP[0m
ELSA Gloria Synergy [31mCONFIG_PCI[0m
Appian Jeronimo PRO (both heads) [31mCONFIG_PCI[0m
3DLabs Oxygen ACX aka EONtronics Picasso P2 [31mCONFIG_PCI[0m
Techsource Raptor GFX-8P (aka Sun PGX-32) on [31mCONFIG_SPARC[0m
ASK Graphic Blaster Exxtreme [31mCONFIG_AGP[0m
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called pm2fb.
config [31mCONFIG_FB_PM2_FIFO_DISCONNECT[0m
bool "enable FIFO disconnect feature"
depends on [31mCONFIG_FB_PM2[0m && [31mCONFIG_PCI[0m
help
Support the Permedia2 FIFO disconnect feature.
config [31mCONFIG_FB_ARMCLCD[0m
tristate "ARM PrimeCell PL110 support"
depends on [31mCONFIG_ARM[0m || [31mCONFIG_ARM64[0m || [31mCONFIG_COMPILE_TEST[0m
depends on [31mCONFIG_FB[0m && [31mCONFIG_ARM_AMBA[0m && [31mCONFIG_HAS_IOMEM[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_MODE_HELPERS[0m if [31mCONFIG_OF[0m
select [31mCONFIG_VIDEOMODE_HELPERS[0m if [31mCONFIG_OF[0m
select [31mCONFIG_BACKLIGHT_CLASS_DEVICE[0m if [31mCONFIG_OF[0m
help
This framebuffer device driver is for the [31mCONFIG_ARM[0m PrimeCell PL110
Colour LCD controller. [31mCONFIG_ARM[0m PrimeCells provide the building
blocks for System on a Chip devices.
If you want to compile this as a module (=code which can be
inserted into and removed from the running kernel), say [31mCONFIG_M[0m
here and read <file:Documentation/kbuild/modules.rst>. The module
will be called amba-clcd.
config [31mCONFIG_FB_ACORN[0m
bool "Acorn VIDC support"
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_ARM[0m && [31mCONFIG_ARCH_ACORN[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is the frame buffer device driver for the Acorn VIDC graphics
hardware found in Acorn RISC PCs and other [31mCONFIG_ARM[0m-based machines. If
unsure, say N.
config [31mCONFIG_FB_CLPS711X[0m
tristate "CLPS711X LCD support"
depends on [31mCONFIG_FB[0m && ([31mCONFIG_ARCH_CLPS711X[0m || [31mCONFIG_COMPILE_TEST[0m)
select [31mCONFIG_FB_MODE_HELPERS[0m
select [31mCONFIG_FB_SYS_FILLRECT[0m
select [31mCONFIG_FB_SYS_COPYAREA[0m
select [31mCONFIG_FB_SYS_IMAGEBLIT[0m
select [31mCONFIG_LCD_CLASS_DEVICE[0m
select [31mCONFIG_VIDEOMODE_HELPERS[0m
help
Say Y to enable the Framebuffer driver for the Cirrus Logic
CLPS711X CPUs.
config [31mCONFIG_FB_SA1100[0m
bool "SA-1100 LCD support"
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_ARM[0m && [31mCONFIG_ARCH_SA1100[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is a framebuffer device for the SA-1100 LCD Controller.
See <http://www.linux-fbdev.org/> for information on framebuffer
devices.
If you plan to use the LCD display with your SA-1100 system, say
Y here.
config [31mCONFIG_FB_IMX[0m
tristate "Freescale i.MX1/21/25/27 LCD support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_HAVE_CLK[0m && [31mCONFIG_HAS_IOMEM[0m
depends on [31mCONFIG_ARCH_MXC[0m || [31mCONFIG_COMPILE_TEST[0m
select [31mCONFIG_LCD_CLASS_DEVICE[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_MODE_HELPERS[0m
select [31mCONFIG_VIDEOMODE_HELPERS[0m
config [31mCONFIG_FB_CYBER2000[0m
tristate "CyberPro 2000/2010/5000 support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m && ([31mCONFIG_BROKEN[0m || ![31mCONFIG_SPARC64[0m)
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This enables support for the Integraphics CyberPro 20x0 and 5000
VGA chips used in the Rebel.com Netwinder and other machines.
Say Y if you have a NetWinder or a graphics card containing this
device, otherwise say N.
config [31mCONFIG_FB_CYBER2000_DDC[0m
bool "DDC for CyberPro support"
depends on [31mCONFIG_FB_CYBER2000[0m
select [31mCONFIG_FB_DDC[0m
default y
help
Say Y here if you want DDC support for your CyberPro graphics
card. This is only [31mCONFIG_I2C[0m bus support, driver does not use EDID.
config [31mCONFIG_FB_CYBER2000_I2C[0m
bool "CyberPro 2000/2010/5000 I2C support"
depends on [31mCONFIG_FB_CYBER2000[0m && [31mCONFIG_I2C[0m && [31mCONFIG_ARCH_NETWINDER[0m
depends on [31mCONFIG_I2C[0m=y || [31mCONFIG_FB_CYBER2000[0m=m
select [31mCONFIG_I2C_ALGOBIT[0m
help
Enable support for the [31mCONFIG_I2C[0m video decoder interface on the
Integraphics CyberPro 20x0 and 5000 VGA chips. This is used
on the Netwinder machines for the SAA7111 video capture.
config [31mCONFIG_FB_APOLLO[0m
bool
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_APOLLO[0m
default y
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
config [31mCONFIG_FB_Q40[0m
bool
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_Q40[0m
default y
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
config [31mCONFIG_FB_AMIGA[0m
tristate "Amiga native chipset support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_AMIGA[0m
help
This is the frame buffer device driver for the builtin graphics
chipset found in Amigas.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called amifb.
config [31mCONFIG_FB_AMIGA_OCS[0m
bool "Amiga OCS chipset support"
depends on [31mCONFIG_FB_AMIGA[0m
help
This enables support for the original Agnus and Denise video chips,
found in the Amiga 1000 and most A500's and A2000's. If you intend
to run Linux on any of these systems, say Y; otherwise say N.
config [31mCONFIG_FB_AMIGA_ECS[0m
bool "Amiga ECS chipset support"
depends on [31mCONFIG_FB_AMIGA[0m
help
This enables support for the Enhanced Chip Set, found in later
A500's, later A2000's, the A600, the A3000, the A3000T and CDTV. If
you intend to run Linux on any of these systems, say Y; otherwise
say N.
config [31mCONFIG_FB_AMIGA_AGA[0m
bool "Amiga AGA chipset support"
depends on [31mCONFIG_FB_AMIGA[0m
help
This enables support for the Advanced Graphics Architecture (also
known as the AGA or AA) Chip Set, found in the A1200, A4000, A4000T
and CD32. If you intend to run Linux on any of these systems, say Y;
otherwise say N.
config [31mCONFIG_FB_FM2[0m
bool "Amiga FrameMaster II/Rainbow II support"
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_ZORRO[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is the frame buffer device driver for the Amiga FrameMaster
card from BSC (exhibited 1992 but not shipped as a CBM product).
config [31mCONFIG_FB_ARC[0m
tristate "Arc Monochrome LCD board support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_X86[0m
select [31mCONFIG_FB_SYS_FILLRECT[0m
select [31mCONFIG_FB_SYS_COPYAREA[0m
select [31mCONFIG_FB_SYS_IMAGEBLIT[0m
select [31mCONFIG_FB_SYS_FOPS[0m
help
This enables support for the Arc Monochrome LCD board. The board
is based on the KS-108 lcd controller and is typically a matrix
of 2*n chips. This driver was tested with a 128x64 panel. This
driver supports it for use with x86 SBCs through a 16 bit GPIO
interface (8 bit data, 8 bit control). If you anticipate using
this driver, say Y or [31mCONFIG_M[0m; otherwise say N. You must specify the
GPIO IO address to be used for setting control and data.
config [31mCONFIG_FB_ATARI[0m
bool "Atari native chipset support"
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_ATARI[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is the frame buffer device driver for the builtin graphics
chipset found in Ataris.
config [31mCONFIG_FB_OF[0m
bool "Open Firmware frame buffer device support"
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_PPC[0m && (![31mCONFIG_PPC_PSERIES[0m || [31mCONFIG_PCI[0m)
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_MACMODES[0m
help
Say Y if you want support with Open Firmware for your graphics
board.
config [31mCONFIG_FB_CONTROL[0m
bool "Apple \"control\" display support"
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_PPC_PMAC[0m && [31mCONFIG_PPC32[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_MACMODES[0m
help
This driver supports a frame buffer for the graphics adapter in the
Power Macintosh 7300 and others.
config [31mCONFIG_FB_PLATINUM[0m
bool "Apple \"platinum\" display support"
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_PPC_PMAC[0m && [31mCONFIG_PPC32[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_MACMODES[0m
help
This driver supports a frame buffer for the "platinum" graphics
adapter in some Power Macintoshes.
config [31mCONFIG_FB_VALKYRIE[0m
bool "Apple \"valkyrie\" display support"
depends on ([31mCONFIG_FB[0m = y) && ([31mCONFIG_MAC[0m || ([31mCONFIG_PPC_PMAC[0m && [31mCONFIG_PPC32[0m))
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_MACMODES[0m
help
This driver supports a frame buffer for the "valkyrie" graphics
adapter in some Power Macintoshes.
config [31mCONFIG_FB_CT65550[0m
bool "Chips 65550 display support"
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_PPC32[0m && [31mCONFIG_PCI[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is the frame buffer device driver for the Chips & Technologies
65550 graphics chip in PowerBooks.
config [31mCONFIG_FB_ASILIANT[0m
bool "Asiliant (Chips) 69000 display support"
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_PCI[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is the frame buffer device driver for the Asiliant 69030 chipset
config [31mCONFIG_FB_IMSTT[0m
bool "IMS Twin Turbo display support"
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_PCI[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_MACMODES[0m if [31mCONFIG_PPC_PMAC[0m
help
The IMS Twin Turbo is a [31mCONFIG_PCI[0m-based frame buffer card bundled with
many Macintosh and compatible computers.
config [31mCONFIG_FB_VGA16[0m
tristate "VGA 16-color graphics support"
depends on [31mCONFIG_FB[0m && ([31mCONFIG_X86[0m || [31mCONFIG_PPC[0m)
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_VGASTATE[0m
select [31mCONFIG_FONT_8x16[0m if [31mCONFIG_FRAMEBUFFER_CONSOLE[0m
help
This is the frame buffer device driver for VGA 16 color graphic
cards. Say Y if you have such a card.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called vga16fb.
config [31mCONFIG_FB_STI[0m
tristate "HP STI frame buffer device support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PARISC[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
default y
---help---
STI refers to the HP "Standard Text Interface" which is a set of
BIOS routines contained in a [31mCONFIG_ROM[0m chip in HP PA-RISC based machines.
Enabling this option will implement the linux framebuffer device
using calls to the STI BIOS routines for initialisation.
If you enable this option, you will get a planar framebuffer device
/dev/fb which will work on the most common HP graphic cards of the
NGLE family, including the artist chips (in the 7xx and Bxxx series),
HCRX, HCRX24, CRX, CRX24 and VisEG series.
It is safe to enable this option, so you should probably say "Y".
config [31mCONFIG_FB_MAC[0m
bool "Generic Macintosh display support"
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_MAC[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_MACMODES[0m
config [31mCONFIG_FB_HP300[0m
bool
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_DIO[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
default y
config [31mCONFIG_FB_TGA[0m
tristate "TGA/SFB+ framebuffer support"
depends on [31mCONFIG_FB[0m && ([31mCONFIG_ALPHA[0m || [31mCONFIG_TC[0m)
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_BITREVERSE[0m
---help---
This is the frame buffer device driver for generic TGA and SFB+
graphic cards. These include DEC ZLXp-[31mCONFIG_E1[0m, -[31mCONFIG_E2[0m and -E3 [31mCONFIG_PCI[0m cards,
also known as PBXGA-[31mCONFIG_A[0m, -[31mCONFIG_B[0m and -[31mCONFIG_C[0m, and DEC ZLX-[31mCONFIG_E1[0m, -[31mCONFIG_E2[0m and -E3
TURBOchannel cards, also known as PMAGD-[31mCONFIG_A[0m, -[31mCONFIG_B[0m and -[31mCONFIG_C[0m.
Due to hardware limitations ZLX-[31mCONFIG_E2[0m and E3 cards are not supported
for DECstation 5000/200 systems. Additionally due to firmware
limitations these cards may cause troubles with booting DECstation
5000/240 and /260 systems, but are fully supported under Linux if
you manage to get it going. ;-)
Say Y if you have one of those.
config [31mCONFIG_FB_UVESA[0m
tristate "Userspace VESA VGA graphics support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_CONNECTOR[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_MODE_HELPERS[0m
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.rst> for more information.
If unsure, say N.
config [31mCONFIG_FB_VESA[0m
bool "VESA VGA graphics support"
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_X86[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_BOOT_VESA_SUPPORT[0m
help
This is the frame buffer device driver for generic VESA 2.0
compliant graphic cards. The older VESA 1.2 cards are not supported.
You will get a boot time penguin logo at no additional cost. Please
read <file:Documentation/fb/vesafb.rst>. If unsure, say Y.
config [31mCONFIG_FB_EFI[0m
bool "EFI-based Framebuffer Support"
depends on ([31mCONFIG_FB[0m = y) && ![31mCONFIG_IA64[0m && [31mCONFIG_EFI[0m
select [31mCONFIG_DRM_PANEL_ORIENTATION_QUIRKS[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is the [31mCONFIG_EFI[0m frame buffer device driver. If the firmware on
your platform is [31mCONFIG_EFI[0m 1.10 or UEFI 2.0, select Y to add support for
using the [31mCONFIG_EFI[0m framebuffer as your console.
config [31mCONFIG_FB_N411[0m
tristate "N411 Apollo/Hecuba devkit support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_X86[0m && [31mCONFIG_MMU[0m
select [31mCONFIG_FB_SYS_FILLRECT[0m
select [31mCONFIG_FB_SYS_COPYAREA[0m
select [31mCONFIG_FB_SYS_IMAGEBLIT[0m
select [31mCONFIG_FB_SYS_FOPS[0m
select [31mCONFIG_FB_DEFERRED_IO[0m
select [31mCONFIG_FB_HECUBA[0m
help
This enables support for the Apollo display controller in its
Hecuba form using the n411 devkit.
config [31mCONFIG_FB_HGA[0m
tristate "Hercules mono graphics support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_X86[0m
help
Say Y here if you have a Hercules mono graphics card.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called hgafb.
As this card technology is at least 25 years old,
most people will answer N here.
config [31mCONFIG_FB_GBE[0m
bool "SGI Graphics Backend frame buffer support"
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_HAS_IOMEM[0m
depends on [31mCONFIG_SGI_IP32[0m || [31mCONFIG_COMPILE_TEST[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
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 [31mCONFIG_FB_GBE_MEM[0m
int "Video memory size in MB"
depends on [31mCONFIG_FB_GBE[0m
default 4
help
This is the amount of memory reserved for the framebuffer,
which can be any value between 1MB and 8MB.
config [31mCONFIG_FB_SBUS[0m
bool "SBUS and UPA framebuffers"
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_SPARC[0m
help
Say Y if you want support for [31mCONFIG_SBUS[0m or UPA based frame buffer device.
config [31mCONFIG_FB_BW2[0m
bool "BWtwo support"
depends on ([31mCONFIG_FB[0m = y) && ([31mCONFIG_SPARC[0m && [31mCONFIG_FB_SBUS[0m)
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is the frame buffer device driver for the BWtwo frame buffer.
config [31mCONFIG_FB_CG3[0m
bool "CGthree support"
depends on ([31mCONFIG_FB[0m = y) && ([31mCONFIG_SPARC[0m && [31mCONFIG_FB_SBUS[0m)
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is the frame buffer device driver for the CGthree frame buffer.
config [31mCONFIG_FB_CG6[0m
bool "CGsix (GX,TurboGX) support"
depends on ([31mCONFIG_FB[0m = y) && ([31mCONFIG_SPARC[0m && [31mCONFIG_FB_SBUS[0m)
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is the frame buffer device driver for the CGsix (GX, TurboGX)
frame buffer.
config [31mCONFIG_FB_FFB[0m
bool "Creator/Creator3D/Elite3D support"
depends on [31mCONFIG_FB_SBUS[0m && [31mCONFIG_SPARC64[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is the frame buffer device driver for the Creator, Creator3D,
and Elite3D graphics boards.
config [31mCONFIG_FB_TCX[0m
bool "TCX (SS4/SS5 only) support"
depends on [31mCONFIG_FB_SBUS[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is the frame buffer device driver for the TCX 24/8bit frame
buffer.
config [31mCONFIG_FB_CG14[0m
bool "CGfourteen (SX) support"
depends on [31mCONFIG_FB_SBUS[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is the frame buffer device driver for the CGfourteen frame
buffer on Desktop SPARCsystems with the SX graphics option.
config [31mCONFIG_FB_P9100[0m
bool "P9100 (Sparcbook 3 only) support"
depends on [31mCONFIG_FB_SBUS[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is the frame buffer device driver for the P9100 card
supported on Sparcbook 3 machines.
config [31mCONFIG_FB_LEO[0m
bool "Leo (ZX) support"
depends on [31mCONFIG_FB_SBUS[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is the frame buffer device driver for the [31mCONFIG_SBUS[0m-based Sun ZX
(leo) frame buffer cards.
config [31mCONFIG_FB_XVR500[0m
bool "Sun XVR-500 3DLABS Wildcat support"
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_PCI[0m && [31mCONFIG_SPARC64[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is the framebuffer device for the Sun XVR-500 and similar
graphics cards based upon the 3DLABS Wildcat chipset. The driver
only works on sparc64 systems where the system firmware has
mostly initialized the card already. It is treated as a
completely dumb framebuffer device.
config [31mCONFIG_FB_XVR2500[0m
bool "Sun XVR-2500 3DLABS Wildcat support"
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_PCI[0m && [31mCONFIG_SPARC64[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is the framebuffer device for the Sun XVR-2500 and similar
graphics cards based upon the 3DLABS Wildcat chipset. The driver
only works on sparc64 systems where the system firmware has
mostly initialized the card already. It is treated as a
completely dumb framebuffer device.
config [31mCONFIG_FB_XVR1000[0m
bool "Sun XVR-1000 support"
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_SPARC64[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is the framebuffer device for the Sun XVR-1000 and similar
graphics cards. The driver only works on sparc64 systems where
the system firmware has mostly initialized the card already. It
is treated as a completely dumb framebuffer device.
config [31mCONFIG_FB_PVR2[0m
tristate "NEC PowerVR 2 display support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_HAS_IOMEM[0m
depends on [31mCONFIG_SH_DREAMCAST[0m || [31mCONFIG_COMPILE_TEST[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
---help---
Say Y here if you have a PowerVR 2 card in your box. If you plan to
run linux on your Dreamcast, you will have to say Y here.
This driver may or may not work on other PowerVR 2 cards, but is
totally untested. Use at your own risk. If unsure, say N.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called pvr2fb.
You can pass several parameters to the driver at boot time or at
module load time. The parameters look like "video=pvr2:XXX", where
the meaning of XXX can be found at the end of the main source file
(<file:drivers/video/pvr2fb.c>). Please see the file
<file:Documentation/fb/pvr2fb.rst>.
config [31mCONFIG_FB_OPENCORES[0m
tristate "OpenCores VGA/LCD core 2.0 framebuffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_HAS_DMA[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This enables support for the OpenCores VGA/LCD core.
The OpenCores VGA/LCD core is typically used together with
softcore CPUs (e.g. OpenRISC or Microblaze) or hard processor
systems (e.g. Altera socfpga or Xilinx Zynq) on FPGAs.
The source code and specification for the core is available at
<http://opencores.org/project,vga_lcd>
config [31mCONFIG_FB_S1D13XXX[0m
tristate "Epson S1D13XXX framebuffer support"
depends on [31mCONFIG_FB[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
Support for S1D13XXX framebuffer device family (currently only
working with S1D13806). Product specs at
<http://vdc.epson.com/>
config [31mCONFIG_FB_ATMEL[0m
tristate "AT91 LCD Controller support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_OF[0m && [31mCONFIG_HAVE_CLK[0m && [31mCONFIG_HAS_IOMEM[0m
depends on [31mCONFIG_HAVE_FB_ATMEL[0m || [31mCONFIG_COMPILE_TEST[0m
select [31mCONFIG_FB_BACKLIGHT[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_MODE_HELPERS[0m
select [31mCONFIG_VIDEOMODE_HELPERS[0m
help
This enables support for the AT91 LCD Controller.
config [31mCONFIG_FB_NVIDIA[0m
tristate "nVidia Framebuffer Support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m
select [31mCONFIG_FB_BACKLIGHT[0m if [31mCONFIG_FB_NVIDIA_BACKLIGHT[0m
select [31mCONFIG_FB_MODE_HELPERS[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_BITREVERSE[0m
select [31mCONFIG_VGASTATE[0m
help
This driver supports graphics boards with the nVidia chips, TNT
and newer. For very old chipsets, such as the RIVA128, then use
the rivafb.
Say Y if you have such a graphics board.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called nvidiafb.
config [31mCONFIG_FB_NVIDIA_I2C[0m
bool "Enable DDC Support"
depends on [31mCONFIG_FB_NVIDIA[0m
select [31mCONFIG_FB_DDC[0m
help
This enables [31mCONFIG_I2C[0m support for nVidia Chipsets. This is used
only for getting EDID information from the attached display
allowing for robust video mode handling and switching.
Because fbdev-2.6 requires that drivers must be able to
independently validate video mode parameters, you should say Y
here.
config [31mCONFIG_FB_NVIDIA_DEBUG[0m
bool "Lots of debug output"
depends on [31mCONFIG_FB_NVIDIA[0m
help
Say Y here if you want the nVidia driver to output all sorts
of debugging information to provide to the maintainer when
something goes wrong.
config [31mCONFIG_FB_NVIDIA_BACKLIGHT[0m
bool "Support for backlight control"
depends on [31mCONFIG_FB_NVIDIA[0m
default y
help
Say Y here if you want to control the backlight of your display.
config [31mCONFIG_FB_RIVA[0m
tristate "nVidia Riva support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m
select [31mCONFIG_FB_BACKLIGHT[0m if [31mCONFIG_FB_RIVA_BACKLIGHT[0m
select [31mCONFIG_FB_MODE_HELPERS[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_BITREVERSE[0m
select [31mCONFIG_VGASTATE[0m
help
This driver supports graphics boards with the nVidia Riva/Geforce
chips.
Say Y if you have such a graphics board.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called rivafb.
config [31mCONFIG_FB_RIVA_I2C[0m
bool "Enable DDC Support"
depends on [31mCONFIG_FB_RIVA[0m
select [31mCONFIG_FB_DDC[0m
help
This enables [31mCONFIG_I2C[0m support for nVidia Chipsets. This is used
only for getting EDID information from the attached display
allowing for robust video mode handling and switching.
Because fbdev-2.6 requires that drivers must be able to
independently validate video mode parameters, you should say Y
here.
config [31mCONFIG_FB_RIVA_DEBUG[0m
bool "Lots of debug output"
depends on [31mCONFIG_FB_RIVA[0m
help
Say Y here if you want the Riva driver to output all sorts
of debugging information to provide to the maintainer when
something goes wrong.
config [31mCONFIG_FB_RIVA_BACKLIGHT[0m
bool "Support for backlight control"
depends on [31mCONFIG_FB_RIVA[0m
default y
help
Say Y here if you want to control the backlight of your display.
config [31mCONFIG_FB_I740[0m
tristate "Intel740 support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m
select [31mCONFIG_FB_MODE_HELPERS[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_VGASTATE[0m
select [31mCONFIG_FB_DDC[0m
help
This driver supports graphics cards based on Intel740 chip.
config [31mCONFIG_FB_I810[0m
tristate "Intel 810/815 support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m && [31mCONFIG_X86_32[0m && [31mCONFIG_AGP_INTEL[0m
select [31mCONFIG_FB_MODE_HELPERS[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_VGASTATE[0m
help
This driver supports the on-board graphics built in to the Intel 810
and 815 chipsets. Say Y if you have and plan to use such a board.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called i810fb.
For more information, please read
<file:Documentation/fb/intel810.rst>
config [31mCONFIG_FB_I810_GTF[0m
bool "use VESA Generalized Timing Formula"
depends on [31mCONFIG_FB_I810[0m
help
If you say Y, then the VESA standard, Generalized Timing Formula
or GTF, will be used to calculate the required video timing values
per video mode. Since the GTF allows nondiscrete timings
(nondiscrete being a range of values as opposed to discrete being a
set of values), you'll be able to use any combination of horizontal
and vertical resolutions, and vertical refresh rates without having
to specify your own timing parameters. This is especially useful
to maximize the performance of an aging display, or if you just
have a display with nonstandard dimensions. [31mCONFIG_A[0m VESA compliant
monitor is recommended, but can still work with non-compliant ones.
If you need or want this, then select this option. The timings may
not be compliant with Intel's recommended values. Use at your own
risk.
If you say N, the driver will revert to discrete video timings
using a set recommended by Intel in their documentation.
If unsure, say N.
config [31mCONFIG_FB_I810_I2C[0m
bool "Enable DDC Support"
depends on [31mCONFIG_FB_I810[0m && [31mCONFIG_FB_I810_GTF[0m
select [31mCONFIG_FB_DDC[0m
help
Add DDC/[31mCONFIG_I2C[0m support for i810fb. This will allow the driver to get
display information, especially for monitors with fickle timings.
If unsure, say Y.
config [31mCONFIG_FB_LE80578[0m
tristate "Intel LE80578 (Vermilion) support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m && [31mCONFIG_X86[0m
select [31mCONFIG_FB_MODE_HELPERS[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This driver supports the LE80578 (Vermilion Range) chipset
config [31mCONFIG_FB_CARILLO_RANCH[0m
tristate "Intel Carillo Ranch support"
depends on [31mCONFIG_FB_LE80578[0m && [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m && [31mCONFIG_X86[0m
help
This driver supports the LE80578 (Carillo Ranch) board
config [31mCONFIG_FB_INTEL[0m
tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m && [31mCONFIG_X86[0m && [31mCONFIG_AGP_INTEL[0m && [31mCONFIG_EXPERT[0m
select [31mCONFIG_FB_MODE_HELPERS[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_BOOT_VESA_SUPPORT[0m if [31mCONFIG_FB_INTEL[0m = y
depends on ![31mCONFIG_DRM_I915[0m
help
This driver supports the on-board graphics built in to the Intel
830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM chipsets.
Say Y if you have and plan to use such a board.
To make [31mCONFIG_FB_INTEL[0m=Y work you need to say [31mCONFIG_AGP_INTEL[0m=y too.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called intelfb.
For more information, please read <file:Documentation/fb/intelfb.rst>
config [31mCONFIG_FB_INTEL_DEBUG[0m
bool "Intel driver Debug Messages"
depends on [31mCONFIG_FB_INTEL[0m
---help---
Say Y here if you want the Intel driver to output all sorts
of debugging information to provide to the maintainer when
something goes wrong.
config [31mCONFIG_FB_INTEL_I2C[0m
bool "DDC/I2C for Intel framebuffer support"
depends on [31mCONFIG_FB_INTEL[0m
select [31mCONFIG_FB_DDC[0m
default y
help
Say Y here if you want DDC/[31mCONFIG_I2C[0m support for your on-board Intel graphics.
config [31mCONFIG_FB_MATROX[0m
tristate "Matrox acceleration"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_TILEBLITTING[0m
select [31mCONFIG_FB_MACMODES[0m if [31mCONFIG_PPC_PMAC[0m
---help---
Say Y here if you have a Matrox Millennium, Matrox Millennium II,
Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox
Mystique G200, Matrox Millennium G200, Matrox Marvel G200 video,
Matrox G400, G450 or G550 card in your box.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called matroxfb.
You can pass several parameters to the driver at boot time or at
module load time. The parameters look like "video=matroxfb:XXX", and
are described in <file:Documentation/fb/matroxfb.rst>.
config [31mCONFIG_FB_MATROX_MILLENIUM[0m
bool "Millennium I/II support"
depends on [31mCONFIG_FB_MATROX[0m
help
Say Y here if you have a Matrox Millennium or Matrox Millennium II
video card. If you select "Advanced lowlevel driver options" below,
you should check 4 bpp packed pixel, 8 bpp packed pixel, 16 bpp
packed pixel, 24 bpp packed pixel and 32 bpp packed pixel. You can
also use font widths different from 8.
config [31mCONFIG_FB_MATROX_MYSTIQUE[0m
bool "Mystique support"
depends on [31mCONFIG_FB_MATROX[0m
help
Say Y here if you have a Matrox Mystique or Matrox Mystique 220
video card. If you select "Advanced lowlevel driver options" below,
you should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp
packed pixel and 32 bpp packed pixel. You can also use font widths
different from 8.
config [31mCONFIG_FB_MATROX_G[0m
bool "G100/G200/G400/G450/G550 support"
depends on [31mCONFIG_FB_MATROX[0m
---help---
Say Y here if you have a Matrox G100, G200, G400, G450 or G550 based
video card. If you select "Advanced lowlevel driver options", you
should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp packed
pixel and 32 bpp packed pixel. You can also use font widths
different from 8.
If you need support for G400 secondary head, you must say Y to
"Matrox I2C support" and "G400 second head support" right below.
G450/G550 secondary head and digital output are supported without
additional modules.
The driver starts in monitor mode. You must use the matroxset tool
(available at <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to
swap primary and secondary head outputs, or to change output mode.
Secondary head driver always start in 640x480 resolution and you
must use fbset to change it.
Do not forget that second head supports only 16 and 32 bpp
packed pixels, so it is a good idea to compile them into the kernel
too. You can use only some font widths, as the driver uses generic
painting procedures (the secondary head does not use acceleration
engine).
G450/G550 hardware can display TV picture only from secondary CRTC,
and it performs no scaling, so picture must have 525 or 625 lines.
config [31mCONFIG_FB_MATROX_I2C[0m
tristate "Matrox I2C support"
depends on [31mCONFIG_FB_MATROX[0m
select [31mCONFIG_FB_DDC[0m
---help---
This drivers creates [31mCONFIG_I2C[0m buses which are needed for accessing the
DDC ([31mCONFIG_I2C[0m) bus present on all Matroxes, an [31mCONFIG_I2C[0m bus which
interconnects Matrox optional devices, like MGA-TVO on G200 and
G400, and the secondary head DDC bus, present on G400 only.
You can say Y or [31mCONFIG_M[0m here if you want to experiment with monitor
detection code. You must say Y or [31mCONFIG_M[0m here if you want to use either
second head of G400 or MGA-TVO on G200 or G400.
If you compile it as module, it will create a module named
i2c-matroxfb.
config [31mCONFIG_FB_MATROX_MAVEN[0m
tristate "G400 second head support"
depends on [31mCONFIG_FB_MATROX_G[0m && [31mCONFIG_FB_MATROX_I2C[0m
---help---
WARNING !!! This support does not work with G450 !!!
Say Y or [31mCONFIG_M[0m here if you want to use a secondary head (meaning two
monitors in parallel) on G400 or MGA-TVO add-on on G200. Secondary
head is not compatible with accelerated XFree 3.3.x SVGA servers -
secondary head output is blanked while you are in X. With XFree
3.9.17 preview you can use both heads if you use SVGA over fbdev or
the fbdev driver on first head and the fbdev driver on second head.
If you compile it as module, two modules are created,
matroxfb_crtc2 and matroxfb_maven. Matroxfb_maven is needed for
both G200 and G400, matroxfb_crtc2 is needed only by G400. You must
also load i2c-matroxfb to get it to run.
The driver starts in monitor mode and you must use the matroxset
tool (available at
<ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to switch it to
[31mCONFIG_PAL[0m or [31mCONFIG_NTSC[0m or to swap primary and secondary head outputs.
Secondary head driver also always start in 640x480 resolution, you
must use fbset to change it.
Also do not forget that second head supports only 16 and 32 bpp
packed pixels, so it is a good idea to compile them into the kernel
too. You can use only some font widths, as the driver uses generic
painting procedures (the secondary head does not use acceleration
engine).
config [31mCONFIG_FB_RADEON[0m
tristate "ATI Radeon display support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m
select [31mCONFIG_FB_BACKLIGHT[0m if [31mCONFIG_FB_RADEON_BACKLIGHT[0m
select [31mCONFIG_FB_MODE_HELPERS[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_MACMODES[0m if [31mCONFIG_PPC[0m
help
Choose this option if you want to use an ATI Radeon graphics card as
a framebuffer device. There are both [31mCONFIG_PCI[0m and [31mCONFIG_AGP[0m versions. You
don't need to choose this to run the Radeon in plain VGA mode.
There is a product page at
http://products.amd.com/en-us/GraphicCardResult.aspx
config [31mCONFIG_FB_RADEON_I2C[0m
bool "DDC/I2C for ATI Radeon support"
depends on [31mCONFIG_FB_RADEON[0m
select [31mCONFIG_FB_DDC[0m
default y
help
Say Y here if you want DDC/[31mCONFIG_I2C[0m support for your Radeon board.
config [31mCONFIG_FB_RADEON_BACKLIGHT[0m
bool "Support for backlight control"
depends on [31mCONFIG_FB_RADEON[0m
default y
help
Say Y here if you want to control the backlight of your display.
config [31mCONFIG_FB_RADEON_DEBUG[0m
bool "Lots of debug output from Radeon driver"
depends on [31mCONFIG_FB_RADEON[0m
help
Say Y here if you want the Radeon driver to output all sorts
of debugging information to provide to the maintainer when
something goes wrong.
config [31mCONFIG_FB_ATY128[0m
tristate "ATI Rage128 display support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_BACKLIGHT[0m if [31mCONFIG_FB_ATY128_BACKLIGHT[0m
select [31mCONFIG_FB_MACMODES[0m if [31mCONFIG_PPC_PMAC[0m
help
This driver supports graphics boards with the ATI Rage128 chips.
Say Y if you have such a graphics board and read
<file:Documentation/fb/aty128fb.rst>.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called aty128fb.
config [31mCONFIG_FB_ATY128_BACKLIGHT[0m
bool "Support for backlight control"
depends on [31mCONFIG_FB_ATY128[0m
default y
help
Say Y here if you want to control the backlight of your display.
config [31mCONFIG_FB_ATY[0m
tristate "ATI Mach64 display support" if [31mCONFIG_PCI[0m || [31mCONFIG_ATARI[0m
depends on [31mCONFIG_FB[0m && ![31mCONFIG_SPARC32[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_BACKLIGHT[0m if [31mCONFIG_FB_ATY_BACKLIGHT[0m
select [31mCONFIG_FB_MACMODES[0m if [31mCONFIG_PPC[0m
help
This driver supports graphics boards with the ATI Mach64 chips.
Say Y if you have such a graphics board.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called atyfb.
config [31mCONFIG_FB_ATY_CT[0m
bool "Mach64 CT/VT/GT/LT (incl. 3D RAGE) support"
depends on [31mCONFIG_PCI[0m && [31mCONFIG_FB_ATY[0m
default y if [31mCONFIG_SPARC64[0m && [31mCONFIG_PCI[0m
help
Say Y here to support use of ATI's 64-bit Rage boards (or other
boards based on the Mach64 CT, [31mCONFIG_VT[0m, GT, and LT chipsets) as a
framebuffer device. The ATI product support page for these boards
is at <http://support.ati.com/products/pc/mach64/mach64.html>.
config [31mCONFIG_FB_ATY_GENERIC_LCD[0m
bool "Mach64 generic LCD support"
depends on [31mCONFIG_FB_ATY_CT[0m
help
Say Y if you have a laptop with an ATI Rage LT PRO, Rage Mobility,
Rage XC, or Rage XL chipset.
config [31mCONFIG_FB_ATY_GX[0m
bool "Mach64 GX support" if [31mCONFIG_PCI[0m
depends on [31mCONFIG_FB_ATY[0m
default y if [31mCONFIG_ATARI[0m
help
Say Y here to support use of the ATI Mach64 Graphics Expression
board (or other boards based on the Mach64 GX chipset) as a
framebuffer device. The ATI product support page for these boards
is at
<http://support.ati.com/products/pc/mach64/graphics_xpression.html>.
config [31mCONFIG_FB_ATY_BACKLIGHT[0m
bool "Support for backlight control"
depends on [31mCONFIG_FB_ATY[0m
default y
help
Say Y here if you want to control the backlight of your display.
config [31mCONFIG_FB_S3[0m
tristate "S3 Trio/Virge support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_TILEBLITTING[0m
select [31mCONFIG_FB_SVGALIB[0m
select [31mCONFIG_VGASTATE[0m
select [31mCONFIG_FONT_8x16[0m if [31mCONFIG_FRAMEBUFFER_CONSOLE[0m
---help---
Driver for graphics boards with S3 Trio / S3 Virge chip.
config [31mCONFIG_FB_S3_DDC[0m
bool "DDC for S3 support"
depends on [31mCONFIG_FB_S3[0m
select [31mCONFIG_FB_DDC[0m
default y
help
Say Y here if you want DDC support for your S3 graphics card.
config [31mCONFIG_FB_SAVAGE[0m
tristate "S3 Savage support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m
select [31mCONFIG_FB_MODE_HELPERS[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_VGASTATE[0m
help
This driver supports notebooks and computers with S3 Savage [31mCONFIG_PCI[0m/[31mCONFIG_AGP[0m
chips.
Say Y if you have such a graphics card.
To compile this driver as a module, choose [31mCONFIG_M[0m here; the module
will be called savagefb.
config [31mCONFIG_FB_SAVAGE_I2C[0m
bool "Enable DDC2 Support"
depends on [31mCONFIG_FB_SAVAGE[0m
select [31mCONFIG_FB_DDC[0m
help
This enables [31mCONFIG_I2C[0m support for S3 Savage Chipsets. This is used
only for getting EDID information from the attached display
allowing for robust video mode handling and switching.
Because fbdev-2.6 requires that drivers must be able to
independently validate video mode parameters, you should say Y
here.
config [31mCONFIG_FB_SAVAGE_ACCEL[0m
bool "Enable Console Acceleration"
depends on [31mCONFIG_FB_SAVAGE[0m
help
This option will compile in console acceleration support. If
the resulting framebuffer console has bothersome glitches, then
choose N here.
config [31mCONFIG_FB_SIS[0m
tristate "SiS/XGI display support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_BOOT_VESA_SUPPORT[0m if [31mCONFIG_FB_SIS[0m = y
select [31mCONFIG_FB_SIS_300[0m if ![31mCONFIG_FB_SIS_315[0m
help
This is the frame buffer device driver for the SiS 300, 315, 330
and 340 series as well as XGI V3XT, V5, V8, Z7 graphics chipsets.
Specs available at <http://www.sis.com> and <http://www.xgitech.com>.
To compile this driver as a module, choose [31mCONFIG_M[0m here; the module
will be called sisfb.
config [31mCONFIG_FB_SIS_300[0m
bool "SiS 300 series support"
depends on [31mCONFIG_FB_SIS[0m
help
Say Y here to support use of the SiS 300/305, 540, 630 and 730.
config [31mCONFIG_FB_SIS_315[0m
bool "SiS 315/330/340 series and XGI support"
depends on [31mCONFIG_FB_SIS[0m
help
Say Y here to support use of the SiS 315, 330 and 340 series
(315/H/PRO, 55x, 650, 651, 740, 330, 661, 741, 760, 761) as well
as XGI V3XT, V5, V8 and Z7.
config [31mCONFIG_FB_VIA[0m
tristate "VIA UniChrome (Pro) and Chrome9 display support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m && [31mCONFIG_GPIOLIB[0m && [31mCONFIG_I2C[0m && ([31mCONFIG_X86[0m || [31mCONFIG_COMPILE_TEST[0m)
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_I2C_ALGOBIT[0m
help
This is the frame buffer device driver for Graphics chips of VIA
UniChrome (Pro) Family (CLE266,PM800/CN400,P4M800CE/P4M800Pro/
CN700/VN800,CX700/VX700,P4M890) and Chrome9 Family (K8M890,CN896
/P4M900,VX800)
Say Y if you have a VIA UniChrome graphics board.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called viafb.
if [31mCONFIG_FB_VIA[0m
config [31mCONFIG_FB_VIA_DIRECT_PROCFS[0m
bool "direct hardware access via procfs (DEPRECATED)(DANGEROUS)"
help
Allow direct hardware access to some output registers via procfs.
This is dangerous but may provide the only chance to get the
correct output device configuration.
Its use is strongly discouraged.
config [31mCONFIG_FB_VIA_X_COMPATIBILITY[0m
bool "X server compatibility"
help
This option reduces the functionality (power saving, ...) of the
framebuffer to avoid negative impact on the OpenChrome X server.
If you use any X server other than fbdev you should enable this
otherwise it should be safe to disable it and allow using all
features.
endif
config [31mCONFIG_FB_NEOMAGIC[0m
tristate "NeoMagic display support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m
select [31mCONFIG_FB_MODE_HELPERS[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_VGASTATE[0m
help
This driver supports notebooks with NeoMagic [31mCONFIG_PCI[0m chips.
Say Y if you have such a graphics card.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called neofb.
config [31mCONFIG_FB_KYRO[0m
tristate "IMG Kyro support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
Say Y here if you have a STG4000 / Kyro / PowerVR 3 based
graphics board.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called kyrofb.
config [31mCONFIG_FB_3DFX[0m
tristate "3Dfx Banshee/Voodoo3/Voodoo5 display support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_MODE_HELPERS[0m
help
This driver supports graphics boards with the 3Dfx Banshee,
Voodoo3 or VSA-100 (aka Voodoo4/5) chips. Say Y if you have
such a graphics board.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called tdfxfb.
config [31mCONFIG_FB_3DFX_ACCEL[0m
bool "3Dfx Acceleration functions"
depends on [31mCONFIG_FB_3DFX[0m
---help---
This will compile the 3Dfx Banshee/Voodoo3/VSA-100 frame buffer
device driver with acceleration functions.
config [31mCONFIG_FB_3DFX_I2C[0m
bool "Enable DDC/I2C support"
depends on [31mCONFIG_FB_3DFX[0m
select [31mCONFIG_FB_DDC[0m
default y
help
Say Y here if you want DDC/[31mCONFIG_I2C[0m support for your 3dfx Voodoo3.
config [31mCONFIG_FB_VOODOO1[0m
tristate "3Dfx Voodoo Graphics (sst1) support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
---help---
Say Y here if you have a 3Dfx Voodoo Graphics (Voodoo1/sst1) or
Voodoo2 (cvg) based graphics card.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called sstfb.
WARNING: Do not use any application that uses the 3D engine
(namely glide) while using this driver.
Please read the <file:Documentation/fb/sstfb.rst> for supported
options and other important info support.
config [31mCONFIG_FB_VT8623[0m
tristate "VIA VT8623 support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_TILEBLITTING[0m
select [31mCONFIG_FB_SVGALIB[0m
select [31mCONFIG_VGASTATE[0m
select [31mCONFIG_FONT_8x16[0m if [31mCONFIG_FRAMEBUFFER_CONSOLE[0m
---help---
Driver for CastleRock integrated graphics core in the
VIA VT8623 [Apollo CLE266] chipset.
config [31mCONFIG_FB_TRIDENT[0m
tristate "Trident/CyberXXX/CyberBlade support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_DDC[0m
select [31mCONFIG_FB_MODE_HELPERS[0m
---help---
This is the frame buffer device driver for Trident [31mCONFIG_PCI[0m/[31mCONFIG_AGP[0m chipsets.
Supported chipset families are TGUI 9440/96XX, 3DImage, Blade3D
and Blade XP.
There are also integrated versions of these chips called CyberXXXX,
CyberImage or CyberBlade. These chips are mostly found in laptops
but also on some motherboards including early VIA EPIA motherboards.
For more information, read <file:Documentation/fb/tridentfb.rst>
Say Y if you have such a graphics board.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called tridentfb.
config [31mCONFIG_FB_ARK[0m
tristate "ARK 2000PV support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_TILEBLITTING[0m
select [31mCONFIG_FB_SVGALIB[0m
select [31mCONFIG_VGASTATE[0m
select [31mCONFIG_FONT_8x16[0m if [31mCONFIG_FRAMEBUFFER_CONSOLE[0m
---help---
Driver for [31mCONFIG_PCI[0m graphics boards with ARK 2000PV chip
and ICS 5342 RAMDAC.
config [31mCONFIG_FB_PM3[0m
tristate "Permedia3 support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is the frame buffer device driver for the 3DLabs Permedia3
chipset, used in Formac ProFormance III, 3DLabs Oxygen VX1 &
similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000
and maybe other boards.
config [31mCONFIG_FB_CARMINE[0m
tristate "Fujitsu carmine frame buffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is the frame buffer device driver for the Fujitsu Carmine chip.
The driver provides two independent frame buffer devices.
choice
depends on [31mCONFIG_FB_CARMINE[0m
prompt "DRAM timing"
default [31mCONFIG_FB_CARMINE_DRAM_EVAL[0m
config [31mCONFIG_FB_CARMINE_DRAM_EVAL[0m
bool "Eval board timings"
help
Use timings which work on the eval card.
config [31mCONFIG_CARMINE_DRAM_CUSTOM[0m
bool "Custom board timings"
help
Use custom board timings.
endchoice
config [31mCONFIG_FB_AU1100[0m
bool "Au1100 LCD Driver"
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_MIPS_ALCHEMY[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is the framebuffer driver for the AMD Au1100 SOC. It can drive
various panels and CRTs by passing in kernel cmd line option
au1100fb:panel=<name>.
config [31mCONFIG_FB_AU1200[0m
bool "Au1200/Au1300 LCD Driver"
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_MIPS_ALCHEMY[0m
select [31mCONFIG_FB_SYS_FILLRECT[0m
select [31mCONFIG_FB_SYS_COPYAREA[0m
select [31mCONFIG_FB_SYS_IMAGEBLIT[0m
select [31mCONFIG_FB_SYS_FOPS[0m
help
This is the framebuffer driver for the Au1200/Au1300 SOCs.
It can drive various panels and CRTs by passing in kernel cmd line
option au1200fb:panel=<name>.
config [31mCONFIG_FB_VT8500[0m
bool "VIA VT8500 framebuffer support"
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_ARM[0m && [31mCONFIG_ARCH_VT8500[0m
select [31mCONFIG_FB_SYS_FILLRECT[0m if (![31mCONFIG_FB_WMT_GE_ROPS[0m)
select [31mCONFIG_FB_SYS_COPYAREA[0m if (![31mCONFIG_FB_WMT_GE_ROPS[0m)
select [31mCONFIG_FB_SYS_IMAGEBLIT[0m
select [31mCONFIG_FB_MODE_HELPERS[0m
select [31mCONFIG_VIDEOMODE_HELPERS[0m
help
This is the framebuffer driver for VIA VT8500 integrated LCD
controller.
config [31mCONFIG_FB_WM8505[0m
bool "Wondermedia WM8xxx-series frame buffer support"
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_ARM[0m && [31mCONFIG_ARCH_VT8500[0m
select [31mCONFIG_FB_SYS_FILLRECT[0m if (![31mCONFIG_FB_WMT_GE_ROPS[0m)
select [31mCONFIG_FB_SYS_COPYAREA[0m if (![31mCONFIG_FB_WMT_GE_ROPS[0m)
select [31mCONFIG_FB_SYS_IMAGEBLIT[0m
select [31mCONFIG_FB_MODE_HELPERS[0m
select [31mCONFIG_VIDEOMODE_HELPERS[0m
help
This is the framebuffer driver for WonderMedia WM8xxx-series
integrated LCD controller. This driver covers the WM8505, WM8650
and WM8850 SoCs.
config [31mCONFIG_FB_WMT_GE_ROPS[0m
bool "VT8500/WM8xxx accelerated raster ops support"
depends on ([31mCONFIG_FB[0m = y) && ([31mCONFIG_FB_VT8500[0m || [31mCONFIG_FB_WM8505[0m)
help
This adds support for accelerated raster operations on the
VIA VT8500 and Wondermedia 85xx series SoCs.
source "drivers/video/fbdev/geode/Kconfig"
config [31mCONFIG_FB_HIT[0m
tristate "HD64461 Frame Buffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_HD64461[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This is the frame buffer device driver for the Hitachi [31mCONFIG_HD64461[0m LCD
frame buffer card.
config [31mCONFIG_FB_PMAG_AA[0m
tristate "PMAG-AA TURBOchannel framebuffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_TC[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
Support for the PMAG-AA TURBOchannel framebuffer card (1280x1024x1)
used mainly in the [31mCONFIG_MIPS[0m-based DECstation series.
config [31mCONFIG_FB_PMAG_BA[0m
tristate "PMAG-BA TURBOchannel framebuffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_TC[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
Support for the PMAG-BA TURBOchannel framebuffer card (1024x864x8)
used mainly in the [31mCONFIG_MIPS[0m-based DECstation series.
config [31mCONFIG_FB_PMAGB_B[0m
tristate "PMAGB-B TURBOchannel framebuffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_TC[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
Support for the PMAGB-[31mCONFIG_B[0m TURBOchannel framebuffer card used mainly
in the [31mCONFIG_MIPS[0m-based DECstation series. The card is currently only
supported in 1280x1024x8 mode.
config [31mCONFIG_FB_MAXINE[0m
bool "Maxine (Personal DECstation) onboard framebuffer support"
depends on ([31mCONFIG_FB[0m = y) && [31mCONFIG_MACH_DECSTATION[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
Support for the onboard framebuffer (1024x768x8) in the Personal
DECstation series (Personal DECstation 5000/20, /25, /33, /50,
Codename "Maxine").
config [31mCONFIG_FB_G364[0m
bool "G364 frame buffer support"
depends on ([31mCONFIG_FB[0m = y) && ([31mCONFIG_MIPS_MAGNUM_4000[0m || [31mCONFIG_OLIVETTI_M700[0m)
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
The G364 driver is the framebuffer used in [31mCONFIG_MIPS[0m Magnum 4000 and
Olivetti M700-10 systems.
config [31mCONFIG_FB_68328[0m
bool "Motorola 68328 native frame buffer support"
depends on ([31mCONFIG_FB[0m = y) && ([31mCONFIG_M68328[0m || [31mCONFIG_M68EZ328[0m || [31mCONFIG_M68VZ328[0m)
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
Say Y here if you want to support the built-in frame buffer of
the Motorola 68328 CPU family.
config [31mCONFIG_FB_PXA168[0m
tristate "PXA168/910 LCD framebuffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_HAVE_CLK[0m && [31mCONFIG_HAS_IOMEM[0m
depends on [31mCONFIG_CPU_PXA168[0m || [31mCONFIG_CPU_PXA910[0m || [31mCONFIG_COMPILE_TEST[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
---help---
Frame buffer driver for the built-in LCD controller in the Marvell
MMP processor.
config [31mCONFIG_FB_PXA[0m
tristate "PXA LCD framebuffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_ARCH_PXA[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_VIDEOMODE_HELPERS[0m if [31mCONFIG_OF[0m
select [31mCONFIG_FB_MODE_HELPERS[0m if [31mCONFIG_OF[0m
---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 pxafb. If you want to compile it as a module,
say [31mCONFIG_M[0m here and read <file:Documentation/kbuild/modules.rst>.
If unsure, say N.
config [31mCONFIG_FB_PXA_OVERLAY[0m
bool "Support PXA27x/PXA3xx Overlay(s) as framebuffer"
depends on [31mCONFIG_FB_PXA[0m && ([31mCONFIG_PXA27x[0m || [31mCONFIG_PXA3xx[0m)
config [31mCONFIG_FB_PXA_SMARTPANEL[0m
bool "PXA Smartpanel LCD support"
depends on [31mCONFIG_FB_PXA[0m
config [31mCONFIG_FB_PXA_PARAMETERS[0m
bool "PXA LCD command line parameters"
depends on [31mCONFIG_FB_PXA[0m
---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.
<file:Documentation/fb/pxafb.rst> describes the available parameters.
config [31mCONFIG_PXA3XX_GCU[0m
tristate "PXA3xx 2D graphics accelerator driver"
depends on [31mCONFIG_FB_PXA[0m
help
Kernelspace driver for the 2D graphics controller unit (GCU)
found on [31mCONFIG_PXA3xx[0m processors. There is a counterpart driver in the
DirectFB suite, see http://www.directfb.org/
If you compile this as a module, it will be called pxa3xx_gcu.
config [31mCONFIG_FB_MBX[0m
tristate "2700G LCD framebuffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_ARCH_PXA[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
---help---
Framebuffer driver for the Intel 2700G (Marathon) Graphics
Accelerator
config [31mCONFIG_FB_MBX_DEBUG[0m
bool "Enable debugging info via debugfs"
depends on [31mCONFIG_FB_MBX[0m && [31mCONFIG_DEBUG_FS[0m
---help---
Enable this if you want debugging information using the debug
filesystem (debugfs)
If unsure, say N.
config [31mCONFIG_FB_FSL_DIU[0m
tristate "Freescale DIU framebuffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_FSL_SOC[0m
select [31mCONFIG_FB_MODE_HELPERS[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_PPC_LIB_RHEAP[0m
---help---
Framebuffer driver for the Freescale SoC DIU
config [31mCONFIG_FB_W100[0m
tristate "W100 frame buffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_ARCH_PXA[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
---help---
Frame buffer driver for the w100 as found on the Sharp SL-Cxx series.
It can also drive the w3220 chip found on iPAQ hx4700.
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 w100fb. If you want to compile it as a module,
say [31mCONFIG_M[0m here and read <file:Documentation/kbuild/modules.rst>.
If unsure, say N.
config [31mCONFIG_FB_SH_MOBILE_LCDC[0m
tristate "SuperH Mobile LCDC framebuffer support"
depends on [31mCONFIG_FB[0m && ([31mCONFIG_SUPERH[0m || [31mCONFIG_ARCH_RENESAS[0m) && [31mCONFIG_HAVE_CLK[0m
select [31mCONFIG_FB_SYS_FILLRECT[0m
select [31mCONFIG_FB_SYS_COPYAREA[0m
select [31mCONFIG_FB_SYS_IMAGEBLIT[0m
select [31mCONFIG_FB_SYS_FOPS[0m
select [31mCONFIG_FB_DEFERRED_IO[0m
select [31mCONFIG_FB_BACKLIGHT[0m
---help---
Frame buffer driver for the on-chip SH-Mobile LCD controller.
config [31mCONFIG_FB_TMIO[0m
tristate "Toshiba Mobile IO FrameBuffer support"
depends on [31mCONFIG_FB[0m && ([31mCONFIG_MFD_TMIO[0m || [31mCONFIG_COMPILE_TEST[0m)
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
---help---
Frame buffer driver for the Toshiba Mobile IO integrated as found
on the Sharp SL-6000 series
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 tmiofb. If you want to compile it as a module,
say [31mCONFIG_M[0m here and read <file:Documentation/kbuild/modules.rst>.
If unsure, say N.
config [31mCONFIG_FB_TMIO_ACCELL[0m
bool "tmiofb acceleration"
depends on [31mCONFIG_FB_TMIO[0m
default y
config [31mCONFIG_FB_S3C[0m
tristate "Samsung S3C framebuffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_HAVE_CLK[0m && [31mCONFIG_HAS_IOMEM[0m
depends on ([31mCONFIG_CPU_S3C2416[0m || [31mCONFIG_ARCH_S3C64XX[0m) || [31mCONFIG_COMPILE_TEST[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
---help---
Frame buffer driver for the built-in [31mCONFIG_FB[0m controller in the Samsung
SoC line from the S3C2443 onwards, including the S3C2416, S3C2450,
and the S3C64XX series such as the S3C6400 and S3C6410.
These chips all have the same basic framebuffer design with the
actual capabilities depending on the chip. For instance the S3C6400
and S3C6410 support 4 hardware windows whereas the S3C24XX series
currently only have two.
Currently the support is only for the S3C6400 and S3C6410 SoCs.
config [31mCONFIG_FB_S3C_DEBUG_REGWRITE[0m
bool "Debug register writes"
depends on [31mCONFIG_FB_S3C[0m
---help---
Show all register writes via pr_debug()
config [31mCONFIG_FB_S3C2410[0m
tristate "S3C2410 LCD framebuffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_ARCH_S3C24XX[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
---help---
Frame buffer driver for the built-in LCD controller in the Samsung
S3C2410 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 s3c2410fb. If you want to compile it as a module,
say [31mCONFIG_M[0m here and read <file:Documentation/kbuild/modules.rst>.
If unsure, say N.
config [31mCONFIG_FB_S3C2410_DEBUG[0m
bool "S3C2410 lcd debug messages"
depends on [31mCONFIG_FB_S3C2410[0m
help
Turn on debugging messages. Note that you can set/unset at run time
through sysfs
config [31mCONFIG_FB_SM501[0m
tristate "Silicon Motion SM501 framebuffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_MFD_SM501[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
---help---
Frame buffer driver for the CRT and LCD controllers in the Silicon
Motion SM501.
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 sm501fb. If you want to compile it as a module,
say [31mCONFIG_M[0m here and read <file:Documentation/kbuild/modules.rst>.
If unsure, say N.
config [31mCONFIG_FB_SMSCUFX[0m
tristate "SMSC UFX6000/7000 USB Framebuffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_USB[0m
select [31mCONFIG_FB_MODE_HELPERS[0m
select [31mCONFIG_FB_SYS_FILLRECT[0m
select [31mCONFIG_FB_SYS_COPYAREA[0m
select [31mCONFIG_FB_SYS_IMAGEBLIT[0m
select [31mCONFIG_FB_SYS_FOPS[0m
select [31mCONFIG_FB_DEFERRED_IO[0m
---help---
This is a kernel framebuffer driver for SMSC UFX [31mCONFIG_USB[0m devices.
Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and
mplayer -vo fbdev. Supports both UFX6000 ([31mCONFIG_USB[0m 2.0) and UFX7000
([31mCONFIG_USB[0m 3.0) devices.
To compile as a module, choose [31mCONFIG_M[0m here: the module name is smscufx.
config [31mCONFIG_FB_UDL[0m
tristate "Displaylink USB Framebuffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_USB[0m
select [31mCONFIG_FB_MODE_HELPERS[0m
select [31mCONFIG_FB_SYS_FILLRECT[0m
select [31mCONFIG_FB_SYS_COPYAREA[0m
select [31mCONFIG_FB_SYS_IMAGEBLIT[0m
select [31mCONFIG_FB_SYS_FOPS[0m
select [31mCONFIG_FB_DEFERRED_IO[0m
---help---
This is a kernel framebuffer driver for DisplayLink [31mCONFIG_USB[0m devices.
Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and
mplayer -vo fbdev. Supports all [31mCONFIG_USB[0m 2.0 era DisplayLink devices.
To compile as a module, choose [31mCONFIG_M[0m here: the module name is udlfb.
config [31mCONFIG_FB_IBM_GXT4500[0m
tristate "Framebuffer support for IBM GXT4000P/4500P/6000P/6500P adaptors"
depends on [31mCONFIG_FB[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
---help---
Say Y here to enable support for the IBM GXT4000P/6000P and
GXT4500P/6500P display adaptor based on Raster Engine RC1000,
found on some IBM System P (pSeries) machines. This driver
doesn't use Geometry Engine GT1000. This driver also supports
[31mCONFIG_AGP[0m Fire GL2/3/4 cards on x86.
config [31mCONFIG_FB_PS3[0m
tristate "PS3 GPU framebuffer driver"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PS3_PS3AV[0m
select [31mCONFIG_FB_SYS_FILLRECT[0m
select [31mCONFIG_FB_SYS_COPYAREA[0m
select [31mCONFIG_FB_SYS_IMAGEBLIT[0m
select [31mCONFIG_FB_SYS_FOPS[0m
---help---
Include support for the virtual frame buffer in the PS3 platform.
config [31mCONFIG_FB_PS3_DEFAULT_SIZE_M[0m
int "PS3 default frame buffer size (in MiB)"
depends on [31mCONFIG_FB_PS3[0m
default 9
---help---
This is the default size (in MiB) of the virtual frame buffer in
the PS3.
The default value can be overridden on the kernel command line
using the "ps3fb" option (e.g. "ps3fb=9M");
config [31mCONFIG_FB_XILINX[0m
tristate "Xilinx frame buffer support"
depends on [31mCONFIG_FB[0m && ([31mCONFIG_XILINX_VIRTEX[0m || [31mCONFIG_MICROBLAZE[0m || [31mCONFIG_ARCH_ZYNQ[0m || [31mCONFIG_ARCH_ZYNQMP[0m)
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
---help---
Include support for the Xilinx ML300/ML403 reference design
framebuffer. ML300 carries a 640*480 LCD display on the board,
ML403 uses a standard DB15 VGA connector.
config [31mCONFIG_FB_GOLDFISH[0m
tristate "Goldfish Framebuffer"
depends on [31mCONFIG_FB[0m
depends on [31mCONFIG_GOLDFISH[0m || [31mCONFIG_COMPILE_TEST[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
---help---
Framebuffer driver for Goldfish Virtual Platform
config [31mCONFIG_FB_COBALT[0m
tristate "Cobalt server LCD frame buffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_MIPS_COBALT[0m
config [31mCONFIG_FB_SH7760[0m
bool "SH7760/SH7763/SH7720/SH7721 LCDC support"
depends on [31mCONFIG_FB[0m && ([31mCONFIG_CPU_SUBTYPE_SH7760[0m || [31mCONFIG_CPU_SUBTYPE_SH7763[0m \
|| [31mCONFIG_CPU_SUBTYPE_SH7720[0m || [31mCONFIG_CPU_SUBTYPE_SH7721[0m)
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
---help---
Support for the SH7760/SH7763/SH7720/SH7721 integrated
([31mCONFIG_D[0m)STN/TFT LCD Controller.
Supports display resolutions up to 1024x1024 pixel, grayscale and
color operation, with depths ranging from 1 bpp to 8 bpp monochrome
and 8, 15 or 16 bpp color; 90 degrees clockwise display rotation for
panels <= 320 pixel horizontal resolution.
config [31mCONFIG_FB_DA8XX[0m
tristate "DA8xx/OMAP-L1xx/AM335x Framebuffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_HAVE_CLK[0m && [31mCONFIG_HAS_IOMEM[0m
depends on [31mCONFIG_ARCH_DAVINCI_DA8XX[0m || [31mCONFIG_SOC_AM33XX[0m || [31mCONFIG_COMPILE_TEST[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
select [31mCONFIG_FB_CFB_REV_PIXELS_IN_BYTE[0m
select [31mCONFIG_FB_MODE_HELPERS[0m
select [31mCONFIG_VIDEOMODE_HELPERS[0m
---help---
This is the frame buffer device driver for the TI LCD controller
found on DA8xx/OMAP-L1xx/AM335x SoCs.
If unsure, say N.
config [31mCONFIG_FB_VIRTUAL[0m
tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
depends on [31mCONFIG_FB[0m
select [31mCONFIG_FB_SYS_FILLRECT[0m
select [31mCONFIG_FB_SYS_COPYAREA[0m
select [31mCONFIG_FB_SYS_IMAGEBLIT[0m
select [31mCONFIG_FB_SYS_FOPS[0m
---help---
This is a `virtual' frame buffer device. It operates on a chunk of
unswappable kernel memory instead of on the memory of a graphics
board. This means you cannot see any output sent to this frame
buffer device, while it does consume precious memory. The main use
of this frame buffer device is testing and debugging the frame
buffer subsystem. Do NOT enable it for normal systems! To protect
the innocent, it has to be enabled explicitly at boot time using the
kernel option `video=vfb:'.
To compile this driver as a module, choose [31mCONFIG_M[0m here: the
module will be called vfb. In order to load it, you must use
the vfb_enable=1 option.
If unsure, say N.
config [31mCONFIG_XEN_FBDEV_FRONTEND[0m
tristate "Xen virtual frame buffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_XEN[0m
select [31mCONFIG_FB_SYS_FILLRECT[0m
select [31mCONFIG_FB_SYS_COPYAREA[0m
select [31mCONFIG_FB_SYS_IMAGEBLIT[0m
select [31mCONFIG_FB_SYS_FOPS[0m
select [31mCONFIG_FB_DEFERRED_IO[0m
select [31mCONFIG_XEN_XENBUS_FRONTEND[0m
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.
config [31mCONFIG_FB_METRONOME[0m
tristate "E-Ink Metronome/8track controller support"
depends on [31mCONFIG_FB[0m
select [31mCONFIG_FB_SYS_FILLRECT[0m
select [31mCONFIG_FB_SYS_COPYAREA[0m
select [31mCONFIG_FB_SYS_IMAGEBLIT[0m
select [31mCONFIG_FB_SYS_FOPS[0m
select [31mCONFIG_FB_DEFERRED_IO[0m
help
This driver implements support for the [31mCONFIG_E[0m-Ink Metronome
controller. The pre-release name for this device was 8track
and could also have been called by some vendors as PVI-nnnn.
config [31mCONFIG_FB_MB862XX[0m
tristate "Fujitsu MB862xx GDC support"
depends on [31mCONFIG_FB[0m
depends on [31mCONFIG_PCI[0m || ([31mCONFIG_OF[0m && [31mCONFIG_PPC[0m)
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
---help---
Frame buffer driver for Fujitsu Carmine/Coral-P([31mCONFIG_A[0m)/Lime controllers.
choice
prompt "GDC variant"
depends on [31mCONFIG_FB_MB862XX[0m
config [31mCONFIG_FB_MB862XX_PCI_GDC[0m
bool "Carmine/Coral-P(A) GDC"
depends on [31mCONFIG_PCI[0m
---help---
This enables framebuffer support for Fujitsu Carmine/Coral-P([31mCONFIG_A[0m)
[31mCONFIG_PCI[0m graphics controller devices.
config [31mCONFIG_FB_MB862XX_LIME[0m
bool "Lime GDC"
depends on [31mCONFIG_OF[0m && [31mCONFIG_PPC[0m
select [31mCONFIG_FB_FOREIGN_ENDIAN[0m
select [31mCONFIG_FB_LITTLE_ENDIAN[0m
---help---
Framebuffer support for Fujitsu Lime GDC on host CPU bus.
endchoice
config [31mCONFIG_FB_MB862XX_I2C[0m
bool "Support I2C bus on MB862XX GDC"
depends on [31mCONFIG_FB_MB862XX[0m && [31mCONFIG_I2C[0m
depends on [31mCONFIG_FB_MB862XX[0m=m || [31mCONFIG_I2C[0m=y
default y
help
Selecting this option adds Coral-P([31mCONFIG_A[0m)/Lime GDC [31mCONFIG_I2C[0m bus adapter
driver to support accessing [31mCONFIG_I2C[0m devices on controller's [31mCONFIG_I2C[0m bus.
These are usually some video decoder chips.
config [31mCONFIG_FB_EP93XX[0m
tristate "EP93XX frame buffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_ARCH_EP93XX[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
---help---
Framebuffer driver for the Cirrus Logic EP93XX series of processors.
This driver is also available as a module. The module will be called
ep93xx-fb.
config [31mCONFIG_FB_PRE_INIT_FB[0m
bool "Don't reinitialize, use bootloader's GDC/Display configuration"
depends on [31mCONFIG_FB[0m && [31mCONFIG_FB_MB862XX_LIME[0m
---help---
Select this option if display contents should be inherited as set by
the bootloader.
config [31mCONFIG_FB_MX3[0m
tristate "MX3 Framebuffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_MX3_IPU[0m
select [31mCONFIG_BACKLIGHT_CLASS_DEVICE[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
default y
help
This is a framebuffer device for the i.MX31 LCD Controller. So
far only synchronous displays are supported. If you plan to use
an LCD display with your i.MX31 system, say Y here.
config [31mCONFIG_FB_BROADSHEET[0m
tristate "E-Ink Broadsheet/Epson S1D13521 controller support"
depends on [31mCONFIG_FB[0m && ([31mCONFIG_ARCH_PXA[0m || [31mCONFIG_COMPILE_TEST[0m)
select [31mCONFIG_FB_SYS_FILLRECT[0m
select [31mCONFIG_FB_SYS_COPYAREA[0m
select [31mCONFIG_FB_SYS_IMAGEBLIT[0m
select [31mCONFIG_FB_SYS_FOPS[0m
select [31mCONFIG_FB_DEFERRED_IO[0m
help
This driver implements support for the [31mCONFIG_E[0m-Ink Broadsheet
controller. The release name for this device was Epson S1D13521
and could also have been called by other names when coupled with
a bridge adapter.
config [31mCONFIG_FB_PUV3_UNIGFX[0m
tristate "PKUnity v3 Unigfx framebuffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_UNICORE32[0m && [31mCONFIG_ARCH_PUV3[0m
select [31mCONFIG_FB_SYS_FILLRECT[0m
select [31mCONFIG_FB_SYS_COPYAREA[0m
select [31mCONFIG_FB_SYS_IMAGEBLIT[0m
select [31mCONFIG_FB_SYS_FOPS[0m
help
Choose this option if you want to use the Unigfx device as a
framebuffer device. Without the support of [31mCONFIG_PCI[0m & [31mCONFIG_AGP[0m.
config [31mCONFIG_FB_HYPERV[0m
tristate "Microsoft Hyper-V Synthetic Video support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_HYPERV[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
This framebuffer driver supports Microsoft Hyper-V Synthetic Video.
config [31mCONFIG_FB_SIMPLE[0m
bool "Simple framebuffer support"
depends on ([31mCONFIG_FB[0m = y)
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
Say Y if you want support for a simple frame-buffer.
This driver assumes that the display hardware has been initialized
before the kernel boots, and the kernel will simply render to the
pre-allocated frame buffer surface.
Configuration re: surface address, size, and format must be provided
through device tree, or plain old platform data.
config [31mCONFIG_FB_SSD1307[0m
tristate "Solomon SSD1307 framebuffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_I2C[0m
depends on [31mCONFIG_OF[0m
depends on [31mCONFIG_GPIOLIB[0m || [31mCONFIG_COMPILE_TEST[0m
select [31mCONFIG_FB_SYS_FOPS[0m
select [31mCONFIG_FB_SYS_FILLRECT[0m
select [31mCONFIG_FB_SYS_COPYAREA[0m
select [31mCONFIG_FB_SYS_IMAGEBLIT[0m
select [31mCONFIG_FB_DEFERRED_IO[0m
select [31mCONFIG_PWM[0m
select [31mCONFIG_FB_BACKLIGHT[0m
help
This driver implements support for the Solomon SSD1307
OLED controller over [31mCONFIG_I2C[0m.
config [31mCONFIG_FB_SM712[0m
tristate "Silicon Motion SM712 framebuffer support"
depends on [31mCONFIG_FB[0m && [31mCONFIG_PCI[0m
select [31mCONFIG_FB_CFB_FILLRECT[0m
select [31mCONFIG_FB_CFB_COPYAREA[0m
select [31mCONFIG_FB_CFB_IMAGEBLIT[0m
help
Frame buffer driver for the Silicon Motion SM710, SM712, SM721
and SM722 chips.
This driver is also available as a module. The module will be
called sm712fb. If you want to compile it as a module, say [31mCONFIG_M[0m
here and read <file:Documentation/kbuild/modules.rst>.
source "drivers/video/fbdev/omap/Kconfig"
source "drivers/video/fbdev/omap2/Kconfig"
source "drivers/video/fbdev/mmp/Kconfig"