Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Video configuration |
| 3 | # |
| 4 | |
| 5 | menu "Graphics support" |
Martin Schwidefsky | e25df12 | 2007-05-10 15:45:57 +0200 | [diff] [blame] | 6 | depends on HAS_IOMEM |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | |
Nicolas Ferre | 0912e53 | 2009-06-23 16:30:56 +0200 | [diff] [blame] | 8 | config HAVE_FB_ATMEL |
| 9 | bool |
| 10 | |
Dmitry Eremin-Solenikov | f00117a | 2011-01-12 15:19:35 +0000 | [diff] [blame] | 11 | config SH_MIPI_DSI |
| 12 | tristate |
| 13 | depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK |
| 14 | |
| 15 | config SH_LCD_MIPI_DSI |
| 16 | bool |
| 17 | |
Randy Dunlap | 179b025 | 2007-10-16 01:29:39 -0700 | [diff] [blame] | 18 | source "drivers/char/agp/Kconfig" |
| 19 | |
Benjamin Herrenschmidt | deb2d2e | 2009-08-11 15:52:06 +1000 | [diff] [blame] | 20 | source "drivers/gpu/vga/Kconfig" |
| 21 | |
Dave Airlie | c0e0920 | 2008-05-29 10:09:59 +1000 | [diff] [blame] | 22 | source "drivers/gpu/drm/Kconfig" |
Antonino A. Daplas | ba70710 | 2006-06-26 00:26:37 -0700 | [diff] [blame] | 23 | |
Terje Bergstrom | 7547168 | 2013-03-22 16:34:01 +0200 | [diff] [blame] | 24 | source "drivers/gpu/host1x/Kconfig" |
| 25 | |
Antonino A. Daplas | b2f594f | 2007-05-08 00:38:38 -0700 | [diff] [blame] | 26 | config VGASTATE |
| 27 | tristate |
| 28 | default n |
| 29 | |
Luming Yu | 23b0f01 | 2007-05-09 21:07:05 +0800 | [diff] [blame] | 30 | config VIDEO_OUTPUT_CONTROL |
| 31 | tristate "Lowlevel video output switch controls" |
Luming Yu | 23b0f01 | 2007-05-09 21:07:05 +0800 | [diff] [blame] | 32 | help |
| 33 | This framework adds support for low-level control of the video |
| 34 | output switch. |
| 35 | |
Tomi Valkeinen | a38884f | 2013-03-12 10:15:43 +0200 | [diff] [blame] | 36 | config VIDEOMODE_HELPERS |
| 37 | bool |
Steffen Trumtrar | cc3f414 | 2012-10-04 15:32:52 +0200 | [diff] [blame] | 38 | |
Thierry Reding | f142d3b | 2012-11-21 15:29:29 +0100 | [diff] [blame] | 39 | config HDMI |
| 40 | bool |
| 41 | |
Randy Dunlap | 179b025 | 2007-10-16 01:29:39 -0700 | [diff] [blame] | 42 | menuconfig FB |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 43 | tristate "Support for frame buffer devices" |
| 44 | ---help--- |
| 45 | The frame buffer device provides an abstraction for the graphics |
| 46 | hardware. It represents the frame buffer of some video hardware and |
| 47 | allows application software to access the graphics hardware through |
| 48 | a well-defined interface, so the software doesn't need to know |
| 49 | anything about the low-level (hardware register) stuff. |
| 50 | |
| 51 | Frame buffer devices work identically across the different |
| 52 | architectures supported by Linux and make the implementation of |
| 53 | application programs easier and more portable; at this point, an X |
| 54 | server exists which uses the frame buffer device exclusively. |
| 55 | On several non-X86 architectures, the frame buffer device is the |
| 56 | only way to use the graphics hardware. |
| 57 | |
| 58 | The device is accessed through special device nodes, usually located |
| 59 | in the /dev directory, i.e. /dev/fb*. |
| 60 | |
| 61 | You need an utility program called fbset to make full use of frame |
| 62 | buffer devices. Please read <file:Documentation/fb/framebuffer.txt> |
| 63 | and the Framebuffer-HOWTO at |
Justin P. Mattock | 631dd1a | 2010-10-18 11:03:14 +0200 | [diff] [blame] | 64 | <http://www.munted.org.uk/programming/Framebuffer-HOWTO-1.3.html> for more |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 65 | information. |
| 66 | |
| 67 | Say Y here and to the driver for your graphics board below if you |
| 68 | are compiling a kernel for a non-x86 architecture. |
| 69 | |
| 70 | If you are compiling for the x86 architecture, you can say Y if you |
| 71 | want to play with it, but it is not essential. Please note that |
| 72 | running graphical applications that directly touch the hardware |
| 73 | (e.g. an accelerated X server) and that are not frame buffer |
| 74 | device-aware may cause unexpected results. If unsure, say N. |
| 75 | |
James Simmons | e0e34ef7 | 2007-02-10 14:15:43 +0000 | [diff] [blame] | 76 | config FIRMWARE_EDID |
| 77 | bool "Enable firmware EDID" |
| 78 | depends on FB |
| 79 | default n |
| 80 | ---help--- |
| 81 | This enables access to the EDID transferred from the firmware. |
| 82 | On the i386, this is from the Video BIOS. Enable this if DDC/I2C |
| 83 | transfers do not work for your driver and if you are using |
| 84 | nvidiafb, i810fb or savagefb. |
| 85 | |
| 86 | In general, choosing Y for this option is safe. If you |
| 87 | experience extremely long delays while booting before you get |
| 88 | something on your display, try setting this to N. Matrox cards in |
| 89 | combination with certain motherboards and monitors are known to |
| 90 | suffer from this problem. |
| 91 | |
Dennis Munsie | fc5891c | 2006-10-03 01:14:42 -0700 | [diff] [blame] | 92 | config FB_DDC |
| 93 | tristate |
James Simmons | e0e34ef7 | 2007-02-10 14:15:43 +0000 | [diff] [blame] | 94 | depends on FB |
| 95 | select I2C_ALGOBIT |
| 96 | select I2C |
Dennis Munsie | fc5891c | 2006-10-03 01:14:42 -0700 | [diff] [blame] | 97 | default n |
| 98 | |
Michal Januszewski | 4d31a2b | 2008-10-15 22:03:51 -0700 | [diff] [blame] | 99 | config FB_BOOT_VESA_SUPPORT |
| 100 | bool |
| 101 | depends on FB |
| 102 | default n |
| 103 | ---help--- |
| 104 | If true, at least one selected framebuffer driver can take advantage |
| 105 | of VESA video modes set at an early boot stage via the vga= parameter. |
| 106 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 107 | config FB_CFB_FILLRECT |
| 108 | tristate |
| 109 | depends on FB |
| 110 | default n |
| 111 | ---help--- |
| 112 | Include the cfb_fillrect function for generic software rectangle |
| 113 | filling. This is used by drivers that don't provide their own |
| 114 | (accelerated) version. |
| 115 | |
| 116 | config FB_CFB_COPYAREA |
| 117 | tristate |
| 118 | depends on FB |
| 119 | default n |
| 120 | ---help--- |
| 121 | Include the cfb_copyarea function for generic software area copying. |
| 122 | This is used by drivers that don't provide their own (accelerated) |
| 123 | version. |
| 124 | |
| 125 | config FB_CFB_IMAGEBLIT |
| 126 | tristate |
| 127 | depends on FB |
| 128 | default n |
| 129 | ---help--- |
| 130 | Include the cfb_imageblit function for generic software image |
| 131 | blitting. This is used by drivers that don't provide their own |
| 132 | (accelerated) version. |
| 133 | |
Pavel Pisa | 779121e | 2007-10-16 01:29:21 -0700 | [diff] [blame] | 134 | config FB_CFB_REV_PIXELS_IN_BYTE |
| 135 | bool |
| 136 | depends on FB |
| 137 | default n |
| 138 | ---help--- |
| 139 | Allow generic frame-buffer functions to work on displays with 1, 2 |
| 140 | and 4 bits per pixel depths which has opposite order of pixels in |
| 141 | byte order to bytes in long order. |
| 142 | |
Antonino A. Daplas | 68648ed | 2007-05-08 00:38:57 -0700 | [diff] [blame] | 143 | config FB_SYS_FILLRECT |
| 144 | tristate |
| 145 | depends on FB |
| 146 | default n |
| 147 | ---help--- |
| 148 | Include the sys_fillrect function for generic software rectangle |
| 149 | filling. This is used by drivers that don't provide their own |
| 150 | (accelerated) version and the framebuffer is in system RAM. |
| 151 | |
| 152 | config FB_SYS_COPYAREA |
| 153 | tristate |
| 154 | depends on FB |
| 155 | default n |
| 156 | ---help--- |
| 157 | Include the sys_copyarea function for generic software area copying. |
| 158 | This is used by drivers that don't provide their own (accelerated) |
| 159 | version and the framebuffer is in system RAM. |
| 160 | |
| 161 | config FB_SYS_IMAGEBLIT |
| 162 | tristate |
| 163 | depends on FB |
| 164 | default n |
| 165 | ---help--- |
| 166 | Include the sys_imageblit function for generic software image |
| 167 | blitting. This is used by drivers that don't provide their own |
| 168 | (accelerated) version and the framebuffer is in system RAM. |
| 169 | |
Anton Vorontsov | e4c690e | 2008-04-28 02:14:49 -0700 | [diff] [blame] | 170 | menuconfig FB_FOREIGN_ENDIAN |
| 171 | bool "Framebuffer foreign endianness support" |
| 172 | depends on FB |
| 173 | ---help--- |
| 174 | This menu will let you enable support for the framebuffers with |
| 175 | non-native endianness (e.g. Little-Endian framebuffer on a |
| 176 | Big-Endian machine). Most probably you don't have such hardware, |
| 177 | so it's safe to say "n" here. |
| 178 | |
| 179 | choice |
| 180 | prompt "Choice endianness support" |
| 181 | depends on FB_FOREIGN_ENDIAN |
| 182 | |
| 183 | config FB_BOTH_ENDIAN |
| 184 | bool "Support for Big- and Little-Endian framebuffers" |
| 185 | |
| 186 | config FB_BIG_ENDIAN |
| 187 | bool "Support for Big-Endian framebuffers only" |
| 188 | |
| 189 | config FB_LITTLE_ENDIAN |
| 190 | bool "Support for Little-Endian framebuffers only" |
| 191 | |
| 192 | endchoice |
| 193 | |
Antonino A. Daplas | 09aaf26 | 2007-05-08 00:39:03 -0700 | [diff] [blame] | 194 | config FB_SYS_FOPS |
| 195 | tristate |
| 196 | depends on FB |
| 197 | default n |
| 198 | |
Jaya Kumar | 60b59be | 2007-05-08 00:37:37 -0700 | [diff] [blame] | 199 | config FB_DEFERRED_IO |
| 200 | bool |
| 201 | depends on FB |
Jaya Kumar | 60b59be | 2007-05-08 00:37:37 -0700 | [diff] [blame] | 202 | |
Jaya Kumar | 0e27aa3 | 2008-04-28 02:15:40 -0700 | [diff] [blame] | 203 | config FB_HECUBA |
| 204 | tristate |
| 205 | depends on FB |
| 206 | depends on FB_DEFERRED_IO |
| 207 | |
Ondrej Zajicek | a268422 | 2007-02-12 00:54:49 -0800 | [diff] [blame] | 208 | config FB_SVGALIB |
| 209 | tristate |
| 210 | depends on FB |
| 211 | default n |
| 212 | ---help--- |
| 213 | Common utility functions useful to fbdev drivers of VGA-based |
| 214 | cards. |
| 215 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 216 | config FB_MACMODES |
| 217 | tristate |
| 218 | depends on FB |
| 219 | default n |
| 220 | |
Michael Hanselmann | 5474c12 | 2006-06-25 05:47:08 -0700 | [diff] [blame] | 221 | config FB_BACKLIGHT |
Michael Hanselmann | 4b75599 | 2006-07-30 03:04:19 -0700 | [diff] [blame] | 222 | bool |
| 223 | depends on FB |
| 224 | select BACKLIGHT_LCD_SUPPORT |
| 225 | select BACKLIGHT_CLASS_DEVICE |
| 226 | default n |
Michael Hanselmann | 5474c12 | 2006-06-25 05:47:08 -0700 | [diff] [blame] | 227 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 228 | config FB_MODE_HELPERS |
| 229 | bool "Enable Video Mode Handling Helpers" |
| 230 | depends on FB |
| 231 | default n |
| 232 | ---help--- |
| 233 | This enables functions for handling video modes using the |
| 234 | Generalized Timing Formula and the EDID parser. A few drivers rely |
| 235 | on this feature such as the radeonfb, rivafb, and the i810fb. If |
| 236 | your driver does not take advantage of this feature, choosing Y will |
| 237 | just increase the kernel size by about 5K. |
| 238 | |
| 239 | config FB_TILEBLITTING |
| 240 | bool "Enable Tile Blitting Support" |
| 241 | depends on FB |
| 242 | default n |
| 243 | ---help--- |
| 244 | This enables tile blitting. Tile blitting is a drawing technique |
| 245 | where the screen is divided into rectangular sections (tiles), whereas |
| 246 | the standard blitting divides the screen into pixels. Because the |
| 247 | default drawing element is a tile, drawing functions will be passed |
| 248 | parameters in terms of number of tiles instead of number of pixels. |
| 249 | For example, to draw a single character, instead of using bitmaps, |
| 250 | an index to an array of bitmaps will be used. To clear or move a |
| 251 | rectangular section of a screen, the rectangle will be described in |
| 252 | terms of number of tiles in the x- and y-axis. |
| 253 | |
| 254 | This is particularly important to one driver, matroxfb. If |
| 255 | unsure, say N. |
| 256 | |
Miguel Ojeda | 10ccaf4 | 2007-04-23 14:41:09 -0700 | [diff] [blame] | 257 | comment "Frame buffer hardware drivers" |
James Simmons | e0e34ef7 | 2007-02-10 14:15:43 +0000 | [diff] [blame] | 258 | depends on FB |
| 259 | |
Kristoffer Glembo | a4b8f97 | 2011-07-05 09:29:19 +0200 | [diff] [blame] | 260 | config FB_GRVGA |
| 261 | tristate "Aeroflex Gaisler framebuffer support" |
| 262 | depends on FB && SPARC |
| 263 | select FB_CFB_FILLRECT |
| 264 | select FB_CFB_COPYAREA |
| 265 | select FB_CFB_IMAGEBLIT |
| 266 | ---help--- |
| 267 | This enables support for the SVGACTRL framebuffer in the GRLIB IP library from Aeroflex Gaisler. |
| 268 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 269 | config FB_CIRRUS |
| 270 | tristate "Cirrus Logic support" |
| 271 | depends on FB && (ZORRO || PCI) |
| 272 | select FB_CFB_FILLRECT |
| 273 | select FB_CFB_COPYAREA |
| 274 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 275 | ---help--- |
| 276 | This enables support for Cirrus Logic GD542x/543x based boards on |
| 277 | Amiga: SD64, Piccolo, Picasso II/II+, Picasso IV, or EGS Spectrum. |
| 278 | |
| 279 | If you have a PCI-based system, this enables support for these |
| 280 | chips: GD-543x, GD-544x, GD-5480. |
| 281 | |
| 282 | Please read the file <file:Documentation/fb/cirrusfb.txt>. |
| 283 | |
| 284 | Say N unless you have such a graphics board or plan to get one |
| 285 | before you next recompile the kernel. |
| 286 | |
| 287 | config FB_PM2 |
| 288 | tristate "Permedia2 support" |
| 289 | depends on FB && ((AMIGA && BROKEN) || PCI) |
| 290 | select FB_CFB_FILLRECT |
| 291 | select FB_CFB_COPYAREA |
| 292 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 293 | help |
Krzysztof Helt | 4edad7f | 2008-10-15 22:03:32 -0700 | [diff] [blame] | 294 | This is the frame buffer device driver for cards based on |
| 295 | the 3D Labs Permedia, Permedia 2 and Permedia 2V chips. |
| 296 | The driver was tested on the following cards: |
| 297 | Diamond FireGL 1000 PRO AGP |
| 298 | ELSA Gloria Synergy PCI |
| 299 | Appian Jeronimo PRO (both heads) PCI |
| 300 | 3DLabs Oxygen ACX aka EONtronics Picasso P2 PCI |
| 301 | Techsource Raptor GFX-8P (aka Sun PGX-32) on SPARC |
| 302 | ASK Graphic Blaster Exxtreme AGP |
| 303 | |
| 304 | To compile this driver as a module, choose M here: the |
| 305 | module will be called pm2fb. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 306 | |
| 307 | config FB_PM2_FIFO_DISCONNECT |
| 308 | bool "enable FIFO disconnect feature" |
| 309 | depends on FB_PM2 && PCI |
| 310 | help |
Krzysztof Helt | 4edad7f | 2008-10-15 22:03:32 -0700 | [diff] [blame] | 311 | Support the Permedia2 FIFO disconnect feature. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 312 | |
| 313 | config FB_ARMCLCD |
| 314 | tristate "ARM PrimeCell PL110 support" |
| 315 | depends on FB && ARM && ARM_AMBA |
| 316 | select FB_CFB_FILLRECT |
| 317 | select FB_CFB_COPYAREA |
| 318 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 319 | help |
| 320 | This framebuffer device driver is for the ARM PrimeCell PL110 |
| 321 | Colour LCD controller. ARM PrimeCells provide the building |
| 322 | blocks for System on a Chip devices. |
| 323 | |
| 324 | If you want to compile this as a module (=code which can be |
| 325 | inserted into and removed from the running kernel), say M |
Alexander E. Patrakov | 39f5fb3 | 2007-03-16 18:28:43 +0500 | [diff] [blame] | 326 | here and read <file:Documentation/kbuild/modules.txt>. The module |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 327 | will be called amba-clcd. |
| 328 | |
| 329 | config FB_ACORN |
| 330 | bool "Acorn VIDC support" |
Russell King | 635f025 | 2008-10-28 09:43:54 +0000 | [diff] [blame] | 331 | depends on (FB = y) && ARM && ARCH_ACORN |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 332 | select FB_CFB_FILLRECT |
| 333 | select FB_CFB_COPYAREA |
| 334 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 335 | help |
| 336 | This is the frame buffer device driver for the Acorn VIDC graphics |
| 337 | hardware found in Acorn RISC PCs and other ARM-based machines. If |
| 338 | unsure, say N. |
| 339 | |
| 340 | config FB_CLPS711X |
| 341 | bool "CLPS711X LCD support" |
| 342 | depends on (FB = y) && ARM && ARCH_CLPS711X |
| 343 | select FB_CFB_FILLRECT |
| 344 | select FB_CFB_COPYAREA |
| 345 | select FB_CFB_IMAGEBLIT |
Randy.Dunlap | e65c085 | 2005-11-07 01:00:28 -0800 | [diff] [blame] | 346 | help |
| 347 | Say Y to enable the Framebuffer driver for the CLPS7111 and |
| 348 | EP7212 processors. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 349 | |
| 350 | config FB_SA1100 |
| 351 | bool "SA-1100 LCD support" |
| 352 | depends on (FB = y) && ARM && ARCH_SA1100 |
| 353 | select FB_CFB_FILLRECT |
| 354 | select FB_CFB_COPYAREA |
| 355 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 356 | help |
| 357 | This is a framebuffer device for the SA-1100 LCD Controller. |
| 358 | See <http://www.linux-fbdev.org/> for information on framebuffer |
| 359 | devices. |
| 360 | |
| 361 | If you plan to use the LCD display with your SA-1100 system, say |
| 362 | Y here. |
| 363 | |
Sascha Hauer | 7c2f891c | 2005-05-01 08:59:24 -0700 | [diff] [blame] | 364 | config FB_IMX |
Fabio Estevam | d04d268 | 2013-02-21 16:42:24 -0800 | [diff] [blame] | 365 | tristate "Freescale i.MX1/21/25/27 LCD support" |
Sascha Hauer | f142b61 | 2011-03-03 15:12:44 +0100 | [diff] [blame] | 366 | depends on FB && IMX_HAVE_PLATFORM_IMX_FB |
Sascha Hauer | 7c2f891c | 2005-05-01 08:59:24 -0700 | [diff] [blame] | 367 | select FB_CFB_FILLRECT |
| 368 | select FB_CFB_COPYAREA |
| 369 | select FB_CFB_IMAGEBLIT |
Sascha Hauer | 7c2f891c | 2005-05-01 08:59:24 -0700 | [diff] [blame] | 370 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 371 | config FB_CYBER2000 |
| 372 | tristate "CyberPro 2000/2010/5000 support" |
| 373 | depends on FB && PCI && (BROKEN || !SPARC64) |
| 374 | select FB_CFB_FILLRECT |
| 375 | select FB_CFB_COPYAREA |
| 376 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 377 | help |
| 378 | This enables support for the Integraphics CyberPro 20x0 and 5000 |
| 379 | VGA chips used in the Rebel.com Netwinder and other machines. |
| 380 | Say Y if you have a NetWinder or a graphics card containing this |
| 381 | device, otherwise say N. |
| 382 | |
Ondrej Zary | e5dedf8 | 2010-08-11 21:48:03 +0200 | [diff] [blame] | 383 | config FB_CYBER2000_DDC |
| 384 | bool "DDC for CyberPro support" |
| 385 | depends on FB_CYBER2000 |
| 386 | select FB_DDC |
| 387 | default y |
| 388 | help |
| 389 | Say Y here if you want DDC support for your CyberPro graphics |
| 390 | card. This is only I2C bus support, driver does not use EDID. |
| 391 | |
Russell King | b7ca01a | 2010-08-02 09:57:07 +0100 | [diff] [blame] | 392 | config FB_CYBER2000_I2C |
| 393 | bool "CyberPro 2000/2010/5000 I2C support" |
| 394 | depends on FB_CYBER2000 && I2C && ARCH_NETWINDER |
| 395 | select I2C_ALGOBIT |
| 396 | help |
| 397 | Enable support for the I2C video decoder interface on the |
| 398 | Integraphics CyberPro 20x0 and 5000 VGA chips. This is used |
| 399 | on the Netwinder machines for the SAA7111 video capture. |
| 400 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 401 | config FB_APOLLO |
| 402 | bool |
| 403 | depends on (FB = y) && APOLLO |
| 404 | default y |
| 405 | select FB_CFB_FILLRECT |
| 406 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 407 | |
| 408 | config FB_Q40 |
| 409 | bool |
| 410 | depends on (FB = y) && Q40 |
| 411 | default y |
| 412 | select FB_CFB_FILLRECT |
| 413 | select FB_CFB_COPYAREA |
| 414 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 415 | |
| 416 | config FB_AMIGA |
| 417 | tristate "Amiga native chipset support" |
| 418 | depends on FB && AMIGA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 419 | help |
| 420 | This is the frame buffer device driver for the builtin graphics |
| 421 | chipset found in Amigas. |
| 422 | |
| 423 | To compile this driver as a module, choose M here: the |
| 424 | module will be called amifb. |
| 425 | |
| 426 | config FB_AMIGA_OCS |
| 427 | bool "Amiga OCS chipset support" |
| 428 | depends on FB_AMIGA |
| 429 | help |
| 430 | This enables support for the original Agnus and Denise video chips, |
| 431 | found in the Amiga 1000 and most A500's and A2000's. If you intend |
| 432 | to run Linux on any of these systems, say Y; otherwise say N. |
| 433 | |
| 434 | config FB_AMIGA_ECS |
| 435 | bool "Amiga ECS chipset support" |
| 436 | depends on FB_AMIGA |
| 437 | help |
| 438 | This enables support for the Enhanced Chip Set, found in later |
| 439 | A500's, later A2000's, the A600, the A3000, the A3000T and CDTV. If |
| 440 | you intend to run Linux on any of these systems, say Y; otherwise |
| 441 | say N. |
| 442 | |
| 443 | config FB_AMIGA_AGA |
| 444 | bool "Amiga AGA chipset support" |
| 445 | depends on FB_AMIGA |
| 446 | help |
| 447 | This enables support for the Advanced Graphics Architecture (also |
| 448 | known as the AGA or AA) Chip Set, found in the A1200, A4000, A4000T |
| 449 | and CD32. If you intend to run Linux on any of these systems, say Y; |
| 450 | otherwise say N. |
| 451 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 452 | config FB_FM2 |
| 453 | bool "Amiga FrameMaster II/Rainbow II support" |
| 454 | depends on (FB = y) && ZORRO |
| 455 | select FB_CFB_FILLRECT |
| 456 | select FB_CFB_COPYAREA |
| 457 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 458 | help |
| 459 | This is the frame buffer device driver for the Amiga FrameMaster |
| 460 | card from BSC (exhibited 1992 but not shipped as a CBM product). |
| 461 | |
Jaya Kumar | 1154ea7 | 2005-06-21 17:17:04 -0700 | [diff] [blame] | 462 | config FB_ARC |
| 463 | tristate "Arc Monochrome LCD board support" |
| 464 | depends on FB && X86 |
Antonino A. Daplas | 922e6f9 | 2007-05-08 00:38:58 -0700 | [diff] [blame] | 465 | select FB_SYS_FILLRECT |
| 466 | select FB_SYS_COPYAREA |
| 467 | select FB_SYS_IMAGEBLIT |
Antonino A. Daplas | d9a05f1 | 2007-05-08 00:39:04 -0700 | [diff] [blame] | 468 | select FB_SYS_FOPS |
Jaya Kumar | 1154ea7 | 2005-06-21 17:17:04 -0700 | [diff] [blame] | 469 | help |
| 470 | This enables support for the Arc Monochrome LCD board. The board |
| 471 | is based on the KS-108 lcd controller and is typically a matrix |
| 472 | of 2*n chips. This driver was tested with a 128x64 panel. This |
| 473 | driver supports it for use with x86 SBCs through a 16 bit GPIO |
Matt LaPlante | 0950960 | 2006-10-03 22:31:37 +0200 | [diff] [blame] | 474 | interface (8 bit data, 8 bit control). If you anticipate using |
Jaya Kumar | 1154ea7 | 2005-06-21 17:17:04 -0700 | [diff] [blame] | 475 | this driver, say Y or M; otherwise say N. You must specify the |
| 476 | GPIO IO address to be used for setting control and data. |
| 477 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 478 | config FB_ATARI |
| 479 | bool "Atari native chipset support" |
Michael Schmitz | a100501 | 2007-05-01 22:32:39 +0200 | [diff] [blame] | 480 | depends on (FB = y) && ATARI |
| 481 | select FB_CFB_FILLRECT |
| 482 | select FB_CFB_COPYAREA |
| 483 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 484 | help |
| 485 | This is the frame buffer device driver for the builtin graphics |
| 486 | chipset found in Ataris. |
| 487 | |
| 488 | config FB_OF |
| 489 | bool "Open Firmware frame buffer device support" |
Stephen Rothwell | bed5927 | 2007-03-04 17:04:44 +1100 | [diff] [blame] | 490 | depends on (FB = y) && (PPC64 || PPC_OF) && (!PPC_PSERIES || PCI) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 491 | select FB_CFB_FILLRECT |
| 492 | select FB_CFB_COPYAREA |
| 493 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 494 | select FB_MACMODES |
| 495 | help |
| 496 | Say Y if you want support with Open Firmware for your graphics |
| 497 | board. |
| 498 | |
| 499 | config FB_CONTROL |
| 500 | bool "Apple \"control\" display support" |
Olaf Hering | a04b61d | 2006-07-30 03:03:52 -0700 | [diff] [blame] | 501 | depends on (FB = y) && PPC_PMAC && PPC32 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 502 | select FB_CFB_FILLRECT |
| 503 | select FB_CFB_COPYAREA |
| 504 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 505 | select FB_MACMODES |
| 506 | help |
| 507 | This driver supports a frame buffer for the graphics adapter in the |
| 508 | Power Macintosh 7300 and others. |
| 509 | |
| 510 | config FB_PLATINUM |
| 511 | bool "Apple \"platinum\" display support" |
Olaf Hering | a04b61d | 2006-07-30 03:03:52 -0700 | [diff] [blame] | 512 | depends on (FB = y) && PPC_PMAC && PPC32 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 513 | select FB_CFB_FILLRECT |
| 514 | select FB_CFB_COPYAREA |
| 515 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 516 | select FB_MACMODES |
| 517 | help |
| 518 | This driver supports a frame buffer for the "platinum" graphics |
| 519 | adapter in some Power Macintoshes. |
| 520 | |
| 521 | config FB_VALKYRIE |
| 522 | bool "Apple \"valkyrie\" display support" |
Olaf Hering | a04b61d | 2006-07-30 03:03:52 -0700 | [diff] [blame] | 523 | depends on (FB = y) && (MAC || (PPC_PMAC && PPC32)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 524 | select FB_CFB_FILLRECT |
| 525 | select FB_CFB_COPYAREA |
| 526 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 527 | select FB_MACMODES |
| 528 | help |
| 529 | This driver supports a frame buffer for the "valkyrie" graphics |
| 530 | adapter in some Power Macintoshes. |
| 531 | |
| 532 | config FB_CT65550 |
| 533 | bool "Chips 65550 display support" |
Randy Dunlap | 0f8c0234 | 2007-11-14 16:58:45 -0800 | [diff] [blame] | 534 | depends on (FB = y) && PPC32 && PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 535 | select FB_CFB_FILLRECT |
| 536 | select FB_CFB_COPYAREA |
| 537 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 538 | help |
| 539 | This is the frame buffer device driver for the Chips & Technologies |
| 540 | 65550 graphics chip in PowerBooks. |
| 541 | |
| 542 | config FB_ASILIANT |
Randy.Dunlap | e65c085 | 2005-11-07 01:00:28 -0800 | [diff] [blame] | 543 | bool "Asiliant (Chips) 69000 display support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 544 | depends on (FB = y) && PCI |
| 545 | select FB_CFB_FILLRECT |
| 546 | select FB_CFB_COPYAREA |
| 547 | select FB_CFB_IMAGEBLIT |
Antonino A. Daplas | 4de0b1e | 2006-04-27 18:40:47 -0700 | [diff] [blame] | 548 | help |
| 549 | This is the frame buffer device driver for the Asiliant 69030 chipset |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 550 | |
| 551 | config FB_IMSTT |
| 552 | bool "IMS Twin Turbo display support" |
| 553 | depends on (FB = y) && PCI |
| 554 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 555 | select FB_MACMODES if PPC |
| 556 | help |
| 557 | The IMS Twin Turbo is a PCI-based frame buffer card bundled with |
| 558 | many Macintosh and compatible computers. |
| 559 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 560 | config FB_VGA16 |
| 561 | tristate "VGA 16-color graphics support" |
| 562 | depends on FB && (X86 || PPC) |
| 563 | select FB_CFB_FILLRECT |
| 564 | select FB_CFB_COPYAREA |
| 565 | select FB_CFB_IMAGEBLIT |
Antonino A. Daplas | b2f594f | 2007-05-08 00:38:38 -0700 | [diff] [blame] | 566 | select VGASTATE |
Antonino A. Daplas | d60d2d8 | 2007-05-08 00:39:12 -0700 | [diff] [blame] | 567 | select FONT_8x16 if FRAMEBUFFER_CONSOLE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 568 | help |
| 569 | This is the frame buffer device driver for VGA 16 color graphic |
| 570 | cards. Say Y if you have such a card. |
| 571 | |
| 572 | To compile this driver as a module, choose M here: the |
| 573 | module will be called vga16fb. |
| 574 | |
Michael Hennerich | e9fa7c4 | 2007-10-16 01:29:38 -0700 | [diff] [blame] | 575 | config FB_BF54X_LQ043 |
| 576 | tristate "SHARP LQ043 TFT LCD (BF548 EZKIT)" |
Mike Frysinger | e7a05aa | 2008-04-28 02:15:47 -0700 | [diff] [blame] | 577 | depends on FB && (BF54x) && !BF542 |
Michael Hennerich | e9fa7c4 | 2007-10-16 01:29:38 -0700 | [diff] [blame] | 578 | select FB_CFB_FILLRECT |
| 579 | select FB_CFB_COPYAREA |
| 580 | select FB_CFB_IMAGEBLIT |
| 581 | help |
| 582 | This is the framebuffer device driver for a SHARP LQ043T1DG01 TFT LCD |
| 583 | |
Michael Hennerich | 99eeed47a | 2008-03-10 11:44:04 -0700 | [diff] [blame] | 584 | config FB_BFIN_T350MCQB |
| 585 | tristate "Varitronix COG-T350MCQB TFT LCD display (BF527 EZKIT)" |
| 586 | depends on FB && BLACKFIN |
| 587 | select BFIN_GPTIMERS |
| 588 | select FB_CFB_FILLRECT |
| 589 | select FB_CFB_COPYAREA |
| 590 | select FB_CFB_IMAGEBLIT |
| 591 | help |
| 592 | This is the framebuffer device driver for a Varitronix VL-PS-COG-T350MCQB-01 display TFT LCD |
| 593 | This display is a QVGA 320x240 24-bit RGB display interfaced by an 8-bit wide PPI |
| 594 | It uses PPI[0..7] PPI_FS1, PPI_FS2 and PPI_CLK. |
| 595 | |
Michael Hennerich | 9cfe4a9 | 2009-12-15 16:46:21 -0800 | [diff] [blame] | 596 | config FB_BFIN_LQ035Q1 |
| 597 | tristate "SHARP LQ035Q1DH02 TFT LCD" |
| 598 | depends on FB && BLACKFIN && SPI |
| 599 | select FB_CFB_FILLRECT |
| 600 | select FB_CFB_COPYAREA |
| 601 | select FB_CFB_IMAGEBLIT |
| 602 | select BFIN_GPTIMERS |
| 603 | help |
| 604 | This is the framebuffer device driver for a SHARP LQ035Q1DH02 TFT display found on |
| 605 | the Blackfin Landscape LCD EZ-Extender Card. |
| 606 | This display is a QVGA 320x240 18-bit RGB display interfaced by an 16-bit wide PPI |
| 607 | It uses PPI[0..15] PPI_FS1, PPI_FS2 and PPI_CLK. |
| 608 | |
| 609 | To compile this driver as a module, choose M here: the |
| 610 | module will be called bfin-lq035q1-fb. |
Michael Hennerich | 99eeed47a | 2008-03-10 11:44:04 -0700 | [diff] [blame] | 611 | |
Michael Hennerich | dbcc465 | 2010-11-24 09:33:58 +0000 | [diff] [blame] | 612 | config FB_BF537_LQ035 |
| 613 | tristate "SHARP LQ035 TFT LCD (BF537 STAMP)" |
| 614 | depends on FB && (BF534 || BF536 || BF537) && I2C_BLACKFIN_TWI |
| 615 | select FB_CFB_FILLRECT |
| 616 | select FB_CFB_COPYAREA |
| 617 | select FB_CFB_IMAGEBLIT |
| 618 | select BFIN_GPTIMERS |
| 619 | help |
| 620 | This is the framebuffer device for a SHARP LQ035Q7DB03 TFT LCD |
| 621 | attached to a BF537. |
| 622 | |
| 623 | To compile this driver as a module, choose M here: the |
| 624 | module will be called bf537-lq035. |
| 625 | |
Michael Hennerich | cffd934 | 2010-11-24 09:33:59 +0000 | [diff] [blame] | 626 | config FB_BFIN_7393 |
| 627 | tristate "Blackfin ADV7393 Video encoder" |
| 628 | depends on FB && BLACKFIN |
| 629 | select I2C |
| 630 | select FB_CFB_FILLRECT |
| 631 | select FB_CFB_COPYAREA |
| 632 | select FB_CFB_IMAGEBLIT |
| 633 | help |
| 634 | This is the framebuffer device for a ADV7393 video encoder |
| 635 | attached to a Blackfin on the PPI port. |
| 636 | If your Blackfin board has a ADV7393 select Y. |
| 637 | |
| 638 | To compile this driver as a module, choose M here: the |
| 639 | module will be called bfin_adv7393fb. |
| 640 | |
| 641 | choice |
| 642 | prompt "Video mode support" |
| 643 | depends on FB_BFIN_7393 |
| 644 | default NTSC |
| 645 | |
| 646 | config NTSC |
| 647 | bool 'NTSC 720x480' |
| 648 | |
| 649 | config PAL |
| 650 | bool 'PAL 720x576' |
| 651 | |
| 652 | config NTSC_640x480 |
| 653 | bool 'NTSC 640x480 (Experimental)' |
| 654 | |
| 655 | config PAL_640x480 |
| 656 | bool 'PAL 640x480 (Experimental)' |
| 657 | |
| 658 | config NTSC_YCBCR |
| 659 | bool 'NTSC 720x480 YCbCR input' |
| 660 | |
| 661 | config PAL_YCBCR |
| 662 | bool 'PAL 720x576 YCbCR input' |
| 663 | |
| 664 | endchoice |
| 665 | |
| 666 | choice |
| 667 | prompt "Size of ADV7393 frame buffer memory Single/Double Size" |
| 668 | depends on (FB_BFIN_7393) |
| 669 | default ADV7393_1XMEM |
| 670 | |
| 671 | config ADV7393_1XMEM |
| 672 | bool 'Single' |
| 673 | |
| 674 | config ADV7393_2XMEM |
| 675 | bool 'Double' |
| 676 | endchoice |
| 677 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 678 | config FB_STI |
| 679 | tristate "HP STI frame buffer device support" |
| 680 | depends on FB && PARISC |
| 681 | select FB_CFB_FILLRECT |
| 682 | select FB_CFB_COPYAREA |
| 683 | select FB_CFB_IMAGEBLIT |
Alexander Beregalov | 17085a9 | 2009-04-03 13:33:32 +0000 | [diff] [blame] | 684 | select STI_CONSOLE |
| 685 | select VT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 686 | default y |
| 687 | ---help--- |
| 688 | STI refers to the HP "Standard Text Interface" which is a set of |
| 689 | BIOS routines contained in a ROM chip in HP PA-RISC based machines. |
| 690 | Enabling this option will implement the linux framebuffer device |
| 691 | using calls to the STI BIOS routines for initialisation. |
| 692 | |
| 693 | If you enable this option, you will get a planar framebuffer device |
| 694 | /dev/fb which will work on the most common HP graphic cards of the |
| 695 | NGLE family, including the artist chips (in the 7xx and Bxxx series), |
| 696 | HCRX, HCRX24, CRX, CRX24 and VisEG series. |
| 697 | |
| 698 | It is safe to enable this option, so you should probably say "Y". |
| 699 | |
| 700 | config FB_MAC |
| 701 | bool "Generic Macintosh display support" |
| 702 | depends on (FB = y) && MAC |
| 703 | select FB_CFB_FILLRECT |
| 704 | select FB_CFB_COPYAREA |
| 705 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 706 | select FB_MACMODES |
| 707 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 708 | config FB_HP300 |
| 709 | bool |
Geert Uytterhoeven | ad7e484 | 2008-05-18 20:47:09 +0200 | [diff] [blame] | 710 | depends on (FB = y) && DIO |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 711 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 712 | default y |
| 713 | |
| 714 | config FB_TGA |
Maciej W. Rozycki | 86c6f7d | 2007-05-08 00:37:48 -0700 | [diff] [blame] | 715 | tristate "TGA/SFB+ framebuffer support" |
| 716 | depends on FB && (ALPHA || TC) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 717 | select FB_CFB_FILLRECT |
| 718 | select FB_CFB_COPYAREA |
| 719 | select FB_CFB_IMAGEBLIT |
Akinobu Mita | 1c66768 | 2006-12-08 02:36:26 -0800 | [diff] [blame] | 720 | select BITREVERSE |
Maciej W. Rozycki | 86c6f7d | 2007-05-08 00:37:48 -0700 | [diff] [blame] | 721 | ---help--- |
| 722 | This is the frame buffer device driver for generic TGA and SFB+ |
| 723 | graphic cards. These include DEC ZLXp-E1, -E2 and -E3 PCI cards, |
| 724 | also known as PBXGA-A, -B and -C, and DEC ZLX-E1, -E2 and -E3 |
| 725 | TURBOchannel cards, also known as PMAGD-A, -B and -C. |
| 726 | |
| 727 | Due to hardware limitations ZLX-E2 and E3 cards are not supported |
| 728 | for DECstation 5000/200 systems. Additionally due to firmware |
| 729 | limitations these cards may cause troubles with booting DECstation |
| 730 | 5000/240 and /260 systems, but are fully supported under Linux if |
| 731 | you manage to get it going. ;-) |
| 732 | |
| 733 | Say Y if you have one of those. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 734 | |
Michal Januszewski | 8bdb3a2 | 2007-10-16 01:28:26 -0700 | [diff] [blame] | 735 | config FB_UVESA |
| 736 | tristate "Userspace VESA VGA graphics support" |
| 737 | depends on FB && CONNECTOR |
| 738 | select FB_CFB_FILLRECT |
| 739 | select FB_CFB_COPYAREA |
| 740 | select FB_CFB_IMAGEBLIT |
| 741 | select FB_MODE_HELPERS |
| 742 | help |
| 743 | This is the frame buffer driver for generic VBE 2.0 compliant |
| 744 | graphic cards. It can also take advantage of VBE 3.0 features, |
| 745 | such as refresh rate adjustment. |
| 746 | |
| 747 | This driver generally provides more features than vesafb but |
| 748 | requires a userspace helper application called 'v86d'. See |
| 749 | <file:Documentation/fb/uvesafb.txt> for more information. |
| 750 | |
| 751 | If unsure, say N. |
| 752 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 753 | config FB_VESA |
| 754 | bool "VESA VGA graphics support" |
Brian Gerst | 0d078f6 | 2005-10-30 14:59:20 -0800 | [diff] [blame] | 755 | depends on (FB = y) && X86 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 756 | select FB_CFB_FILLRECT |
| 757 | select FB_CFB_COPYAREA |
| 758 | select FB_CFB_IMAGEBLIT |
Michal Januszewski | 4d31a2b | 2008-10-15 22:03:51 -0700 | [diff] [blame] | 759 | select FB_BOOT_VESA_SUPPORT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 760 | help |
| 761 | This is the frame buffer device driver for generic VESA 2.0 |
| 762 | compliant graphic cards. The older VESA 1.2 cards are not supported. |
| 763 | You will get a boot time penguin logo at no additional cost. Please |
| 764 | read <file:Documentation/fb/vesafb.txt>. If unsure, say Y. |
| 765 | |
Huang, Ying | 7c83172 | 2007-11-28 16:21:55 -0800 | [diff] [blame] | 766 | config FB_EFI |
| 767 | bool "EFI-based Framebuffer Support" |
Edgar Hucek | b64ef8a | 2006-08-13 23:24:16 -0700 | [diff] [blame] | 768 | depends on (FB = y) && X86 && EFI |
Edgar Hucek | 90b4f9a | 2006-06-26 00:26:59 -0700 | [diff] [blame] | 769 | select FB_CFB_FILLRECT |
| 770 | select FB_CFB_COPYAREA |
| 771 | select FB_CFB_IMAGEBLIT |
| 772 | help |
Peter Jones | 7c08c9a | 2008-10-15 22:03:43 -0700 | [diff] [blame] | 773 | This is the EFI frame buffer device driver. If the firmware on |
| 774 | your platform is EFI 1.10 or UEFI 2.0, select Y to add support for |
| 775 | using the EFI framebuffer as your console. |
Edgar Hucek | 90b4f9a | 2006-06-26 00:26:59 -0700 | [diff] [blame] | 776 | |
Jaya Kumar | 0e27aa3 | 2008-04-28 02:15:40 -0700 | [diff] [blame] | 777 | config FB_N411 |
| 778 | tristate "N411 Apollo/Hecuba devkit support" |
Jaya Kumar | aad09e5 | 2007-05-08 00:37:43 -0700 | [diff] [blame] | 779 | depends on FB && X86 && MMU |
Antonino A. Daplas | d677493 | 2007-05-08 00:39:00 -0700 | [diff] [blame] | 780 | select FB_SYS_FILLRECT |
| 781 | select FB_SYS_COPYAREA |
| 782 | select FB_SYS_IMAGEBLIT |
Antonino A. Daplas | 28d4564 | 2007-05-08 00:39:06 -0700 | [diff] [blame] | 783 | select FB_SYS_FOPS |
Jaya Kumar | aad09e5 | 2007-05-08 00:37:43 -0700 | [diff] [blame] | 784 | select FB_DEFERRED_IO |
Jaya Kumar | 0e27aa3 | 2008-04-28 02:15:40 -0700 | [diff] [blame] | 785 | select FB_HECUBA |
Jaya Kumar | aad09e5 | 2007-05-08 00:37:43 -0700 | [diff] [blame] | 786 | help |
Jaya Kumar | 0e27aa3 | 2008-04-28 02:15:40 -0700 | [diff] [blame] | 787 | This enables support for the Apollo display controller in its |
| 788 | Hecuba form using the n411 devkit. |
Jaya Kumar | aad09e5 | 2007-05-08 00:37:43 -0700 | [diff] [blame] | 789 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 790 | config FB_HGA |
| 791 | tristate "Hercules mono graphics support" |
| 792 | depends on FB && X86 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 793 | help |
| 794 | Say Y here if you have a Hercules mono graphics card. |
| 795 | |
| 796 | To compile this driver as a module, choose M here: the |
| 797 | module will be called hgafb. |
| 798 | |
Brent Cook | 529ed80 | 2010-12-31 05:56:50 +0000 | [diff] [blame] | 799 | As this card technology is at least 25 years old, |
| 800 | most people will answer N here. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 801 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 802 | config FB_SGIVW |
| 803 | tristate "SGI Visual Workstation framebuffer support" |
| 804 | depends on FB && X86_VISWS |
| 805 | select FB_CFB_FILLRECT |
| 806 | select FB_CFB_COPYAREA |
| 807 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 808 | help |
| 809 | SGI Visual Workstation support for framebuffer graphics. |
| 810 | |
| 811 | config FB_GBE |
| 812 | bool "SGI Graphics Backend frame buffer support" |
| 813 | depends on (FB = y) && (SGI_IP32 || X86_VISWS) |
| 814 | select FB_CFB_FILLRECT |
| 815 | select FB_CFB_COPYAREA |
| 816 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 817 | help |
| 818 | This is the frame buffer device driver for SGI Graphics Backend. |
| 819 | This chip is used in SGI O2 and Visual Workstation 320/540. |
| 820 | |
| 821 | config FB_GBE_MEM |
| 822 | int "Video memory size in MB" |
| 823 | depends on FB_GBE |
Martin Michlmayr | 80c410d | 2006-02-24 13:04:16 -0800 | [diff] [blame] | 824 | default 4 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 825 | help |
| 826 | This is the amount of memory reserved for the framebuffer, |
| 827 | which can be any value between 1MB and 8MB. |
| 828 | |
Mark Fortescue | 1a57198 | 2005-11-29 19:34:44 -0800 | [diff] [blame] | 829 | config FB_SBUS |
| 830 | bool "SBUS and UPA framebuffers" |
Adrian Bunk | 0b57ee9 | 2005-12-22 21:03:47 -0800 | [diff] [blame] | 831 | depends on (FB = y) && SPARC |
Mark Fortescue | 1a57198 | 2005-11-29 19:34:44 -0800 | [diff] [blame] | 832 | help |
| 833 | Say Y if you want support for SBUS or UPA based frame buffer device. |
| 834 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 835 | config FB_BW2 |
| 836 | bool "BWtwo support" |
Adrian Bunk | e019630 | 2007-02-12 00:54:50 -0800 | [diff] [blame] | 837 | depends on (FB = y) && (SPARC && FB_SBUS) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 838 | select FB_CFB_FILLRECT |
| 839 | select FB_CFB_COPYAREA |
| 840 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 841 | help |
| 842 | This is the frame buffer device driver for the BWtwo frame buffer. |
| 843 | |
| 844 | config FB_CG3 |
| 845 | bool "CGthree support" |
Adrian Bunk | e019630 | 2007-02-12 00:54:50 -0800 | [diff] [blame] | 846 | depends on (FB = y) && (SPARC && FB_SBUS) |
Mark Fortescue | 1a57198 | 2005-11-29 19:34:44 -0800 | [diff] [blame] | 847 | select FB_CFB_FILLRECT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 848 | select FB_CFB_COPYAREA |
| 849 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 850 | help |
| 851 | This is the frame buffer device driver for the CGthree frame buffer. |
| 852 | |
| 853 | config FB_CG6 |
| 854 | bool "CGsix (GX,TurboGX) support" |
Adrian Bunk | e019630 | 2007-02-12 00:54:50 -0800 | [diff] [blame] | 855 | depends on (FB = y) && (SPARC && FB_SBUS) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 856 | select FB_CFB_COPYAREA |
| 857 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 858 | help |
| 859 | This is the frame buffer device driver for the CGsix (GX, TurboGX) |
| 860 | frame buffer. |
| 861 | |
Krzysztof Helt | 8d74c1f | 2007-05-23 13:57:46 -0700 | [diff] [blame] | 862 | config FB_FFB |
| 863 | bool "Creator/Creator3D/Elite3D support" |
| 864 | depends on FB_SBUS && SPARC64 |
| 865 | select FB_CFB_COPYAREA |
| 866 | select FB_CFB_IMAGEBLIT |
| 867 | help |
| 868 | This is the frame buffer device driver for the Creator, Creator3D, |
| 869 | and Elite3D graphics boards. |
| 870 | |
| 871 | config FB_TCX |
| 872 | bool "TCX (SS4/SS5 only) support" |
| 873 | depends on FB_SBUS |
| 874 | select FB_CFB_FILLRECT |
| 875 | select FB_CFB_COPYAREA |
| 876 | select FB_CFB_IMAGEBLIT |
| 877 | help |
| 878 | This is the frame buffer device driver for the TCX 24/8bit frame |
| 879 | buffer. |
| 880 | |
| 881 | config FB_CG14 |
| 882 | bool "CGfourteen (SX) support" |
| 883 | depends on FB_SBUS |
| 884 | select FB_CFB_FILLRECT |
| 885 | select FB_CFB_COPYAREA |
| 886 | select FB_CFB_IMAGEBLIT |
| 887 | help |
| 888 | This is the frame buffer device driver for the CGfourteen frame |
| 889 | buffer on Desktop SPARCsystems with the SX graphics option. |
| 890 | |
| 891 | config FB_P9100 |
| 892 | bool "P9100 (Sparcbook 3 only) support" |
| 893 | depends on FB_SBUS |
| 894 | select FB_CFB_FILLRECT |
| 895 | select FB_CFB_COPYAREA |
| 896 | select FB_CFB_IMAGEBLIT |
| 897 | help |
| 898 | This is the frame buffer device driver for the P9100 card |
| 899 | supported on Sparcbook 3 machines. |
| 900 | |
| 901 | config FB_LEO |
| 902 | bool "Leo (ZX) support" |
| 903 | depends on FB_SBUS |
| 904 | select FB_CFB_FILLRECT |
| 905 | select FB_CFB_COPYAREA |
| 906 | select FB_CFB_IMAGEBLIT |
| 907 | help |
| 908 | This is the frame buffer device driver for the SBUS-based Sun ZX |
| 909 | (leo) frame buffer cards. |
| 910 | |
| 911 | config FB_IGA |
| 912 | bool "IGA 168x display support" |
David S. Miller | e11a6c2 | 2007-06-03 17:35:24 -0700 | [diff] [blame] | 913 | depends on (FB = y) && SPARC32 |
Krzysztof Helt | 8d74c1f | 2007-05-23 13:57:46 -0700 | [diff] [blame] | 914 | select FB_CFB_FILLRECT |
| 915 | select FB_CFB_COPYAREA |
| 916 | select FB_CFB_IMAGEBLIT |
| 917 | help |
| 918 | This is the framebuffer device for the INTERGRAPHICS 1680 and |
| 919 | successor frame buffer cards. |
| 920 | |
| 921 | config FB_XVR500 |
| 922 | bool "Sun XVR-500 3DLABS Wildcat support" |
David S. Miller | e11a6c2 | 2007-06-03 17:35:24 -0700 | [diff] [blame] | 923 | depends on (FB = y) && PCI && SPARC64 |
Krzysztof Helt | 8d74c1f | 2007-05-23 13:57:46 -0700 | [diff] [blame] | 924 | select FB_CFB_FILLRECT |
| 925 | select FB_CFB_COPYAREA |
| 926 | select FB_CFB_IMAGEBLIT |
| 927 | help |
| 928 | This is the framebuffer device for the Sun XVR-500 and similar |
| 929 | graphics cards based upon the 3DLABS Wildcat chipset. The driver |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 930 | only works on sparc64 systems where the system firmware has |
Krzysztof Helt | 8d74c1f | 2007-05-23 13:57:46 -0700 | [diff] [blame] | 931 | mostly initialized the card already. It is treated as a |
| 932 | completely dumb framebuffer device. |
| 933 | |
| 934 | config FB_XVR2500 |
| 935 | bool "Sun XVR-2500 3DLABS Wildcat support" |
David S. Miller | e11a6c2 | 2007-06-03 17:35:24 -0700 | [diff] [blame] | 936 | depends on (FB = y) && PCI && SPARC64 |
Krzysztof Helt | 8d74c1f | 2007-05-23 13:57:46 -0700 | [diff] [blame] | 937 | select FB_CFB_FILLRECT |
| 938 | select FB_CFB_COPYAREA |
| 939 | select FB_CFB_IMAGEBLIT |
| 940 | help |
| 941 | This is the framebuffer device for the Sun XVR-2500 and similar |
| 942 | graphics cards based upon the 3DLABS Wildcat chipset. The driver |
Matt LaPlante | 01dd2fb | 2007-10-20 01:34:40 +0200 | [diff] [blame] | 943 | only works on sparc64 systems where the system firmware has |
Krzysztof Helt | 8d74c1f | 2007-05-23 13:57:46 -0700 | [diff] [blame] | 944 | mostly initialized the card already. It is treated as a |
| 945 | completely dumb framebuffer device. |
| 946 | |
David S. Miller | 2d378b9 | 2010-03-13 16:25:03 -0800 | [diff] [blame] | 947 | config FB_XVR1000 |
| 948 | bool "Sun XVR-1000 support" |
David S. Miller | f04e879 | 2010-03-16 14:40:42 -0700 | [diff] [blame] | 949 | depends on (FB = y) && SPARC64 |
David S. Miller | 2d378b9 | 2010-03-13 16:25:03 -0800 | [diff] [blame] | 950 | select FB_CFB_FILLRECT |
| 951 | select FB_CFB_COPYAREA |
| 952 | select FB_CFB_IMAGEBLIT |
| 953 | help |
| 954 | This is the framebuffer device for the Sun XVR-1000 and similar |
| 955 | graphics cards. The driver only works on sparc64 systems where |
| 956 | the system firmware has mostly initialized the card already. It |
| 957 | is treated as a completely dumb framebuffer device. |
| 958 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 959 | config FB_PVR2 |
| 960 | tristate "NEC PowerVR 2 display support" |
| 961 | depends on FB && SH_DREAMCAST |
| 962 | select FB_CFB_FILLRECT |
| 963 | select FB_CFB_COPYAREA |
| 964 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 965 | ---help--- |
| 966 | Say Y here if you have a PowerVR 2 card in your box. If you plan to |
| 967 | run linux on your Dreamcast, you will have to say Y here. |
| 968 | This driver may or may not work on other PowerVR 2 cards, but is |
| 969 | totally untested. Use at your own risk. If unsure, say N. |
| 970 | |
| 971 | To compile this driver as a module, choose M here: the |
| 972 | module will be called pvr2fb. |
| 973 | |
| 974 | You can pass several parameters to the driver at boot time or at |
| 975 | module load time. The parameters look like "video=pvr2:XXX", where |
| 976 | the meaning of XXX can be found at the end of the main source file |
| 977 | (<file:drivers/video/pvr2fb.c>). Please see the file |
| 978 | <file:Documentation/fb/pvr2fb.txt>. |
| 979 | |
Randy Dunlap | ecc41d5 | 2005-11-07 01:00:29 -0800 | [diff] [blame] | 980 | config FB_S1D13XXX |
| 981 | tristate "Epson S1D13XXX framebuffer support" |
| 982 | depends on FB |
| 983 | select FB_CFB_FILLRECT |
| 984 | select FB_CFB_COPYAREA |
| 985 | select FB_CFB_IMAGEBLIT |
Randy Dunlap | ecc41d5 | 2005-11-07 01:00:29 -0800 | [diff] [blame] | 986 | help |
| 987 | Support for S1D13XXX framebuffer device family (currently only |
| 988 | working with S1D13806). Product specs at |
Justin P. Mattock | 631dd1a | 2010-10-18 11:03:14 +0200 | [diff] [blame] | 989 | <http://vdc.epson.com/> |
Randy Dunlap | ecc41d5 | 2005-11-07 01:00:29 -0800 | [diff] [blame] | 990 | |
Nicolas Ferre | 1434058 | 2007-05-10 22:23:26 -0700 | [diff] [blame] | 991 | config FB_ATMEL |
| 992 | tristate "AT91/AT32 LCD Controller support" |
Nicolas Ferre | 0912e53 | 2009-06-23 16:30:56 +0200 | [diff] [blame] | 993 | depends on FB && HAVE_FB_ATMEL |
Nicolas Ferre | 1434058 | 2007-05-10 22:23:26 -0700 | [diff] [blame] | 994 | select FB_CFB_FILLRECT |
| 995 | select FB_CFB_COPYAREA |
| 996 | select FB_CFB_IMAGEBLIT |
| 997 | help |
| 998 | This enables support for the AT91/AT32 LCD Controller. |
| 999 | |
| 1000 | config FB_INTSRAM |
| 1001 | bool "Frame Buffer in internal SRAM" |
| 1002 | depends on FB_ATMEL && ARCH_AT91SAM9261 |
| 1003 | help |
| 1004 | Say Y if you want to map Frame Buffer in internal SRAM. Say N if you want |
| 1005 | to let frame buffer in external SDRAM. |
| 1006 | |
Nicolas Ferre | 250a269 | 2007-07-21 04:37:59 -0700 | [diff] [blame] | 1007 | config FB_ATMEL_STN |
| 1008 | bool "Use a STN display with AT91/AT32 LCD Controller" |
Nicolas Ferre | 915190f | 2009-07-21 11:31:29 +0100 | [diff] [blame] | 1009 | depends on FB_ATMEL && (MACH_AT91SAM9261EK || MACH_AT91SAM9G10EK) |
Nicolas Ferre | 250a269 | 2007-07-21 04:37:59 -0700 | [diff] [blame] | 1010 | default n |
| 1011 | help |
| 1012 | Say Y if you want to connect a STN LCD display to the AT91/AT32 LCD |
| 1013 | Controller. Say N if you want to connect a TFT. |
| 1014 | |
| 1015 | If unsure, say N. |
| 1016 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1017 | config FB_NVIDIA |
| 1018 | tristate "nVidia Framebuffer Support" |
| 1019 | depends on FB && PCI |
James Simmons | e0e34ef7 | 2007-02-10 14:15:43 +0000 | [diff] [blame] | 1020 | select FB_BACKLIGHT if FB_NVIDIA_BACKLIGHT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1021 | select FB_MODE_HELPERS |
| 1022 | select FB_CFB_FILLRECT |
| 1023 | select FB_CFB_COPYAREA |
| 1024 | select FB_CFB_IMAGEBLIT |
Akinobu Mita | 1c66768 | 2006-12-08 02:36:26 -0800 | [diff] [blame] | 1025 | select BITREVERSE |
Antonino A. Daplas | b2f594f | 2007-05-08 00:38:38 -0700 | [diff] [blame] | 1026 | select VGASTATE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1027 | help |
| 1028 | This driver supports graphics boards with the nVidia chips, TNT |
| 1029 | and newer. For very old chipsets, such as the RIVA128, then use |
| 1030 | the rivafb. |
| 1031 | Say Y if you have such a graphics board. |
| 1032 | |
| 1033 | To compile this driver as a module, choose M here: the |
| 1034 | module will be called nvidiafb. |
| 1035 | |
| 1036 | config FB_NVIDIA_I2C |
| 1037 | bool "Enable DDC Support" |
Benjamin Herrenschmidt | 85f1503 | 2005-11-07 01:00:30 -0800 | [diff] [blame] | 1038 | depends on FB_NVIDIA |
James Simmons | 166f60d | 2007-03-06 01:42:02 -0800 | [diff] [blame] | 1039 | select FB_DDC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1040 | help |
| 1041 | This enables I2C support for nVidia Chipsets. This is used |
| 1042 | only for getting EDID information from the attached display |
| 1043 | allowing for robust video mode handling and switching. |
| 1044 | |
| 1045 | Because fbdev-2.6 requires that drivers must be able to |
| 1046 | independently validate video mode parameters, you should say Y |
| 1047 | here. |
| 1048 | |
Jean Delvare | 647f2e7 | 2007-05-10 22:23:29 -0700 | [diff] [blame] | 1049 | config FB_NVIDIA_DEBUG |
| 1050 | bool "Lots of debug output" |
| 1051 | depends on FB_NVIDIA |
| 1052 | default n |
| 1053 | help |
| 1054 | Say Y here if you want the nVidia driver to output all sorts |
| 1055 | of debugging information to provide to the maintainer when |
| 1056 | something goes wrong. |
| 1057 | |
Michael Hanselmann | 5474c12 | 2006-06-25 05:47:08 -0700 | [diff] [blame] | 1058 | config FB_NVIDIA_BACKLIGHT |
| 1059 | bool "Support for backlight control" |
James Simmons | e0e34ef7 | 2007-02-10 14:15:43 +0000 | [diff] [blame] | 1060 | depends on FB_NVIDIA |
Michael Hanselmann | 5474c12 | 2006-06-25 05:47:08 -0700 | [diff] [blame] | 1061 | default y |
| 1062 | help |
| 1063 | Say Y here if you want to control the backlight of your display. |
| 1064 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1065 | config FB_RIVA |
| 1066 | tristate "nVidia Riva support" |
| 1067 | depends on FB && PCI |
James Simmons | e0e34ef7 | 2007-02-10 14:15:43 +0000 | [diff] [blame] | 1068 | select FB_BACKLIGHT if FB_RIVA_BACKLIGHT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1069 | select FB_MODE_HELPERS |
| 1070 | select FB_CFB_FILLRECT |
| 1071 | select FB_CFB_COPYAREA |
| 1072 | select FB_CFB_IMAGEBLIT |
Akinobu Mita | 1c66768 | 2006-12-08 02:36:26 -0800 | [diff] [blame] | 1073 | select BITREVERSE |
Antonino A. Daplas | b2f594f | 2007-05-08 00:38:38 -0700 | [diff] [blame] | 1074 | select VGASTATE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1075 | help |
| 1076 | This driver supports graphics boards with the nVidia Riva/Geforce |
| 1077 | chips. |
| 1078 | Say Y if you have such a graphics board. |
| 1079 | |
| 1080 | To compile this driver as a module, choose M here: the |
| 1081 | module will be called rivafb. |
| 1082 | |
| 1083 | config FB_RIVA_I2C |
| 1084 | bool "Enable DDC Support" |
| 1085 | depends on FB_RIVA |
James Simmons | 166f60d | 2007-03-06 01:42:02 -0800 | [diff] [blame] | 1086 | select FB_DDC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1087 | help |
| 1088 | This enables I2C support for nVidia Chipsets. This is used |
| 1089 | only for getting EDID information from the attached display |
| 1090 | allowing for robust video mode handling and switching. |
| 1091 | |
| 1092 | Because fbdev-2.6 requires that drivers must be able to |
| 1093 | independently validate video mode parameters, you should say Y |
| 1094 | here. |
| 1095 | |
| 1096 | config FB_RIVA_DEBUG |
Jean Delvare | 647f2e7 | 2007-05-10 22:23:29 -0700 | [diff] [blame] | 1097 | bool "Lots of debug output" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1098 | depends on FB_RIVA |
| 1099 | default n |
| 1100 | help |
| 1101 | Say Y here if you want the Riva driver to output all sorts |
Matt LaPlante | 0950960 | 2006-10-03 22:31:37 +0200 | [diff] [blame] | 1102 | of debugging information to provide to the maintainer when |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1103 | something goes wrong. |
| 1104 | |
Michael Hanselmann | 5474c12 | 2006-06-25 05:47:08 -0700 | [diff] [blame] | 1105 | config FB_RIVA_BACKLIGHT |
| 1106 | bool "Support for backlight control" |
James Simmons | e0e34ef7 | 2007-02-10 14:15:43 +0000 | [diff] [blame] | 1107 | depends on FB_RIVA |
Michael Hanselmann | 5474c12 | 2006-06-25 05:47:08 -0700 | [diff] [blame] | 1108 | default y |
| 1109 | help |
| 1110 | Say Y here if you want to control the backlight of your display. |
| 1111 | |
Ondrej Zary | 5350c65 | 2012-02-10 18:59:17 +0100 | [diff] [blame] | 1112 | config FB_I740 |
Kees Cook | d1d3422 | 2013-01-16 18:53:57 -0800 | [diff] [blame] | 1113 | tristate "Intel740 support" |
| 1114 | depends on FB && PCI |
Ondrej Zary | 5350c65 | 2012-02-10 18:59:17 +0100 | [diff] [blame] | 1115 | select FB_MODE_HELPERS |
| 1116 | select FB_CFB_FILLRECT |
| 1117 | select FB_CFB_COPYAREA |
| 1118 | select FB_CFB_IMAGEBLIT |
| 1119 | select VGASTATE |
| 1120 | select FB_DDC |
| 1121 | help |
| 1122 | This driver supports graphics cards based on Intel740 chip. |
| 1123 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1124 | config FB_I810 |
Kees Cook | d1d3422 | 2013-01-16 18:53:57 -0800 | [diff] [blame] | 1125 | tristate "Intel 810/815 support" |
| 1126 | depends on FB && PCI && X86_32 && AGP_INTEL |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1127 | select FB_MODE_HELPERS |
| 1128 | select FB_CFB_FILLRECT |
| 1129 | select FB_CFB_COPYAREA |
| 1130 | select FB_CFB_IMAGEBLIT |
Antonino A. Daplas | b2f594f | 2007-05-08 00:38:38 -0700 | [diff] [blame] | 1131 | select VGASTATE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1132 | help |
| 1133 | This driver supports the on-board graphics built in to the Intel 810 |
| 1134 | and 815 chipsets. Say Y if you have and plan to use such a board. |
| 1135 | |
| 1136 | To compile this driver as a module, choose M here: the |
| 1137 | module will be called i810fb. |
| 1138 | |
| 1139 | For more information, please read |
| 1140 | <file:Documentation/fb/intel810.txt> |
| 1141 | |
| 1142 | config FB_I810_GTF |
| 1143 | bool "use VESA Generalized Timing Formula" |
| 1144 | depends on FB_I810 |
| 1145 | help |
| 1146 | If you say Y, then the VESA standard, Generalized Timing Formula |
| 1147 | or GTF, will be used to calculate the required video timing values |
| 1148 | per video mode. Since the GTF allows nondiscrete timings |
| 1149 | (nondiscrete being a range of values as opposed to discrete being a |
| 1150 | set of values), you'll be able to use any combination of horizontal |
| 1151 | and vertical resolutions, and vertical refresh rates without having |
| 1152 | to specify your own timing parameters. This is especially useful |
| 1153 | to maximize the performance of an aging display, or if you just |
| 1154 | have a display with nonstandard dimensions. A VESA compliant |
| 1155 | monitor is recommended, but can still work with non-compliant ones. |
| 1156 | If you need or want this, then select this option. The timings may |
| 1157 | not be compliant with Intel's recommended values. Use at your own |
| 1158 | risk. |
| 1159 | |
| 1160 | If you say N, the driver will revert to discrete video timings |
| 1161 | using a set recommended by Intel in their documentation. |
| 1162 | |
| 1163 | If unsure, say N. |
| 1164 | |
Antonino A. Daplas | 74f6ae8 | 2005-09-09 13:10:04 -0700 | [diff] [blame] | 1165 | config FB_I810_I2C |
| 1166 | bool "Enable DDC Support" |
Antonino A. Daplas | db84502 | 2005-09-13 01:25:02 -0700 | [diff] [blame] | 1167 | depends on FB_I810 && FB_I810_GTF |
Antonino A. Daplas | e80987f | 2006-10-03 01:14:44 -0700 | [diff] [blame] | 1168 | select FB_DDC |
Antonino A. Daplas | 74f6ae8 | 2005-09-09 13:10:04 -0700 | [diff] [blame] | 1169 | help |
| 1170 | |
Alan Hourihane | dbe7e42 | 2007-05-08 00:39:25 -0700 | [diff] [blame] | 1171 | config FB_LE80578 |
| 1172 | tristate "Intel LE80578 (Vermilion) support" |
| 1173 | depends on FB && PCI && X86 |
| 1174 | select FB_MODE_HELPERS |
| 1175 | select FB_CFB_FILLRECT |
| 1176 | select FB_CFB_COPYAREA |
| 1177 | select FB_CFB_IMAGEBLIT |
| 1178 | help |
| 1179 | This driver supports the LE80578 (Vermilion Range) chipset |
| 1180 | |
| 1181 | config FB_CARILLO_RANCH |
| 1182 | tristate "Intel Carillo Ranch support" |
| 1183 | depends on FB_LE80578 && FB && PCI && X86 |
| 1184 | help |
| 1185 | This driver supports the LE80578 (Carillo Ranch) board |
| 1186 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1187 | config FB_INTEL |
Kees Cook | d1d3422 | 2013-01-16 18:53:57 -0800 | [diff] [blame] | 1188 | tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support" |
| 1189 | depends on FB && PCI && X86 && AGP_INTEL && EXPERT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1190 | select FB_MODE_HELPERS |
| 1191 | select FB_CFB_FILLRECT |
| 1192 | select FB_CFB_COPYAREA |
| 1193 | select FB_CFB_IMAGEBLIT |
Krzysztof Helt | 4b19828 | 2009-06-18 16:49:21 -0700 | [diff] [blame] | 1194 | select FB_BOOT_VESA_SUPPORT if FB_INTEL = y |
Jesse Barnes | ba0ab82 | 2009-07-03 11:24:46 -0700 | [diff] [blame] | 1195 | depends on !DRM_I915 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1196 | help |
| 1197 | This driver supports the on-board graphics built in to the Intel |
Maik Broemme | 0e170c7 | 2008-04-28 02:15:43 -0700 | [diff] [blame] | 1198 | 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM chipsets. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1199 | Say Y if you have and plan to use such a board. |
| 1200 | |
Krzysztof Helt | 4b19828 | 2009-06-18 16:49:21 -0700 | [diff] [blame] | 1201 | To make FB_INTELFB=Y work you need to say AGP_INTEL=y too. |
| 1202 | |
Dennis Munsie | 1f6e844 | 2006-06-20 14:55:55 -0400 | [diff] [blame] | 1203 | To compile this driver as a module, choose M here: the |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1204 | module will be called intelfb. |
| 1205 | |
Christian Merkle | d463d34 | 2006-08-22 10:07:01 +1000 | [diff] [blame] | 1206 | For more information, please read <file:Documentation/fb/intelfb.txt> |
| 1207 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1208 | config FB_INTEL_DEBUG |
Dennis Munsie | 1f6e844 | 2006-06-20 14:55:55 -0400 | [diff] [blame] | 1209 | bool "Intel driver Debug Messages" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1210 | depends on FB_INTEL |
| 1211 | ---help--- |
| 1212 | Say Y here if you want the Intel driver to output all sorts |
Matt LaPlante | 0950960 | 2006-10-03 22:31:37 +0200 | [diff] [blame] | 1213 | of debugging information to provide to the maintainer when |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1214 | something goes wrong. |
| 1215 | |
Dennis Munsie | 1f6e844 | 2006-06-20 14:55:55 -0400 | [diff] [blame] | 1216 | config FB_INTEL_I2C |
| 1217 | bool "DDC/I2C for Intel framebuffer support" |
| 1218 | depends on FB_INTEL |
James Simmons | 166f60d | 2007-03-06 01:42:02 -0800 | [diff] [blame] | 1219 | select FB_DDC |
Dennis Munsie | 1f6e844 | 2006-06-20 14:55:55 -0400 | [diff] [blame] | 1220 | default y |
| 1221 | help |
| 1222 | Say Y here if you want DDC/I2C support for your on-board Intel graphics. |
| 1223 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1224 | config FB_MATROX |
| 1225 | tristate "Matrox acceleration" |
| 1226 | depends on FB && PCI |
| 1227 | select FB_CFB_FILLRECT |
| 1228 | select FB_CFB_COPYAREA |
| 1229 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1230 | select FB_TILEBLITTING |
| 1231 | select FB_MACMODES if PPC_PMAC |
| 1232 | ---help--- |
| 1233 | Say Y here if you have a Matrox Millennium, Matrox Millennium II, |
| 1234 | Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox |
| 1235 | Mystique G200, Matrox Millennium G200, Matrox Marvel G200 video, |
| 1236 | Matrox G400, G450 or G550 card in your box. |
| 1237 | |
| 1238 | To compile this driver as a module, choose M here: the |
| 1239 | module will be called matroxfb. |
| 1240 | |
| 1241 | You can pass several parameters to the driver at boot time or at |
Vicente Jiménez | 90a4815 | 2011-01-08 00:54:26 +0000 | [diff] [blame] | 1242 | module load time. The parameters look like "video=matroxfb:XXX", and |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1243 | are described in <file:Documentation/fb/matroxfb.txt>. |
| 1244 | |
| 1245 | config FB_MATROX_MILLENIUM |
| 1246 | bool "Millennium I/II support" |
| 1247 | depends on FB_MATROX |
| 1248 | help |
| 1249 | Say Y here if you have a Matrox Millennium or Matrox Millennium II |
| 1250 | video card. If you select "Advanced lowlevel driver options" below, |
| 1251 | you should check 4 bpp packed pixel, 8 bpp packed pixel, 16 bpp |
| 1252 | packed pixel, 24 bpp packed pixel and 32 bpp packed pixel. You can |
| 1253 | also use font widths different from 8. |
| 1254 | |
| 1255 | config FB_MATROX_MYSTIQUE |
| 1256 | bool "Mystique support" |
| 1257 | depends on FB_MATROX |
| 1258 | help |
| 1259 | Say Y here if you have a Matrox Mystique or Matrox Mystique 220 |
| 1260 | video card. If you select "Advanced lowlevel driver options" below, |
| 1261 | you should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp |
| 1262 | packed pixel and 32 bpp packed pixel. You can also use font widths |
| 1263 | different from 8. |
| 1264 | |
| 1265 | config FB_MATROX_G |
| 1266 | bool "G100/G200/G400/G450/G550 support" |
| 1267 | depends on FB_MATROX |
| 1268 | ---help--- |
| 1269 | Say Y here if you have a Matrox G100, G200, G400, G450 or G550 based |
| 1270 | video card. If you select "Advanced lowlevel driver options", you |
| 1271 | should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp packed |
| 1272 | pixel and 32 bpp packed pixel. You can also use font widths |
| 1273 | different from 8. |
| 1274 | |
Jean Delvare | ee83126 | 2009-05-12 13:19:41 -0700 | [diff] [blame] | 1275 | If you need support for G400 secondary head, you must say Y to |
| 1276 | "Matrox I2C support" and "G400 second head support" right below. |
| 1277 | G450/G550 secondary head and digital output are supported without |
| 1278 | additional modules. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1279 | |
| 1280 | The driver starts in monitor mode. You must use the matroxset tool |
| 1281 | (available at <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to |
| 1282 | swap primary and secondary head outputs, or to change output mode. |
| 1283 | Secondary head driver always start in 640x480 resolution and you |
| 1284 | must use fbset to change it. |
| 1285 | |
| 1286 | Do not forget that second head supports only 16 and 32 bpp |
| 1287 | packed pixels, so it is a good idea to compile them into the kernel |
| 1288 | too. You can use only some font widths, as the driver uses generic |
| 1289 | painting procedures (the secondary head does not use acceleration |
| 1290 | engine). |
| 1291 | |
| 1292 | G450/G550 hardware can display TV picture only from secondary CRTC, |
| 1293 | and it performs no scaling, so picture must have 525 or 625 lines. |
| 1294 | |
| 1295 | config FB_MATROX_I2C |
| 1296 | tristate "Matrox I2C support" |
James Simmons | 166f60d | 2007-03-06 01:42:02 -0800 | [diff] [blame] | 1297 | depends on FB_MATROX |
| 1298 | select FB_DDC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1299 | ---help--- |
| 1300 | This drivers creates I2C buses which are needed for accessing the |
| 1301 | DDC (I2C) bus present on all Matroxes, an I2C bus which |
| 1302 | interconnects Matrox optional devices, like MGA-TVO on G200 and |
| 1303 | G400, and the secondary head DDC bus, present on G400 only. |
| 1304 | |
| 1305 | You can say Y or M here if you want to experiment with monitor |
| 1306 | detection code. You must say Y or M here if you want to use either |
| 1307 | second head of G400 or MGA-TVO on G200 or G400. |
| 1308 | |
| 1309 | If you compile it as module, it will create a module named |
| 1310 | i2c-matroxfb. |
| 1311 | |
| 1312 | config FB_MATROX_MAVEN |
| 1313 | tristate "G400 second head support" |
| 1314 | depends on FB_MATROX_G && FB_MATROX_I2C |
| 1315 | ---help--- |
| 1316 | WARNING !!! This support does not work with G450 !!! |
| 1317 | |
| 1318 | Say Y or M here if you want to use a secondary head (meaning two |
| 1319 | monitors in parallel) on G400 or MGA-TVO add-on on G200. Secondary |
| 1320 | head is not compatible with accelerated XFree 3.3.x SVGA servers - |
| 1321 | secondary head output is blanked while you are in X. With XFree |
| 1322 | 3.9.17 preview you can use both heads if you use SVGA over fbdev or |
| 1323 | the fbdev driver on first head and the fbdev driver on second head. |
| 1324 | |
| 1325 | If you compile it as module, two modules are created, |
| 1326 | matroxfb_crtc2 and matroxfb_maven. Matroxfb_maven is needed for |
| 1327 | both G200 and G400, matroxfb_crtc2 is needed only by G400. You must |
| 1328 | also load i2c-matroxfb to get it to run. |
| 1329 | |
| 1330 | The driver starts in monitor mode and you must use the matroxset |
| 1331 | tool (available at |
| 1332 | <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to switch it to |
| 1333 | PAL or NTSC or to swap primary and secondary head outputs. |
| 1334 | Secondary head driver also always start in 640x480 resolution, you |
| 1335 | must use fbset to change it. |
| 1336 | |
| 1337 | Also do not forget that second head supports only 16 and 32 bpp |
| 1338 | packed pixels, so it is a good idea to compile them into the kernel |
| 1339 | too. You can use only some font widths, as the driver uses generic |
| 1340 | painting procedures (the secondary head does not use acceleration |
| 1341 | engine). |
| 1342 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1343 | config FB_RADEON |
| 1344 | tristate "ATI Radeon display support" |
| 1345 | depends on FB && PCI |
James Simmons | e0e34ef7 | 2007-02-10 14:15:43 +0000 | [diff] [blame] | 1346 | select FB_BACKLIGHT if FB_RADEON_BACKLIGHT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1347 | select FB_MODE_HELPERS |
| 1348 | select FB_CFB_FILLRECT |
| 1349 | select FB_CFB_COPYAREA |
| 1350 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1351 | select FB_MACMODES if PPC_OF |
| 1352 | help |
| 1353 | Choose this option if you want to use an ATI Radeon graphics card as |
| 1354 | a framebuffer device. There are both PCI and AGP versions. You |
| 1355 | don't need to choose this to run the Radeon in plain VGA mode. |
| 1356 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1357 | There is a product page at |
Justin P. Mattock | 631dd1a | 2010-10-18 11:03:14 +0200 | [diff] [blame] | 1358 | http://products.amd.com/en-us/GraphicCardResult.aspx |
Michael Hanselmann | 5474c12 | 2006-06-25 05:47:08 -0700 | [diff] [blame] | 1359 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1360 | config FB_RADEON_I2C |
| 1361 | bool "DDC/I2C for ATI Radeon support" |
| 1362 | depends on FB_RADEON |
James Simmons | 166f60d | 2007-03-06 01:42:02 -0800 | [diff] [blame] | 1363 | select FB_DDC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1364 | default y |
| 1365 | help |
| 1366 | Say Y here if you want DDC/I2C support for your Radeon board. |
| 1367 | |
Michael Hanselmann | 5474c12 | 2006-06-25 05:47:08 -0700 | [diff] [blame] | 1368 | config FB_RADEON_BACKLIGHT |
| 1369 | bool "Support for backlight control" |
James Simmons | e0e34ef7 | 2007-02-10 14:15:43 +0000 | [diff] [blame] | 1370 | depends on FB_RADEON |
Michael Hanselmann | 5474c12 | 2006-06-25 05:47:08 -0700 | [diff] [blame] | 1371 | default y |
| 1372 | help |
| 1373 | Say Y here if you want to control the backlight of your display. |
| 1374 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1375 | config FB_RADEON_DEBUG |
| 1376 | bool "Lots of debug output from Radeon driver" |
| 1377 | depends on FB_RADEON |
| 1378 | default n |
| 1379 | help |
| 1380 | Say Y here if you want the Radeon driver to output all sorts |
Matt LaPlante | 0950960 | 2006-10-03 22:31:37 +0200 | [diff] [blame] | 1381 | of debugging information to provide to the maintainer when |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1382 | something goes wrong. |
| 1383 | |
| 1384 | config FB_ATY128 |
| 1385 | tristate "ATI Rage128 display support" |
| 1386 | depends on FB && PCI |
| 1387 | select FB_CFB_FILLRECT |
| 1388 | select FB_CFB_COPYAREA |
| 1389 | select FB_CFB_IMAGEBLIT |
James Simmons | e0e34ef7 | 2007-02-10 14:15:43 +0000 | [diff] [blame] | 1390 | select FB_BACKLIGHT if FB_ATY128_BACKLIGHT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1391 | select FB_MACMODES if PPC_PMAC |
| 1392 | help |
| 1393 | This driver supports graphics boards with the ATI Rage128 chips. |
| 1394 | Say Y if you have such a graphics board and read |
| 1395 | <file:Documentation/fb/aty128fb.txt>. |
| 1396 | |
| 1397 | To compile this driver as a module, choose M here: the |
| 1398 | module will be called aty128fb. |
| 1399 | |
Michael Hanselmann | 5474c12 | 2006-06-25 05:47:08 -0700 | [diff] [blame] | 1400 | config FB_ATY128_BACKLIGHT |
| 1401 | bool "Support for backlight control" |
James Simmons | e0e34ef7 | 2007-02-10 14:15:43 +0000 | [diff] [blame] | 1402 | depends on FB_ATY128 |
Michael Hanselmann | 5474c12 | 2006-06-25 05:47:08 -0700 | [diff] [blame] | 1403 | default y |
| 1404 | help |
| 1405 | Say Y here if you want to control the backlight of your display. |
| 1406 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1407 | config FB_ATY |
| 1408 | tristate "ATI Mach64 display support" if PCI || ATARI |
Andrew Morton | f2e782e | 2006-04-10 22:55:45 -0700 | [diff] [blame] | 1409 | depends on FB && !SPARC32 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1410 | select FB_CFB_FILLRECT |
| 1411 | select FB_CFB_COPYAREA |
| 1412 | select FB_CFB_IMAGEBLIT |
James Simmons | e0e34ef7 | 2007-02-10 14:15:43 +0000 | [diff] [blame] | 1413 | select FB_BACKLIGHT if FB_ATY_BACKLIGHT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1414 | select FB_MACMODES if PPC |
| 1415 | help |
| 1416 | This driver supports graphics boards with the ATI Mach64 chips. |
| 1417 | Say Y if you have such a graphics board. |
| 1418 | |
| 1419 | To compile this driver as a module, choose M here: the |
| 1420 | module will be called atyfb. |
| 1421 | |
| 1422 | config FB_ATY_CT |
| 1423 | bool "Mach64 CT/VT/GT/LT (incl. 3D RAGE) support" |
| 1424 | depends on PCI && FB_ATY |
Krzysztof Helt | 8d74c1f | 2007-05-23 13:57:46 -0700 | [diff] [blame] | 1425 | default y if SPARC64 && PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1426 | help |
| 1427 | Say Y here to support use of ATI's 64-bit Rage boards (or other |
| 1428 | boards based on the Mach64 CT, VT, GT, and LT chipsets) as a |
| 1429 | framebuffer device. The ATI product support page for these boards |
Justin P. Mattock | 631dd1a | 2010-10-18 11:03:14 +0200 | [diff] [blame] | 1430 | is at <http://support.ati.com/products/pc/mach64/mach64.html>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1431 | |
| 1432 | config FB_ATY_GENERIC_LCD |
Kees Cook | d1d3422 | 2013-01-16 18:53:57 -0800 | [diff] [blame] | 1433 | bool "Mach64 generic LCD support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1434 | depends on FB_ATY_CT |
| 1435 | help |
| 1436 | Say Y if you have a laptop with an ATI Rage LT PRO, Rage Mobility, |
| 1437 | Rage XC, or Rage XL chipset. |
| 1438 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1439 | config FB_ATY_GX |
| 1440 | bool "Mach64 GX support" if PCI |
| 1441 | depends on FB_ATY |
| 1442 | default y if ATARI |
| 1443 | help |
| 1444 | Say Y here to support use of the ATI Mach64 Graphics Expression |
| 1445 | board (or other boards based on the Mach64 GX chipset) as a |
| 1446 | framebuffer device. The ATI product support page for these boards |
| 1447 | is at |
| 1448 | <http://support.ati.com/products/pc/mach64/graphics_xpression.html>. |
| 1449 | |
Michael Hanselmann | 5474c12 | 2006-06-25 05:47:08 -0700 | [diff] [blame] | 1450 | config FB_ATY_BACKLIGHT |
| 1451 | bool "Support for backlight control" |
James Simmons | e0e34ef7 | 2007-02-10 14:15:43 +0000 | [diff] [blame] | 1452 | depends on FB_ATY |
Michael Hanselmann | 5474c12 | 2006-06-25 05:47:08 -0700 | [diff] [blame] | 1453 | default y |
| 1454 | help |
| 1455 | Say Y here if you want to control the backlight of your display. |
| 1456 | |
Ondrej Zajicek | a268422 | 2007-02-12 00:54:49 -0800 | [diff] [blame] | 1457 | config FB_S3 |
| 1458 | tristate "S3 Trio/Virge support" |
| 1459 | depends on FB && PCI |
| 1460 | select FB_CFB_FILLRECT |
| 1461 | select FB_CFB_COPYAREA |
| 1462 | select FB_CFB_IMAGEBLIT |
| 1463 | select FB_TILEBLITTING |
| 1464 | select FB_SVGALIB |
Antonino A. Daplas | b2f594f | 2007-05-08 00:38:38 -0700 | [diff] [blame] | 1465 | select VGASTATE |
Antonino A. Daplas | 8db5166 | 2007-05-08 00:39:14 -0700 | [diff] [blame] | 1466 | select FONT_8x16 if FRAMEBUFFER_CONSOLE |
Ondrej Zajicek | a268422 | 2007-02-12 00:54:49 -0800 | [diff] [blame] | 1467 | ---help--- |
| 1468 | Driver for graphics boards with S3 Trio / S3 Virge chip. |
| 1469 | |
Ondrej Zary | 86c0f043 | 2011-04-18 10:14:57 +0000 | [diff] [blame] | 1470 | config FB_S3_DDC |
| 1471 | bool "DDC for S3 support" |
| 1472 | depends on FB_S3 |
| 1473 | select FB_DDC |
| 1474 | default y |
| 1475 | help |
| 1476 | Say Y here if you want DDC support for your S3 graphics card. |
| 1477 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1478 | config FB_SAVAGE |
| 1479 | tristate "S3 Savage support" |
Kees Cook | d1d3422 | 2013-01-16 18:53:57 -0800 | [diff] [blame] | 1480 | depends on FB && PCI |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1481 | select FB_MODE_HELPERS |
| 1482 | select FB_CFB_FILLRECT |
| 1483 | select FB_CFB_COPYAREA |
| 1484 | select FB_CFB_IMAGEBLIT |
Antonino A. Daplas | b2f594f | 2007-05-08 00:38:38 -0700 | [diff] [blame] | 1485 | select VGASTATE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1486 | help |
| 1487 | This driver supports notebooks and computers with S3 Savage PCI/AGP |
| 1488 | chips. |
| 1489 | |
| 1490 | Say Y if you have such a graphics card. |
| 1491 | |
| 1492 | To compile this driver as a module, choose M here; the module |
| 1493 | will be called savagefb. |
| 1494 | |
| 1495 | config FB_SAVAGE_I2C |
| 1496 | bool "Enable DDC2 Support" |
| 1497 | depends on FB_SAVAGE |
James Simmons | 166f60d | 2007-03-06 01:42:02 -0800 | [diff] [blame] | 1498 | select FB_DDC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1499 | help |
| 1500 | This enables I2C support for S3 Savage Chipsets. This is used |
| 1501 | only for getting EDID information from the attached display |
| 1502 | allowing for robust video mode handling and switching. |
| 1503 | |
| 1504 | Because fbdev-2.6 requires that drivers must be able to |
| 1505 | independently validate video mode parameters, you should say Y |
| 1506 | here. |
| 1507 | |
| 1508 | config FB_SAVAGE_ACCEL |
| 1509 | bool "Enable Console Acceleration" |
| 1510 | depends on FB_SAVAGE |
| 1511 | default n |
| 1512 | help |
| 1513 | This option will compile in console acceleration support. If |
| 1514 | the resulting framebuffer console has bothersome glitches, then |
| 1515 | choose N here. |
| 1516 | |
| 1517 | config FB_SIS |
Thomas Winischhofer | 544393f | 2005-09-09 13:04:45 -0700 | [diff] [blame] | 1518 | tristate "SiS/XGI display support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1519 | depends on FB && PCI |
| 1520 | select FB_CFB_FILLRECT |
| 1521 | select FB_CFB_COPYAREA |
| 1522 | select FB_CFB_IMAGEBLIT |
Krzysztof Helt | 4b19828 | 2009-06-18 16:49:21 -0700 | [diff] [blame] | 1523 | select FB_BOOT_VESA_SUPPORT if FB_SIS = y |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1524 | help |
Thomas Winischhofer | 544393f | 2005-09-09 13:04:45 -0700 | [diff] [blame] | 1525 | This is the frame buffer device driver for the SiS 300, 315, 330 |
| 1526 | and 340 series as well as XGI V3XT, V5, V8, Z7 graphics chipsets. |
| 1527 | Specs available at <http://www.sis.com> and <http://www.xgitech.com>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1528 | |
| 1529 | To compile this driver as a module, choose M here; the module |
| 1530 | will be called sisfb. |
| 1531 | |
| 1532 | config FB_SIS_300 |
| 1533 | bool "SiS 300 series support" |
| 1534 | depends on FB_SIS |
| 1535 | help |
| 1536 | Say Y here to support use of the SiS 300/305, 540, 630 and 730. |
| 1537 | |
| 1538 | config FB_SIS_315 |
Thomas Winischhofer | 544393f | 2005-09-09 13:04:45 -0700 | [diff] [blame] | 1539 | bool "SiS 315/330/340 series and XGI support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1540 | depends on FB_SIS |
| 1541 | help |
Thomas Winischhofer | 544393f | 2005-09-09 13:04:45 -0700 | [diff] [blame] | 1542 | Say Y here to support use of the SiS 315, 330 and 340 series |
| 1543 | (315/H/PRO, 55x, 650, 651, 740, 330, 661, 741, 760, 761) as well |
| 1544 | as XGI V3XT, V5, V8 and Z7. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1545 | |
Joseph Chan | 6bde3ed | 2008-10-15 22:03:20 -0700 | [diff] [blame] | 1546 | config FB_VIA |
| 1547 | tristate "VIA UniChrome (Pro) and Chrome9 display support" |
Ben Hutchings | 901b97d | 2010-07-20 00:40:16 +0100 | [diff] [blame] | 1548 | depends on FB && PCI && X86 |
Joseph Chan | 6bde3ed | 2008-10-15 22:03:20 -0700 | [diff] [blame] | 1549 | select FB_CFB_FILLRECT |
| 1550 | select FB_CFB_COPYAREA |
| 1551 | select FB_CFB_IMAGEBLIT |
Joseph Chan | 6bde3ed | 2008-10-15 22:03:20 -0700 | [diff] [blame] | 1552 | select I2C_ALGOBIT |
| 1553 | select I2C |
Jonathan Corbet | 7e0de02 | 2009-12-01 20:39:57 -0700 | [diff] [blame] | 1554 | select GPIOLIB |
Joseph Chan | 6bde3ed | 2008-10-15 22:03:20 -0700 | [diff] [blame] | 1555 | help |
| 1556 | This is the frame buffer device driver for Graphics chips of VIA |
| 1557 | UniChrome (Pro) Family (CLE266,PM800/CN400,P4M800CE/P4M800Pro/ |
| 1558 | CN700/VN800,CX700/VX700,P4M890) and Chrome9 Family (K8M890,CN896 |
| 1559 | /P4M900,VX800) |
| 1560 | Say Y if you have a VIA UniChrome graphics board. |
| 1561 | |
| 1562 | To compile this driver as a module, choose M here: the |
| 1563 | module will be called viafb. |
Jonathan Corbet | 7e0de02 | 2009-12-01 20:39:57 -0700 | [diff] [blame] | 1564 | |
Florian Tobias Schandinat | 2b78a96 | 2010-04-17 19:44:57 +0000 | [diff] [blame] | 1565 | if FB_VIA |
| 1566 | |
| 1567 | config FB_VIA_DIRECT_PROCFS |
| 1568 | bool "direct hardware access via procfs (DEPRECATED)(DANGEROUS)" |
| 1569 | depends on FB_VIA |
| 1570 | default n |
| 1571 | help |
| 1572 | Allow direct hardware access to some output registers via procfs. |
| 1573 | This is dangerous but may provide the only chance to get the |
| 1574 | correct output device configuration. |
| 1575 | Its use is strongly discouraged. |
| 1576 | |
Florian Tobias Schandinat | 2946294 | 2011-04-23 23:52:45 +0000 | [diff] [blame] | 1577 | config FB_VIA_X_COMPATIBILITY |
| 1578 | bool "X server compatibility" |
| 1579 | depends on FB_VIA |
| 1580 | default n |
| 1581 | help |
| 1582 | This option reduces the functionality (power saving, ...) of the |
| 1583 | framebuffer to avoid negative impact on the OpenChrome X server. |
| 1584 | If you use any X server other than fbdev you should enable this |
| 1585 | otherwise it should be safe to disable it and allow using all |
| 1586 | features. |
| 1587 | |
Florian Tobias Schandinat | 2b78a96 | 2010-04-17 19:44:57 +0000 | [diff] [blame] | 1588 | endif |
| 1589 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1590 | config FB_NEOMAGIC |
| 1591 | tristate "NeoMagic display support" |
| 1592 | depends on FB && PCI |
| 1593 | select FB_MODE_HELPERS |
| 1594 | select FB_CFB_FILLRECT |
| 1595 | select FB_CFB_COPYAREA |
| 1596 | select FB_CFB_IMAGEBLIT |
Antonino A. Daplas | b2f594f | 2007-05-08 00:38:38 -0700 | [diff] [blame] | 1597 | select VGASTATE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1598 | help |
| 1599 | This driver supports notebooks with NeoMagic PCI chips. |
| 1600 | Say Y if you have such a graphics card. |
| 1601 | |
| 1602 | To compile this driver as a module, choose M here: the |
| 1603 | module will be called neofb. |
| 1604 | |
| 1605 | config FB_KYRO |
| 1606 | tristate "IMG Kyro support" |
| 1607 | depends on FB && PCI |
| 1608 | select FB_CFB_FILLRECT |
| 1609 | select FB_CFB_COPYAREA |
| 1610 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1611 | help |
| 1612 | Say Y here if you have a STG4000 / Kyro / PowerVR 3 based |
| 1613 | graphics board. |
| 1614 | |
| 1615 | To compile this driver as a module, choose M here: the |
| 1616 | module will be called kyrofb. |
| 1617 | |
| 1618 | config FB_3DFX |
Krzysztof Helt | 4edad7f | 2008-10-15 22:03:32 -0700 | [diff] [blame] | 1619 | tristate "3Dfx Banshee/Voodoo3/Voodoo5 display support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1620 | depends on FB && PCI |
| 1621 | select FB_CFB_IMAGEBLIT |
| 1622 | select FB_CFB_FILLRECT |
| 1623 | select FB_CFB_COPYAREA |
Krzysztof Helt | feff388 | 2009-04-06 19:01:03 -0700 | [diff] [blame] | 1624 | select FB_MODE_HELPERS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1625 | help |
Krzysztof Helt | 4edad7f | 2008-10-15 22:03:32 -0700 | [diff] [blame] | 1626 | This driver supports graphics boards with the 3Dfx Banshee, |
| 1627 | Voodoo3 or VSA-100 (aka Voodoo4/5) chips. Say Y if you have |
| 1628 | such a graphics board. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1629 | |
| 1630 | To compile this driver as a module, choose M here: the |
| 1631 | module will be called tdfxfb. |
| 1632 | |
| 1633 | config FB_3DFX_ACCEL |
Kees Cook | d1d3422 | 2013-01-16 18:53:57 -0800 | [diff] [blame] | 1634 | bool "3Dfx Acceleration functions" |
| 1635 | depends on FB_3DFX |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1636 | ---help--- |
Krzysztof Helt | 4edad7f | 2008-10-15 22:03:32 -0700 | [diff] [blame] | 1637 | This will compile the 3Dfx Banshee/Voodoo3/VSA-100 frame buffer |
| 1638 | device driver with acceleration functions. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1639 | |
Krzysztof Helt | feff388 | 2009-04-06 19:01:03 -0700 | [diff] [blame] | 1640 | config FB_3DFX_I2C |
| 1641 | bool "Enable DDC/I2C support" |
Kees Cook | d1d3422 | 2013-01-16 18:53:57 -0800 | [diff] [blame] | 1642 | depends on FB_3DFX |
Krzysztof Helt | feff388 | 2009-04-06 19:01:03 -0700 | [diff] [blame] | 1643 | select FB_DDC |
| 1644 | default y |
| 1645 | help |
| 1646 | Say Y here if you want DDC/I2C support for your 3dfx Voodoo3. |
| 1647 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1648 | config FB_VOODOO1 |
| 1649 | tristate "3Dfx Voodoo Graphics (sst1) support" |
| 1650 | depends on FB && PCI |
| 1651 | select FB_CFB_FILLRECT |
| 1652 | select FB_CFB_COPYAREA |
| 1653 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1654 | ---help--- |
| 1655 | Say Y here if you have a 3Dfx Voodoo Graphics (Voodoo1/sst1) or |
| 1656 | Voodoo2 (cvg) based graphics card. |
| 1657 | |
| 1658 | To compile this driver as a module, choose M here: the |
| 1659 | module will be called sstfb. |
| 1660 | |
| 1661 | WARNING: Do not use any application that uses the 3D engine |
| 1662 | (namely glide) while using this driver. |
Dirk Hohndel | e403149 | 2007-10-30 13:37:19 -0700 | [diff] [blame] | 1663 | Please read the <file:Documentation/fb/sstfb.txt> for supported |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1664 | options and other important info support. |
| 1665 | |
Ondrej Zajicek | 558b7bd | 2007-05-09 02:35:31 -0700 | [diff] [blame] | 1666 | config FB_VT8623 |
| 1667 | tristate "VIA VT8623 support" |
| 1668 | depends on FB && PCI |
| 1669 | select FB_CFB_FILLRECT |
| 1670 | select FB_CFB_COPYAREA |
| 1671 | select FB_CFB_IMAGEBLIT |
| 1672 | select FB_TILEBLITTING |
| 1673 | select FB_SVGALIB |
| 1674 | select VGASTATE |
| 1675 | select FONT_8x16 if FRAMEBUFFER_CONSOLE |
| 1676 | ---help--- |
| 1677 | Driver for CastleRock integrated graphics core in the |
| 1678 | VIA VT8623 [Apollo CLE266] chipset. |
| 1679 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1680 | config FB_TRIDENT |
Krzysztof Helt | 04645fc | 2009-03-31 15:25:48 -0700 | [diff] [blame] | 1681 | tristate "Trident/CyberXXX/CyberBlade support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1682 | depends on FB && PCI |
| 1683 | select FB_CFB_FILLRECT |
| 1684 | select FB_CFB_COPYAREA |
| 1685 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1686 | ---help--- |
Krzysztof Helt | 4edad7f | 2008-10-15 22:03:32 -0700 | [diff] [blame] | 1687 | This is the frame buffer device driver for Trident PCI/AGP chipsets. |
| 1688 | Supported chipset families are TGUI 9440/96XX, 3DImage, Blade3D |
| 1689 | and Blade XP. |
| 1690 | There are also integrated versions of these chips called CyberXXXX, |
| 1691 | CyberImage or CyberBlade. These chips are mostly found in laptops |
Krzysztof Helt | ddb53d4 | 2009-03-31 15:25:40 -0700 | [diff] [blame] | 1692 | but also on some motherboards including early VIA EPIA motherboards. |
| 1693 | For more information, read <file:Documentation/fb/tridentfb.txt> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1694 | |
| 1695 | Say Y if you have such a graphics board. |
| 1696 | |
| 1697 | To compile this driver as a module, choose M here: the |
| 1698 | module will be called tridentfb. |
| 1699 | |
Ondrej Zajicek | 681e147 | 2007-05-09 02:35:31 -0700 | [diff] [blame] | 1700 | config FB_ARK |
| 1701 | tristate "ARK 2000PV support" |
| 1702 | depends on FB && PCI |
| 1703 | select FB_CFB_FILLRECT |
| 1704 | select FB_CFB_COPYAREA |
| 1705 | select FB_CFB_IMAGEBLIT |
| 1706 | select FB_TILEBLITTING |
| 1707 | select FB_SVGALIB |
| 1708 | select VGASTATE |
| 1709 | select FONT_8x16 if FRAMEBUFFER_CONSOLE |
| 1710 | ---help--- |
| 1711 | Driver for PCI graphics boards with ARK 2000PV chip |
| 1712 | and ICS 5342 RAMDAC. |
| 1713 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1714 | config FB_PM3 |
Kees Cook | d1d3422 | 2013-01-16 18:53:57 -0800 | [diff] [blame] | 1715 | tristate "Permedia3 support" |
| 1716 | depends on FB && PCI |
Krzysztof Helt | f23a06f | 2007-05-10 22:23:25 -0700 | [diff] [blame] | 1717 | select FB_CFB_FILLRECT |
| 1718 | select FB_CFB_COPYAREA |
| 1719 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1720 | help |
| 1721 | This is the frame buffer device driver for the 3DLabs Permedia3 |
| 1722 | chipset, used in Formac ProFormance III, 3DLabs Oxygen VX1 & |
| 1723 | similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000 |
| 1724 | and maybe other boards. |
| 1725 | |
Sebastian Siewior | 2ece5f43 | 2008-07-23 21:30:49 -0700 | [diff] [blame] | 1726 | config FB_CARMINE |
| 1727 | tristate "Fujitsu carmine frame buffer support" |
| 1728 | depends on FB && PCI |
| 1729 | select FB_CFB_FILLRECT |
| 1730 | select FB_CFB_COPYAREA |
| 1731 | select FB_CFB_IMAGEBLIT |
| 1732 | help |
| 1733 | This is the frame buffer device driver for the Fujitsu Carmine chip. |
| 1734 | The driver provides two independent frame buffer devices. |
| 1735 | |
| 1736 | choice |
| 1737 | depends on FB_CARMINE |
| 1738 | prompt "DRAM timing" |
| 1739 | default FB_CARMINE_DRAM_EVAL |
| 1740 | |
| 1741 | config FB_CARMINE_DRAM_EVAL |
| 1742 | bool "Eval board timings" |
| 1743 | help |
| 1744 | Use timings which work on the eval card. |
| 1745 | |
| 1746 | config CARMINE_DRAM_CUSTOM |
| 1747 | bool "Custom board timings" |
| 1748 | help |
| 1749 | Use custom board timings. |
| 1750 | endchoice |
| 1751 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1752 | config FB_AU1100 |
| 1753 | bool "Au1100 LCD Driver" |
Manuel Lauss | 376638603 | 2011-08-12 11:39:45 +0200 | [diff] [blame] | 1754 | depends on (FB = y) && MIPS_ALCHEMY |
Ralf Baechle | d1709e4 | 2007-07-23 18:43:50 -0700 | [diff] [blame] | 1755 | select FB_CFB_FILLRECT |
| 1756 | select FB_CFB_COPYAREA |
| 1757 | select FB_CFB_IMAGEBLIT |
| 1758 | help |
| 1759 | This is the framebuffer driver for the AMD Au1100 SOC. It can drive |
| 1760 | various panels and CRTs by passing in kernel cmd line option |
| 1761 | au1100fb:panel=<name>. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1762 | |
Ralf Baechle | f95ec3c | 2006-03-27 01:17:27 -0800 | [diff] [blame] | 1763 | config FB_AU1200 |
Manuel Lauss | 809f36c | 2011-11-01 20:03:30 +0100 | [diff] [blame] | 1764 | bool "Au1200/Au1300 LCD Driver" |
Manuel Lauss | 376638603 | 2011-08-12 11:39:45 +0200 | [diff] [blame] | 1765 | depends on (FB = y) && MIPS_ALCHEMY |
Manuel Lauss | 4ee5846 | 2011-06-10 15:23:04 +0000 | [diff] [blame] | 1766 | select FB_SYS_FILLRECT |
| 1767 | select FB_SYS_COPYAREA |
| 1768 | select FB_SYS_IMAGEBLIT |
| 1769 | select FB_SYS_FOPS |
Ralf Baechle | f95ec3c | 2006-03-27 01:17:27 -0800 | [diff] [blame] | 1770 | help |
Manuel Lauss | 809f36c | 2011-11-01 20:03:30 +0100 | [diff] [blame] | 1771 | This is the framebuffer driver for the Au1200/Au1300 SOCs. |
| 1772 | It can drive various panels and CRTs by passing in kernel cmd line |
| 1773 | option au1200fb:panel=<name>. |
Ralf Baechle | f95ec3c | 2006-03-27 01:17:27 -0800 | [diff] [blame] | 1774 | |
Alexey Charkov | d6ff7d0 | 2010-11-09 02:42:39 +0300 | [diff] [blame] | 1775 | config FB_VT8500 |
Tony Prisk | 3d20837 | 2013-04-03 07:20:35 +1300 | [diff] [blame] | 1776 | bool "VIA VT8500 framebuffer support" |
Tony Prisk | e7b9953 | 2012-08-03 20:58:22 +1200 | [diff] [blame] | 1777 | depends on (FB = y) && ARM && ARCH_VT8500 |
Tony Prisk | 18a434b | 2013-04-03 07:20:33 +1300 | [diff] [blame] | 1778 | select FB_SYS_FILLRECT if (!FB_WMT_GE_ROPS) |
| 1779 | select FB_SYS_COPYAREA if (!FB_WMT_GE_ROPS) |
Alexey Charkov | d6ff7d0 | 2010-11-09 02:42:39 +0300 | [diff] [blame] | 1780 | select FB_SYS_IMAGEBLIT |
Tony Prisk | 7ab0a48 | 2013-04-03 07:20:38 +1300 | [diff] [blame] | 1781 | select FB_MODE_HELPERS |
Tomi Valkeinen | e45f265 | 2013-04-05 11:12:50 +0300 | [diff] [blame] | 1782 | select VIDEOMODE_HELPERS |
Alexey Charkov | d6ff7d0 | 2010-11-09 02:42:39 +0300 | [diff] [blame] | 1783 | help |
| 1784 | This is the framebuffer driver for VIA VT8500 integrated LCD |
| 1785 | controller. |
| 1786 | |
| 1787 | config FB_WM8505 |
Tony Prisk | 3d20837 | 2013-04-03 07:20:35 +1300 | [diff] [blame] | 1788 | bool "Wondermedia WM8xxx-series frame buffer support" |
Tony Prisk | e7b9953 | 2012-08-03 20:58:22 +1200 | [diff] [blame] | 1789 | depends on (FB = y) && ARM && ARCH_VT8500 |
Tony Prisk | 18a434b | 2013-04-03 07:20:33 +1300 | [diff] [blame] | 1790 | select FB_SYS_FILLRECT if (!FB_WMT_GE_ROPS) |
| 1791 | select FB_SYS_COPYAREA if (!FB_WMT_GE_ROPS) |
Alexey Charkov | d6ff7d0 | 2010-11-09 02:42:39 +0300 | [diff] [blame] | 1792 | select FB_SYS_IMAGEBLIT |
Tony Prisk | 7ab0a48 | 2013-04-03 07:20:38 +1300 | [diff] [blame] | 1793 | select FB_MODE_HELPERS |
Tomi Valkeinen | e45f265 | 2013-04-05 11:12:50 +0300 | [diff] [blame] | 1794 | select VIDEOMODE_HELPERS |
Alexey Charkov | d6ff7d0 | 2010-11-09 02:42:39 +0300 | [diff] [blame] | 1795 | help |
Tony Prisk | 3d20837 | 2013-04-03 07:20:35 +1300 | [diff] [blame] | 1796 | This is the framebuffer driver for WonderMedia WM8xxx-series |
| 1797 | integrated LCD controller. This driver covers the WM8505, WM8650 |
| 1798 | and WM8850 SoCs. |
Alexey Charkov | d6ff7d0 | 2010-11-09 02:42:39 +0300 | [diff] [blame] | 1799 | |
Tony Prisk | 18a434b | 2013-04-03 07:20:33 +1300 | [diff] [blame] | 1800 | config FB_WMT_GE_ROPS |
Tony Prisk | 3d20837 | 2013-04-03 07:20:35 +1300 | [diff] [blame] | 1801 | bool "VT8500/WM8xxx accelerated raster ops support" |
Tony Prisk | 18a434b | 2013-04-03 07:20:33 +1300 | [diff] [blame] | 1802 | depends on (FB = y) && (FB_VT8500 || FB_WM8505) |
| 1803 | default n |
| 1804 | help |
| 1805 | This adds support for accelerated raster operations on the |
| 1806 | VIA VT8500 and Wondermedia 85xx series SoCs. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1807 | |
| 1808 | source "drivers/video/geode/Kconfig" |
| 1809 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1810 | config FB_HIT |
| 1811 | tristate "HD64461 Frame Buffer support" |
| 1812 | depends on FB && HD64461 |
| 1813 | select FB_CFB_FILLRECT |
| 1814 | select FB_CFB_COPYAREA |
Maciej W. Rozycki | 9084b00 | 2007-02-05 16:28:29 -0800 | [diff] [blame] | 1815 | select FB_CFB_IMAGEBLIT |
Maciej W. Rozycki | 28ea28a | 2007-10-16 01:29:28 -0700 | [diff] [blame] | 1816 | help |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1817 | This is the frame buffer device driver for the Hitachi HD64461 LCD |
| 1818 | frame buffer card. |
| 1819 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1820 | config FB_PMAG_AA |
| 1821 | bool "PMAG-AA TURBOchannel framebuffer support" |
| 1822 | depends on (FB = y) && TC |
| 1823 | select FB_CFB_FILLRECT |
| 1824 | select FB_CFB_COPYAREA |
| 1825 | select FB_CFB_IMAGEBLIT |
| 1826 | help |
Maciej W. Rozycki | a935000 | 2005-06-13 19:50:42 +0000 | [diff] [blame] | 1827 | Support for the PMAG-AA TURBOchannel framebuffer card (1280x1024x1) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1828 | used mainly in the MIPS-based DECstation series. |
| 1829 | |
| 1830 | config FB_PMAG_BA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1831 | tristate "PMAG-BA TURBOchannel framebuffer support" |
| 1832 | depends on FB && TC |
| 1833 | select FB_CFB_FILLRECT |
| 1834 | select FB_CFB_COPYAREA |
| 1835 | select FB_CFB_IMAGEBLIT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1836 | help |
Yoichi Yuasa | b38817d | 2005-07-27 11:43:28 -0700 | [diff] [blame] | 1837 | Support for the PMAG-BA TURBOchannel framebuffer card (1024x864x8) |
| 1838 | used mainly in the MIPS-based DECstation series. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1839 | |
| 1840 | config FB_PMAGB_B |
| 1841 | tristate "PMAGB-B TURBOchannel framebuffer support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1842 | depends on FB && TC |
| 1843 | select FB_CFB_FILLRECT |
| 1844 | select FB_CFB_COPYAREA |
| 1845 | select FB_CFB_IMAGEBLIT |
| 1846 | help |
| 1847 | Support for the PMAGB-B TURBOchannel framebuffer card used mainly |
Geert Uytterhoeven | 833f806 | 2007-03-16 13:38:23 -0800 | [diff] [blame] | 1848 | in the MIPS-based DECstation series. The card is currently only |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1849 | supported in 1280x1024x8 mode. |
| 1850 | |
| 1851 | config FB_MAXINE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1852 | bool "Maxine (Personal DECstation) onboard framebuffer support" |
| 1853 | depends on (FB = y) && MACH_DECSTATION |
| 1854 | select FB_CFB_FILLRECT |
| 1855 | select FB_CFB_COPYAREA |
Lennert Buytenhek | 638772c | 2009-02-11 17:25:24 +0800 | [diff] [blame] | 1856 | select FB_CFB_IMAGEBLIT |
| 1857 | help |
| 1858 | Support for the onboard framebuffer (1024x768x8) in the Personal |
| 1859 | DECstation series (Personal DECstation 5000/20, /25, /33, /50, |
| 1860 | Codename "Maxine"). |
| 1861 | |
| 1862 | config FB_G364 |
| 1863 | bool "G364 frame buffer support" |
| 1864 | depends on (FB = y) && (MIPS_MAGNUM_4000 || OLIVETTI_M700) |
| 1865 | select FB_CFB_FILLRECT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1866 | select FB_CFB_COPYAREA |
| 1867 | select FB_CFB_IMAGEBLIT |
| 1868 | help |
| 1869 | The G364 driver is the framebuffer used in MIPS Magnum 4000 and |
| 1870 | Olivetti M700-10 systems. |
| 1871 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1872 | config FB_68328 |
| 1873 | bool "Motorola 68328 native frame buffer support" |
| 1874 | depends on (FB = y) && (M68328 || M68EZ328 || M68VZ328) |
| 1875 | select FB_CFB_FILLRECT |
| 1876 | select FB_CFB_COPYAREA |
| 1877 | select FB_CFB_IMAGEBLIT |
YOSHIFUJI Hideaki | 74b4f04 | 2006-01-09 20:53:46 -0800 | [diff] [blame] | 1878 | help |
Alexander E. Patrakov | 39f5fb3 | 2007-03-16 18:28:43 +0500 | [diff] [blame] | 1879 | Say Y here if you want to support the built-in frame buffer of |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1880 | the Motorola 68328 CPU family. |
| 1881 | |
| 1882 | config FB_PXA168 |
Eric Miao | 198fc10 | 2008-12-23 17:49:43 +0800 | [diff] [blame] | 1883 | tristate "PXA168/910 LCD framebuffer support" |
| 1884 | depends on FB && (CPU_PXA168 || CPU_PXA910) |
| 1885 | select FB_CFB_FILLRECT |
| 1886 | select FB_CFB_COPYAREA |
| 1887 | select FB_CFB_IMAGEBLIT |
Eric Miao | 3c42a44 | 2008-04-30 00:52:26 -0700 | [diff] [blame] | 1888 | ---help--- |
| 1889 | Frame buffer driver for the built-in LCD controller in the Marvell |
Eric Miao | 7f1133c | 2008-04-30 00:52:27 -0700 | [diff] [blame] | 1890 | MMP processor. |
Eric Miao | 3c42a44 | 2008-04-30 00:52:26 -0700 | [diff] [blame] | 1891 | |
| 1892 | config FB_PXA |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1893 | tristate "PXA LCD framebuffer support" |
| 1894 | depends on FB && ARCH_PXA |
| 1895 | select FB_CFB_FILLRECT |
| 1896 | select FB_CFB_COPYAREA |
| 1897 | select FB_CFB_IMAGEBLIT |
| 1898 | ---help--- |
| 1899 | Frame buffer driver for the built-in LCD controller in the Intel |
| 1900 | PXA2x0 processor. |
| 1901 | |
| 1902 | This driver is also available as a module ( = code which can be |
| 1903 | inserted and removed from the running kernel whenever you want). The |
| 1904 | module will be called pxafb. If you want to compile it as a module, |
| 1905 | say M here and read <file:Documentation/kbuild/modules.txt>. |
| 1906 | |
| 1907 | If unsure, say N. |
| 1908 | |
| 1909 | config FB_PXA_OVERLAY |
Mike Rapoport | 22caf04 | 2006-07-14 00:24:34 -0700 | [diff] [blame] | 1910 | bool "Support PXA27x/PXA3xx Overlay(s) as framebuffer" |
| 1911 | default n |
| 1912 | depends on FB_PXA && (PXA27x || PXA3xx) |
| 1913 | |
| 1914 | config FB_PXA_SMARTPANEL |
| 1915 | bool "PXA Smartpanel LCD support" |
| 1916 | default n |
| 1917 | depends on FB_PXA |
| 1918 | |
| 1919 | config FB_PXA_PARAMETERS |
| 1920 | bool "PXA LCD command line parameters" |
| 1921 | default n |
| 1922 | depends on FB_PXA |
| 1923 | ---help--- |
| 1924 | Enable the use of kernel command line or module parameters |
| 1925 | to configure the physical properties of the LCD panel when |
| 1926 | using the PXA LCD driver. |
| 1927 | |
| 1928 | This option allows you to override the panel parameters |
| 1929 | supplied by the platform in order to support multiple |
York Sun | 9b53a9e | 2008-04-28 02:15:34 -0700 | [diff] [blame] | 1930 | different models of flatpanel. If you will only be using a |
| 1931 | single model of flatpanel then you can safely leave this |
| 1932 | option disabled. |
Anatolij Gustschin | 8b856f0 | 2010-07-23 04:00:39 +0000 | [diff] [blame] | 1933 | |
York Sun | 9b53a9e | 2008-04-28 02:15:34 -0700 | [diff] [blame] | 1934 | <file:Documentation/fb/pxafb.txt> describes the available parameters. |
| 1935 | |
Daniel Mack | 364dbdf | 2010-11-04 14:44:00 -0400 | [diff] [blame] | 1936 | config PXA3XX_GCU |
| 1937 | tristate "PXA3xx 2D graphics accelerator driver" |
| 1938 | depends on FB_PXA |
| 1939 | help |
| 1940 | Kernelspace driver for the 2D graphics controller unit (GCU) |
| 1941 | found on PXA3xx processors. There is a counterpart driver in the |
| 1942 | DirectFB suite, see http://www.directfb.org/ |
| 1943 | |
| 1944 | If you compile this as a module, it will be called pxa3xx_gcu. |
| 1945 | |
Randy Dunlap | ecc41d5 | 2005-11-07 01:00:29 -0800 | [diff] [blame] | 1946 | config FB_MBX |
| 1947 | tristate "2700G LCD framebuffer support" |
| 1948 | depends on FB && ARCH_PXA |
| 1949 | select FB_CFB_FILLRECT |
| 1950 | select FB_CFB_COPYAREA |
| 1951 | select FB_CFB_IMAGEBLIT |
Randy Dunlap | ecc41d5 | 2005-11-07 01:00:29 -0800 | [diff] [blame] | 1952 | ---help--- |
| 1953 | Framebuffer driver for the Intel 2700G (Marathon) Graphics |
| 1954 | Accelerator |
| 1955 | |
| 1956 | config FB_MBX_DEBUG |
YOSHIFUJI Hideaki | 74b4f04 | 2006-01-09 20:53:46 -0800 | [diff] [blame] | 1957 | bool "Enable debugging info via debugfs" |
Randy Dunlap | ecc41d5 | 2005-11-07 01:00:29 -0800 | [diff] [blame] | 1958 | depends on FB_MBX && DEBUG_FS |
| 1959 | default n |
| 1960 | ---help--- |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1961 | Enable this if you want debugging information using the debug |
Arnaud Patard | 20fd576 | 2005-09-09 13:10:07 -0700 | [diff] [blame] | 1962 | filesystem (debugfs) |
| 1963 | |
| 1964 | If unsure, say N. |
| 1965 | |
York Sun | 9b53a9e | 2008-04-28 02:15:34 -0700 | [diff] [blame] | 1966 | config FB_FSL_DIU |
| 1967 | tristate "Freescale DIU framebuffer support" |
| 1968 | depends on FB && FSL_SOC |
| 1969 | select FB_MODE_HELPERS |
| 1970 | select FB_CFB_FILLRECT |
| 1971 | select FB_CFB_COPYAREA |
| 1972 | select FB_CFB_IMAGEBLIT |
| 1973 | select PPC_LIB_RHEAP |
| 1974 | ---help--- |
| 1975 | Framebuffer driver for the Freescale SoC DIU |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1976 | |
| 1977 | config FB_W100 |
Philipp Zabel | e5dd3cb | 2008-07-04 09:59:52 -0700 | [diff] [blame] | 1978 | tristate "W100 frame buffer support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1979 | depends on FB && ARCH_PXA |
| 1980 | select FB_CFB_FILLRECT |
| 1981 | select FB_CFB_COPYAREA |
| 1982 | select FB_CFB_IMAGEBLIT |
| 1983 | ---help--- |
Philipp Zabel | e5dd3cb | 2008-07-04 09:59:52 -0700 | [diff] [blame] | 1984 | Frame buffer driver for the w100 as found on the Sharp SL-Cxx series. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1985 | It can also drive the w3220 chip found on iPAQ hx4700. |
| 1986 | |
| 1987 | This driver is also available as a module ( = code which can be |
| 1988 | inserted and removed from the running kernel whenever you want). The |
Alexander E. Patrakov | 39f5fb3 | 2007-03-16 18:28:43 +0500 | [diff] [blame] | 1989 | module will be called w100fb. If you want to compile it as a module, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1990 | say M here and read <file:Documentation/kbuild/modules.txt>. |
| 1991 | |
| 1992 | If unsure, say N. |
Magnus Damm | cfb4f5d | 2008-07-23 21:31:24 -0700 | [diff] [blame] | 1993 | |
| 1994 | config FB_SH_MOBILE_LCDC |
Magnus Damm | 7278a22 | 2010-03-10 11:33:10 +0000 | [diff] [blame] | 1995 | tristate "SuperH Mobile LCDC framebuffer support" |
Magnus Damm | 2540c11 | 2008-12-17 17:29:49 +0900 | [diff] [blame] | 1996 | depends on FB && (SUPERH || ARCH_SHMOBILE) && HAVE_CLK |
| 1997 | select FB_SYS_FILLRECT |
| 1998 | select FB_SYS_COPYAREA |
| 1999 | select FB_SYS_IMAGEBLIT |
Magnus Damm | 8564557 | 2008-12-19 15:34:41 +0900 | [diff] [blame] | 2000 | select FB_SYS_FOPS |
Magnus Damm | cfb4f5d | 2008-07-23 21:31:24 -0700 | [diff] [blame] | 2001 | select FB_DEFERRED_IO |
Alexandre Courbot | 3b0fd9d | 2011-02-16 03:49:01 +0000 | [diff] [blame] | 2002 | select FB_BACKLIGHT |
Guennadi Liakhovetski | 9fd04fe | 2010-05-23 14:00:43 +0000 | [diff] [blame] | 2003 | select SH_MIPI_DSI if SH_LCD_MIPI_DSI |
Magnus Damm | cfb4f5d | 2008-07-23 21:31:24 -0700 | [diff] [blame] | 2004 | ---help--- |
| 2005 | Frame buffer driver for the on-chip SH-Mobile LCD controller. |
| 2006 | |
Guennadi Liakhovetski | 6011bde | 2010-07-21 10:13:21 +0000 | [diff] [blame] | 2007 | config FB_SH_MOBILE_HDMI |
| 2008 | tristate "SuperH Mobile HDMI controller support" |
| 2009 | depends on FB_SH_MOBILE_LCDC |
| 2010 | select FB_MODE_HELPERS |
Guennadi Liakhovetski | 630f2d4 | 2010-10-15 08:58:00 +0200 | [diff] [blame] | 2011 | select SOUND |
| 2012 | select SND |
Kuninori Morimoto | 3056c70 | 2010-09-09 16:30:18 +0900 | [diff] [blame] | 2013 | select SND_SOC |
Guennadi Liakhovetski | 6011bde | 2010-07-21 10:13:21 +0000 | [diff] [blame] | 2014 | ---help--- |
| 2015 | Driver for the on-chip SH-Mobile HDMI controller. |
| 2016 | |
Dmitry Baryshkov | b53cde3 | 2008-10-15 22:03:55 -0700 | [diff] [blame] | 2017 | config FB_TMIO |
| 2018 | tristate "Toshiba Mobile IO FrameBuffer support" |
| 2019 | depends on FB && MFD_CORE |
| 2020 | select FB_CFB_FILLRECT |
| 2021 | select FB_CFB_COPYAREA |
| 2022 | select FB_CFB_IMAGEBLIT |
| 2023 | ---help--- |
| 2024 | Frame buffer driver for the Toshiba Mobile IO integrated as found |
| 2025 | on the Sharp SL-6000 series |
| 2026 | |
| 2027 | This driver is also available as a module ( = code which can be |
| 2028 | inserted and removed from the running kernel whenever you want). The |
| 2029 | module will be called tmiofb. If you want to compile it as a module, |
| 2030 | say M here and read <file:Documentation/kbuild/modules.txt>. |
| 2031 | |
| 2032 | If unsure, say N. |
| 2033 | |
| 2034 | config FB_TMIO_ACCELL |
| 2035 | bool "tmiofb acceleration" |
| 2036 | depends on FB_TMIO |
| 2037 | default y |
| 2038 | |
Ben Dooks | ec549a0 | 2009-03-31 15:25:39 -0700 | [diff] [blame] | 2039 | config FB_S3C |
| 2040 | tristate "Samsung S3C framebuffer support" |
Jingoo Han | 4e45a76 | 2013-02-21 16:42:30 -0800 | [diff] [blame] | 2041 | depends on FB && (CPU_S3C2416 || ARCH_S3C64XX || ARCH_S5P64X0 || \ |
| 2042 | ARCH_S5PC100 || ARCH_S5PV210 || ARCH_EXYNOS) |
Ben Dooks | ec549a0 | 2009-03-31 15:25:39 -0700 | [diff] [blame] | 2043 | select FB_CFB_FILLRECT |
| 2044 | select FB_CFB_COPYAREA |
| 2045 | select FB_CFB_IMAGEBLIT |
| 2046 | ---help--- |
| 2047 | Frame buffer driver for the built-in FB controller in the Samsung |
| 2048 | SoC line from the S3C2443 onwards, including the S3C2416, S3C2450, |
| 2049 | and the S3C64XX series such as the S3C6400 and S3C6410. |
| 2050 | |
| 2051 | These chips all have the same basic framebuffer design with the |
| 2052 | actual capabilities depending on the chip. For instance the S3C6400 |
| 2053 | and S3C6410 support 4 hardware windows whereas the S3C24XX series |
| 2054 | currently only have two. |
| 2055 | |
| 2056 | Currently the support is only for the S3C6400 and S3C6410 SoCs. |
| 2057 | |
| 2058 | config FB_S3C_DEBUG_REGWRITE |
| 2059 | bool "Debug register writes" |
| 2060 | depends on FB_S3C |
| 2061 | ---help--- |
Jingoo Han | 975d352 | 2012-09-27 16:46:19 +0900 | [diff] [blame] | 2062 | Show all register writes via pr_debug() |
Ben Dooks | ec549a0 | 2009-03-31 15:25:39 -0700 | [diff] [blame] | 2063 | |
Arnaud Patard | 20fd576 | 2005-09-09 13:10:07 -0700 | [diff] [blame] | 2064 | config FB_S3C2410 |
| 2065 | tristate "S3C2410 LCD framebuffer support" |
Kukjin Kim | b130d5c | 2012-02-03 14:29:23 +0900 | [diff] [blame] | 2066 | depends on FB && ARCH_S3C24XX |
Arnaud Patard | 20fd576 | 2005-09-09 13:10:07 -0700 | [diff] [blame] | 2067 | select FB_CFB_FILLRECT |
| 2068 | select FB_CFB_COPYAREA |
| 2069 | select FB_CFB_IMAGEBLIT |
Arnaud Patard | 20fd576 | 2005-09-09 13:10:07 -0700 | [diff] [blame] | 2070 | ---help--- |
| 2071 | Frame buffer driver for the built-in LCD controller in the Samsung |
| 2072 | S3C2410 processor. |
| 2073 | |
| 2074 | This driver is also available as a module ( = code which can be |
| 2075 | inserted and removed from the running kernel whenever you want). The |
| 2076 | module will be called s3c2410fb. If you want to compile it as a module, |
Alexander E. Patrakov | 39f5fb3 | 2007-03-16 18:28:43 +0500 | [diff] [blame] | 2077 | say M here and read <file:Documentation/kbuild/modules.txt>. |
Arnaud Patard | 20fd576 | 2005-09-09 13:10:07 -0700 | [diff] [blame] | 2078 | |
| 2079 | If unsure, say N. |
| 2080 | config FB_S3C2410_DEBUG |
| 2081 | bool "S3C2410 lcd debug messages" |
| 2082 | depends on FB_S3C2410 |
| 2083 | help |
| 2084 | Turn on debugging messages. Note that you can set/unset at run time |
| 2085 | through sysfs |
| 2086 | |
Wang Qiang | 8661970 | 2010-03-10 15:21:47 -0800 | [diff] [blame] | 2087 | config FB_NUC900 |
| 2088 | bool "NUC900 LCD framebuffer support" |
| 2089 | depends on FB && ARCH_W90X900 |
| 2090 | select FB_CFB_FILLRECT |
| 2091 | select FB_CFB_COPYAREA |
| 2092 | select FB_CFB_IMAGEBLIT |
| 2093 | ---help--- |
| 2094 | Frame buffer driver for the built-in LCD controller in the Nuvoton |
| 2095 | NUC900 processor |
| 2096 | |
| 2097 | config GPM1040A0_320X240 |
| 2098 | bool "Giantplus Technology GPM1040A0 320x240 Color TFT LCD" |
| 2099 | depends on FB_NUC900 |
| 2100 | |
| 2101 | config FB_NUC900_DEBUG |
| 2102 | bool "NUC900 lcd debug messages" |
| 2103 | depends on FB_NUC900 |
| 2104 | help |
| 2105 | Turn on debugging messages. Note that you can set/unset at run time |
| 2106 | through sysfs |
| 2107 | |
Ben Dooks | 5fc404e | 2007-02-20 13:58:21 -0800 | [diff] [blame] | 2108 | config FB_SM501 |
| 2109 | tristate "Silicon Motion SM501 framebuffer support" |
| 2110 | depends on FB && MFD_SM501 |
| 2111 | select FB_CFB_FILLRECT |
| 2112 | select FB_CFB_COPYAREA |
| 2113 | select FB_CFB_IMAGEBLIT |
| 2114 | ---help--- |
| 2115 | Frame buffer driver for the CRT and LCD controllers in the Silicon |
| 2116 | Motion SM501. |
| 2117 | |
| 2118 | This driver is also available as a module ( = code which can be |
| 2119 | inserted and removed from the running kernel whenever you want). The |
| 2120 | module will be called sm501fb. If you want to compile it as a module, |
Dirk Hohndel | e403149 | 2007-10-30 13:37:19 -0700 | [diff] [blame] | 2121 | say M here and read <file:Documentation/kbuild/modules.txt>. |
Ben Dooks | 5fc404e | 2007-02-20 13:58:21 -0800 | [diff] [blame] | 2122 | |
| 2123 | If unsure, say N. |
| 2124 | |
Steve Glendinning | 3c8a63e | 2011-08-18 15:20:07 +0100 | [diff] [blame] | 2125 | config FB_SMSCUFX |
| 2126 | tristate "SMSC UFX6000/7000 USB Framebuffer support" |
| 2127 | depends on FB && USB |
| 2128 | select FB_MODE_HELPERS |
| 2129 | select FB_SYS_FILLRECT |
| 2130 | select FB_SYS_COPYAREA |
| 2131 | select FB_SYS_IMAGEBLIT |
| 2132 | select FB_SYS_FOPS |
| 2133 | select FB_DEFERRED_IO |
| 2134 | ---help--- |
| 2135 | This is a kernel framebuffer driver for SMSC UFX USB devices. |
| 2136 | Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and |
| 2137 | mplayer -vo fbdev. Supports both UFX6000 (USB 2.0) and UFX7000 |
| 2138 | (USB 3.0) devices. |
| 2139 | To compile as a module, choose M here: the module name is smscufx. |
| 2140 | |
Paul Mundt | 96f8d864 | 2010-11-16 14:00:24 +0900 | [diff] [blame] | 2141 | config FB_UDL |
| 2142 | tristate "Displaylink USB Framebuffer support" |
| 2143 | depends on FB && USB |
| 2144 | select FB_MODE_HELPERS |
| 2145 | select FB_SYS_FILLRECT |
| 2146 | select FB_SYS_COPYAREA |
| 2147 | select FB_SYS_IMAGEBLIT |
| 2148 | select FB_SYS_FOPS |
| 2149 | select FB_DEFERRED_IO |
| 2150 | ---help--- |
| 2151 | This is a kernel framebuffer driver for DisplayLink USB devices. |
| 2152 | Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and |
| 2153 | mplayer -vo fbdev. Supports all USB 2.0 era DisplayLink devices. |
| 2154 | To compile as a module, choose M here: the module name is udlfb. |
Ben Dooks | 5fc404e | 2007-02-20 13:58:21 -0800 | [diff] [blame] | 2155 | |
Paul Mackerras | a3d8998 | 2006-12-10 02:20:42 -0800 | [diff] [blame] | 2156 | config FB_IBM_GXT4500 |
Dan Horák | 6c39dcc | 2012-09-12 06:06:44 +0000 | [diff] [blame] | 2157 | tristate "Framebuffer support for IBM GXT4000P/4500P/6000P/6500P adaptors" |
Randy Dunlap | 0058f47 | 2007-10-16 01:29:35 -0700 | [diff] [blame] | 2158 | depends on FB && PPC |
Paul Mackerras | a3d8998 | 2006-12-10 02:20:42 -0800 | [diff] [blame] | 2159 | select FB_CFB_FILLRECT |
| 2160 | select FB_CFB_COPYAREA |
| 2161 | select FB_CFB_IMAGEBLIT |
| 2162 | ---help--- |
Dan Horák | 6c39dcc | 2012-09-12 06:06:44 +0000 | [diff] [blame] | 2163 | Say Y here to enable support for the IBM GXT4000P/6000P and |
| 2164 | GXT4500P/6500P display adaptor based on Raster Engine RC1000, |
| 2165 | found on some IBM System P (pSeries) machines. This driver |
| 2166 | doesn't use Geometry Engine GT1000. |
Paul Mackerras | a3d8998 | 2006-12-10 02:20:42 -0800 | [diff] [blame] | 2167 | |
Geert Uytterhoeven | 310d8c1 | 2007-02-12 00:55:23 -0800 | [diff] [blame] | 2168 | config FB_PS3 |
Geert Uytterhoeven | 9e6b99b | 2007-06-16 08:05:38 +1000 | [diff] [blame] | 2169 | tristate "PS3 GPU framebuffer driver" |
| 2170 | depends on FB && PS3_PS3AV |
Geert Uytterhoeven | 92c4579 | 2007-05-23 13:57:50 -0700 | [diff] [blame] | 2171 | select FB_SYS_FILLRECT |
| 2172 | select FB_SYS_COPYAREA |
| 2173 | select FB_SYS_IMAGEBLIT |
| 2174 | select FB_SYS_FOPS |
Geert Uytterhoeven | 23e9c94 | 2007-07-21 04:37:49 -0700 | [diff] [blame] | 2175 | select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE |
Geert Uytterhoeven | 310d8c1 | 2007-02-12 00:55:23 -0800 | [diff] [blame] | 2176 | ---help--- |
| 2177 | Include support for the virtual frame buffer in the PS3 platform. |
| 2178 | |
| 2179 | config FB_PS3_DEFAULT_SIZE_M |
| 2180 | int "PS3 default frame buffer size (in MiB)" |
| 2181 | depends on FB_PS3 |
Geert Uytterhoeven | 50b2529 | 2007-07-21 04:37:50 -0700 | [diff] [blame] | 2182 | default 9 |
Geert Uytterhoeven | 310d8c1 | 2007-02-12 00:55:23 -0800 | [diff] [blame] | 2183 | ---help--- |
| 2184 | This is the default size (in MiB) of the virtual frame buffer in |
| 2185 | the PS3. |
| 2186 | The default value can be overridden on the kernel command line |
| 2187 | using the "ps3fb" option (e.g. "ps3fb=9M"); |
| 2188 | |
Andrei Konovalov | 147394c | 2007-05-08 00:40:18 -0700 | [diff] [blame] | 2189 | config FB_XILINX |
| 2190 | tristate "Xilinx frame buffer support" |
Michal Simek | 6fa612b | 2009-05-11 15:49:12 +0200 | [diff] [blame] | 2191 | depends on FB && (XILINX_VIRTEX || MICROBLAZE) |
Andrei Konovalov | 147394c | 2007-05-08 00:40:18 -0700 | [diff] [blame] | 2192 | select FB_CFB_FILLRECT |
| 2193 | select FB_CFB_COPYAREA |
| 2194 | select FB_CFB_IMAGEBLIT |
| 2195 | ---help--- |
| 2196 | Include support for the Xilinx ML300/ML403 reference design |
| 2197 | framebuffer. ML300 carries a 640*480 LCD display on the board, |
| 2198 | ML403 uses a standard DB15 VGA connector. |
| 2199 | |
Arve Hjønnevåg | c289ba2 | 2013-02-21 16:42:09 -0800 | [diff] [blame] | 2200 | config FB_GOLDFISH |
| 2201 | tristate "Goldfish Framebuffer" |
Geert Uytterhoeven | e5ee730 | 2013-05-24 15:55:27 -0700 | [diff] [blame] | 2202 | depends on FB && HAS_DMA |
Arve Hjønnevåg | c289ba2 | 2013-02-21 16:42:09 -0800 | [diff] [blame] | 2203 | select FB_CFB_FILLRECT |
| 2204 | select FB_CFB_COPYAREA |
| 2205 | select FB_CFB_IMAGEBLIT |
| 2206 | ---help--- |
| 2207 | Framebuffer driver for Goldfish Virtual Platform |
| 2208 | |
Yoichi Yuasa | 5abe3b4 | 2008-07-23 21:31:40 -0700 | [diff] [blame] | 2209 | config FB_COBALT |
| 2210 | tristate "Cobalt server LCD frame buffer support" |
Steven J. Hill | 13f36e9 | 2012-04-18 09:13:51 -0500 | [diff] [blame] | 2211 | depends on FB && (MIPS_COBALT || MIPS_SEAD3) |
Yoichi Yuasa | 5abe3b4 | 2008-07-23 21:31:40 -0700 | [diff] [blame] | 2212 | |
Nobuhiro Iwamatsu | 4a25e41 | 2008-07-23 21:31:46 -0700 | [diff] [blame] | 2213 | config FB_SH7760 |
Nobuhiro Iwamatsu | 5c72f30 | 2008-11-21 14:35:29 +0900 | [diff] [blame] | 2214 | bool "SH7760/SH7763/SH7720/SH7721 LCDC support" |
| 2215 | depends on FB && (CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7763 \ |
| 2216 | || CPU_SUBTYPE_SH7720 || CPU_SUBTYPE_SH7721) |
| 2217 | select FB_CFB_FILLRECT |
| 2218 | select FB_CFB_COPYAREA |
| 2219 | select FB_CFB_IMAGEBLIT |
| 2220 | ---help--- |
| 2221 | Support for the SH7760/SH7763/SH7720/SH7721 integrated |
| 2222 | (D)STN/TFT LCD Controller. |
| 2223 | Supports display resolutions up to 1024x1024 pixel, grayscale and |
| 2224 | color operation, with depths ranging from 1 bpp to 8 bpp monochrome |
| 2225 | and 8, 15 or 16 bpp color; 90 degrees clockwise display rotation for |
| 2226 | panels <= 320 pixel horizontal resolution. |
Nobuhiro Iwamatsu | 4a25e41 | 2008-07-23 21:31:46 -0700 | [diff] [blame] | 2227 | |
Sudhakar Rajashekhara | 4ed824d | 2009-09-22 16:47:06 -0700 | [diff] [blame] | 2228 | config FB_DA8XX |
| 2229 | tristate "DA8xx/OMAP-L1xx Framebuffer support" |
| 2230 | depends on FB && ARCH_DAVINCI_DA8XX |
| 2231 | select FB_CFB_FILLRECT |
| 2232 | select FB_CFB_COPYAREA |
| 2233 | select FB_CFB_IMAGEBLIT |
Anatolij Gustschin | f413070 | 2012-03-13 14:13:57 +0100 | [diff] [blame] | 2234 | select FB_CFB_REV_PIXELS_IN_BYTE |
Sudhakar Rajashekhara | 4ed824d | 2009-09-22 16:47:06 -0700 | [diff] [blame] | 2235 | ---help--- |
| 2236 | This is the frame buffer device driver for the TI LCD controller |
| 2237 | found on DA8xx/OMAP-L1xx SoCs. |
| 2238 | If unsure, say N. |
| 2239 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2240 | config FB_VIRTUAL |
| 2241 | tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" |
| 2242 | depends on FB |
Antonino A. Daplas | 87b4884 | 2007-05-08 00:39:01 -0700 | [diff] [blame] | 2243 | select FB_SYS_FILLRECT |
| 2244 | select FB_SYS_COPYAREA |
| 2245 | select FB_SYS_IMAGEBLIT |
Antonino A. Daplas | 52102c0 | 2007-05-08 00:39:07 -0700 | [diff] [blame] | 2246 | select FB_SYS_FOPS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2247 | ---help--- |
| 2248 | This is a `virtual' frame buffer device. It operates on a chunk of |
| 2249 | unswappable kernel memory instead of on the memory of a graphics |
| 2250 | board. This means you cannot see any output sent to this frame |
| 2251 | buffer device, while it does consume precious memory. The main use |
| 2252 | of this frame buffer device is testing and debugging the frame |
| 2253 | buffer subsystem. Do NOT enable it for normal systems! To protect |
| 2254 | the innocent, it has to be enabled explicitly at boot time using the |
| 2255 | kernel option `video=vfb:'. |
| 2256 | |
| 2257 | To compile this driver as a module, choose M here: the |
Mike Frysinger | 66cf751 | 2006-10-03 01:14:41 -0700 | [diff] [blame] | 2258 | module will be called vfb. In order to load it, you must use |
| 2259 | the vfb_enable=1 option. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2260 | |
| 2261 | If unsure, say N. |
James Simmons | e0e34ef7 | 2007-02-10 14:15:43 +0000 | [diff] [blame] | 2262 | |
Markus Armbruster | 4ee36dc | 2008-04-02 10:54:07 -0700 | [diff] [blame] | 2263 | config XEN_FBDEV_FRONTEND |
| 2264 | tristate "Xen virtual frame buffer support" |
| 2265 | depends on FB && XEN |
| 2266 | select FB_SYS_FILLRECT |
| 2267 | select FB_SYS_COPYAREA |
| 2268 | select FB_SYS_IMAGEBLIT |
| 2269 | select FB_SYS_FOPS |
| 2270 | select FB_DEFERRED_IO |
Andrew Jones | 36c1132 | 2013-01-09 13:53:24 +0100 | [diff] [blame] | 2271 | select INPUT_XEN_KBDDEV_FRONTEND if INPUT_MISC |
Konrad Rzeszutek Wilk | ba69ea4 | 2009-10-08 13:23:08 -0400 | [diff] [blame] | 2272 | select XEN_XENBUS_FRONTEND |
Markus Armbruster | 4ee36dc | 2008-04-02 10:54:07 -0700 | [diff] [blame] | 2273 | default y |
| 2274 | help |
| 2275 | This driver implements the front-end of the Xen virtual |
| 2276 | frame buffer driver. It communicates with a back-end |
| 2277 | in another domain. |
| 2278 | |
Jaya Kumar | e935508 | 2008-08-19 11:17:55 +0100 | [diff] [blame] | 2279 | config FB_METRONOME |
| 2280 | tristate "E-Ink Metronome/8track controller support" |
| 2281 | depends on FB |
| 2282 | select FB_SYS_FILLRECT |
| 2283 | select FB_SYS_COPYAREA |
| 2284 | select FB_SYS_IMAGEBLIT |
| 2285 | select FB_SYS_FOPS |
| 2286 | select FB_DEFERRED_IO |
| 2287 | help |
| 2288 | This driver implements support for the E-Ink Metronome |
| 2289 | controller. The pre-release name for this device was 8track |
| 2290 | and could also have been called by some vendors as PVI-nnnn. |
| 2291 | |
Anatolij Gustschin | 17a1217 | 2008-11-06 12:53:29 -0800 | [diff] [blame] | 2292 | config FB_MB862XX |
| 2293 | tristate "Fujitsu MB862xx GDC support" |
| 2294 | depends on FB |
Ben Hutchings | b9b52cf | 2011-05-12 12:42:17 +0000 | [diff] [blame] | 2295 | depends on PCI || (OF && PPC) |
Anatolij Gustschin | 17a1217 | 2008-11-06 12:53:29 -0800 | [diff] [blame] | 2296 | select FB_CFB_FILLRECT |
| 2297 | select FB_CFB_COPYAREA |
| 2298 | select FB_CFB_IMAGEBLIT |
| 2299 | ---help--- |
| 2300 | Frame buffer driver for Fujitsu Carmine/Coral-P(A)/Lime controllers. |
| 2301 | |
Ben Hutchings | b9b52cf | 2011-05-12 12:42:17 +0000 | [diff] [blame] | 2302 | choice |
| 2303 | prompt "GDC variant" |
| 2304 | depends on FB_MB862XX |
| 2305 | |
Anatolij Gustschin | 17a1217 | 2008-11-06 12:53:29 -0800 | [diff] [blame] | 2306 | config FB_MB862XX_PCI_GDC |
| 2307 | bool "Carmine/Coral-P(A) GDC" |
Ben Hutchings | b9b52cf | 2011-05-12 12:42:17 +0000 | [diff] [blame] | 2308 | depends on PCI |
Anatolij Gustschin | 17a1217 | 2008-11-06 12:53:29 -0800 | [diff] [blame] | 2309 | ---help--- |
| 2310 | This enables framebuffer support for Fujitsu Carmine/Coral-P(A) |
| 2311 | PCI graphics controller devices. |
| 2312 | |
| 2313 | config FB_MB862XX_LIME |
| 2314 | bool "Lime GDC" |
Ben Hutchings | b9b52cf | 2011-05-12 12:42:17 +0000 | [diff] [blame] | 2315 | depends on OF && PPC |
Anatolij Gustschin | 17a1217 | 2008-11-06 12:53:29 -0800 | [diff] [blame] | 2316 | select FB_FOREIGN_ENDIAN |
| 2317 | select FB_LITTLE_ENDIAN |
| 2318 | ---help--- |
| 2319 | Framebuffer support for Fujitsu Lime GDC on host CPU bus. |
| 2320 | |
Ben Hutchings | b9b52cf | 2011-05-12 12:42:17 +0000 | [diff] [blame] | 2321 | endchoice |
| 2322 | |
Anatolij Gustschin | f8a6b1f | 2011-05-24 15:19:48 +0200 | [diff] [blame] | 2323 | config FB_MB862XX_I2C |
| 2324 | bool "Support I2C bus on MB862XX GDC" |
| 2325 | depends on FB_MB862XX && I2C |
| 2326 | default y |
| 2327 | help |
| 2328 | Selecting this option adds Coral-P(A)/Lime GDC I2C bus adapter |
| 2329 | driver to support accessing I2C devices on controller's I2C bus. |
| 2330 | These are usually some video decoder chips. |
| 2331 | |
Ryan Mallon | 88017bda | 2009-09-22 16:47:09 -0700 | [diff] [blame] | 2332 | config FB_EP93XX |
| 2333 | tristate "EP93XX frame buffer support" |
| 2334 | depends on FB && ARCH_EP93XX |
| 2335 | select FB_CFB_FILLRECT |
| 2336 | select FB_CFB_COPYAREA |
| 2337 | select FB_CFB_IMAGEBLIT |
| 2338 | ---help--- |
| 2339 | Framebuffer driver for the Cirrus Logic EP93XX series of processors. |
| 2340 | This driver is also available as a module. The module will be called |
| 2341 | ep93xx-fb. |
| 2342 | |
Anatolij Gustschin | 17a1217 | 2008-11-06 12:53:29 -0800 | [diff] [blame] | 2343 | config FB_PRE_INIT_FB |
| 2344 | bool "Don't reinitialize, use bootloader's GDC/Display configuration" |
Guennadi Liakhovetski | 93f40e6 | 2009-11-11 14:26:47 -0800 | [diff] [blame] | 2345 | depends on FB && FB_MB862XX_LIME |
Anatolij Gustschin | 17a1217 | 2008-11-06 12:53:29 -0800 | [diff] [blame] | 2346 | ---help--- |
| 2347 | Select this option if display contents should be inherited as set by |
| 2348 | the bootloader. |
| 2349 | |
Pavel Machek | d480ace | 2009-09-22 16:47:03 -0700 | [diff] [blame] | 2350 | config FB_MSM |
Pavel Machek | 4e00dc7 | 2009-12-08 11:10:28 -0800 | [diff] [blame] | 2351 | tristate "MSM Framebuffer support" |
Pavel Machek | d480ace | 2009-09-22 16:47:03 -0700 | [diff] [blame] | 2352 | depends on FB && ARCH_MSM |
| 2353 | select FB_CFB_FILLRECT |
| 2354 | select FB_CFB_COPYAREA |
| 2355 | select FB_CFB_IMAGEBLIT |
Pavel Machek | d480ace | 2009-09-22 16:47:03 -0700 | [diff] [blame] | 2356 | |
Guennadi Liakhovetski | 86528da | 2009-01-21 10:32:34 -0700 | [diff] [blame] | 2357 | config FB_MX3 |
Guennadi Liakhovetski | 6e1588cb | 2009-02-26 21:34:28 +0100 | [diff] [blame] | 2358 | tristate "MX3 Framebuffer support" |
| 2359 | depends on FB && MX3_IPU |
| 2360 | select FB_CFB_FILLRECT |
| 2361 | select FB_CFB_COPYAREA |
| 2362 | select FB_CFB_IMAGEBLIT |
| 2363 | default y |
| 2364 | help |
| 2365 | This is a framebuffer device for the i.MX31 LCD Controller. So |
| 2366 | far only synchronous displays are supported. If you plan to use |
| 2367 | an LCD display with your i.MX31 system, say Y here. |
Guennadi Liakhovetski | 86528da | 2009-01-21 10:32:34 -0700 | [diff] [blame] | 2368 | |
Jaya Kumar | 0d4ff4d | 2009-01-01 17:49:19 +0100 | [diff] [blame] | 2369 | config FB_BROADSHEET |
| 2370 | tristate "E-Ink Broadsheet/Epson S1D13521 controller support" |
| 2371 | depends on FB |
| 2372 | select FB_SYS_FILLRECT |
| 2373 | select FB_SYS_COPYAREA |
| 2374 | select FB_SYS_IMAGEBLIT |
| 2375 | select FB_SYS_FOPS |
| 2376 | select FB_DEFERRED_IO |
| 2377 | help |
| 2378 | This driver implements support for the E-Ink Broadsheet |
| 2379 | controller. The release name for this device was Epson S1D13521 |
| 2380 | and could also have been called by other names when coupled with |
| 2381 | a bridge adapter. |
| 2382 | |
Heiko Stübner | 2c8304d | 2012-04-28 12:20:00 +0200 | [diff] [blame] | 2383 | config FB_AUO_K190X |
| 2384 | tristate "AUO-K190X EPD controller support" |
| 2385 | depends on FB |
| 2386 | select FB_SYS_FILLRECT |
| 2387 | select FB_SYS_COPYAREA |
| 2388 | select FB_SYS_IMAGEBLIT |
| 2389 | select FB_SYS_FOPS |
| 2390 | select FB_DEFERRED_IO |
| 2391 | help |
| 2392 | Provides support for epaper controllers from the K190X series |
| 2393 | of AUO. These controllers can be used to drive epaper displays |
| 2394 | from Sipix. |
| 2395 | |
| 2396 | This option enables the common support, shared by the individual |
| 2397 | controller drivers. You will also have to enable the driver |
| 2398 | for the controller type used in your device. |
| 2399 | |
Heiko Stübner | 96b1d50 | 2012-04-28 12:21:12 +0200 | [diff] [blame] | 2400 | config FB_AUO_K1900 |
| 2401 | tristate "AUO-K1900 EPD controller support" |
| 2402 | depends on FB && FB_AUO_K190X |
| 2403 | help |
| 2404 | This driver implements support for the AUO K1900 epd-controller. |
| 2405 | This controller can drive Sipix epaper displays but can only do |
| 2406 | serial updates, reducing the number of possible frames per second. |
| 2407 | |
Heiko Stübner | 53027cd | 2012-04-28 12:22:08 +0200 | [diff] [blame] | 2408 | config FB_AUO_K1901 |
| 2409 | tristate "AUO-K1901 EPD controller support" |
| 2410 | depends on FB && FB_AUO_K190X |
| 2411 | help |
| 2412 | This driver implements support for the AUO K1901 epd-controller. |
| 2413 | This controller can drive Sipix epaper displays and supports |
| 2414 | concurrent updates, making higher frames per second possible. |
| 2415 | |
Lars-Peter Clausen | 7a92d54 | 2010-07-17 11:14:34 +0000 | [diff] [blame] | 2416 | config FB_JZ4740 |
| 2417 | tristate "JZ4740 LCD framebuffer support" |
| 2418 | depends on FB && MACH_JZ4740 |
| 2419 | select FB_SYS_FILLRECT |
| 2420 | select FB_SYS_COPYAREA |
| 2421 | select FB_SYS_IMAGEBLIT |
| 2422 | help |
| 2423 | Framebuffer support for the JZ4740 SoC. |
| 2424 | |
Sascha Hauer | f0a523b | 2011-01-14 15:22:31 +0100 | [diff] [blame] | 2425 | config FB_MXS |
| 2426 | tristate "MXS LCD framebuffer support" |
| 2427 | depends on FB && ARCH_MXS |
| 2428 | select FB_CFB_FILLRECT |
| 2429 | select FB_CFB_COPYAREA |
| 2430 | select FB_CFB_IMAGEBLIT |
Shawn Guo | 6694065 | 2013-03-14 10:57:34 +0800 | [diff] [blame] | 2431 | select FB_MODE_HELPERS |
Fabio Estevam | d7321df | 2013-05-08 21:05:55 +0800 | [diff] [blame] | 2432 | select VIDEOMODE_HELPERS |
Sascha Hauer | f0a523b | 2011-01-14 15:22:31 +0100 | [diff] [blame] | 2433 | help |
| 2434 | Framebuffer support for the MXS SoC. |
| 2435 | |
GuanXuetao | ce443ab | 2011-02-26 21:39:10 +0800 | [diff] [blame] | 2436 | config FB_PUV3_UNIGFX |
| 2437 | tristate "PKUnity v3 Unigfx framebuffer support" |
| 2438 | depends on FB && UNICORE32 && ARCH_PUV3 |
| 2439 | select FB_SYS_FILLRECT |
| 2440 | select FB_SYS_COPYAREA |
| 2441 | select FB_SYS_IMAGEBLIT |
| 2442 | select FB_SYS_FOPS |
| 2443 | help |
| 2444 | Choose this option if you want to use the Unigfx device as a |
| 2445 | framebuffer device. Without the support of PCI & AGP. |
| 2446 | |
Haiyang Zhang | 68a2d20b | 2013-04-29 15:05:42 -0700 | [diff] [blame] | 2447 | config FB_HYPERV |
| 2448 | tristate "Microsoft Hyper-V Synthetic Video support" |
| 2449 | depends on FB && HYPERV |
| 2450 | select FB_CFB_FILLRECT |
| 2451 | select FB_CFB_COPYAREA |
| 2452 | select FB_CFB_IMAGEBLIT |
| 2453 | help |
| 2454 | This framebuffer driver supports Microsoft Hyper-V Synthetic Video. |
| 2455 | |
Stephen Warren | 26549c8 | 2013-05-24 15:55:13 -0700 | [diff] [blame] | 2456 | config FB_SIMPLE |
| 2457 | bool "Simple framebuffer support" |
| 2458 | depends on (FB = y) && OF |
| 2459 | select FB_CFB_FILLRECT |
| 2460 | select FB_CFB_COPYAREA |
| 2461 | select FB_CFB_IMAGEBLIT |
| 2462 | help |
| 2463 | Say Y if you want support for a simple frame-buffer. |
| 2464 | |
| 2465 | This driver assumes that the display hardware has been initialized |
| 2466 | before the kernel boots, and the kernel will simply render to the |
| 2467 | pre-allocated frame buffer surface. |
| 2468 | |
| 2469 | Configuration re: surface address, size, and format must be provided |
| 2470 | through device tree, or potentially plain old platform data in the |
| 2471 | future. |
| 2472 | |
Randy Dunlap | f08f389 | 2007-10-29 14:37:16 -0700 | [diff] [blame] | 2473 | source "drivers/video/omap/Kconfig" |
Tomi Valkeinen | afedec1 | 2009-08-07 12:01:55 +0300 | [diff] [blame] | 2474 | source "drivers/video/omap2/Kconfig" |
Donghwa Lee | 7258cc1 | 2012-02-08 12:47:39 -0800 | [diff] [blame] | 2475 | source "drivers/video/exynos/Kconfig" |
Zhou Zhu | 59393bb | 2013-02-21 16:42:11 -0800 | [diff] [blame] | 2476 | source "drivers/video/mmp/Kconfig" |
Randy Dunlap | 179b025 | 2007-10-16 01:29:39 -0700 | [diff] [blame] | 2477 | source "drivers/video/backlight/Kconfig" |
Randy Dunlap | 179b025 | 2007-10-16 01:29:39 -0700 | [diff] [blame] | 2478 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2479 | if VT |
| 2480 | source "drivers/video/console/Kconfig" |
| 2481 | endif |
| 2482 | |
| 2483 | if FB || SGI_NEWPORT_CONSOLE |
| 2484 | source "drivers/video/logo/Kconfig" |
| 2485 | endif |
| 2486 | |
Kuninori Morimoto | f363afc | 2012-03-20 18:27:08 -0700 | [diff] [blame] | 2487 | config FB_SH_MOBILE_MERAM |
| 2488 | tristate "SuperH Mobile MERAM read ahead support" |
| 2489 | depends on (SUPERH || ARCH_SHMOBILE) |
| 2490 | select GENERIC_ALLOCATOR |
| 2491 | ---help--- |
| 2492 | Enable MERAM support for the SuperH controller. |
| 2493 | |
| 2494 | This will allow for caching of the framebuffer to provide more |
| 2495 | reliable access under heavy main memory bus traffic situations. |
| 2496 | Up to 4 memory channels can be configured, allowing 4 RGB or |
| 2497 | 2 YCbCr framebuffers to be configured. |
| 2498 | |
Maxime Ripard | a2ed00d | 2012-12-07 12:30:38 -0800 | [diff] [blame] | 2499 | config FB_SSD1307 |
| 2500 | tristate "Solomon SSD1307 framebuffer support" |
| 2501 | depends on FB && I2C |
| 2502 | depends on OF |
Alexandre Courbot | 76ec9d1 | 2013-03-28 04:34:56 -0700 | [diff] [blame] | 2503 | depends on GPIOLIB |
Maxime Ripard | a2ed00d | 2012-12-07 12:30:38 -0800 | [diff] [blame] | 2504 | select FB_SYS_FOPS |
| 2505 | select FB_SYS_FILLRECT |
| 2506 | select FB_SYS_COPYAREA |
| 2507 | select FB_SYS_IMAGEBLIT |
| 2508 | select FB_DEFERRED_IO |
| 2509 | select PWM |
| 2510 | help |
| 2511 | This driver implements support for the Solomon SSD1307 |
| 2512 | OLED controller over I2C. |
| 2513 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2514 | endmenu |