| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # fbdev configuration |
|---|
| 3 | 4 | # |
|---|
| .. | .. |
|---|
| 8 | 9 | config FB_NOTIFY |
|---|
| 9 | 10 | bool |
|---|
| 10 | 11 | |
|---|
| 11 | | -config FB_CLPS711X_OLD |
|---|
| 12 | | - tristate |
|---|
| 13 | | - select FB_CFB_FILLRECT |
|---|
| 14 | | - select FB_CFB_COPYAREA |
|---|
| 15 | | - select FB_CFB_IMAGEBLIT |
|---|
| 16 | | - |
|---|
| 17 | 12 | menuconfig FB |
|---|
| 18 | 13 | tristate "Support for frame buffer devices" |
|---|
| 19 | 14 | select FB_CMDLINE |
|---|
| 20 | 15 | select FB_NOTIFY |
|---|
| 21 | | - ---help--- |
|---|
| 16 | + help |
|---|
| 22 | 17 | The frame buffer device provides an abstraction for the graphics |
|---|
| 23 | 18 | hardware. It represents the frame buffer of some video hardware and |
|---|
| 24 | 19 | allows application software to access the graphics hardware through |
|---|
| .. | .. |
|---|
| 36 | 31 | in the /dev directory, i.e. /dev/fb*. |
|---|
| 37 | 32 | |
|---|
| 38 | 33 | You need an utility program called fbset to make full use of frame |
|---|
| 39 | | - buffer devices. Please read <file:Documentation/fb/framebuffer.txt> |
|---|
| 34 | + buffer devices. Please read <file:Documentation/fb/framebuffer.rst> |
|---|
| 40 | 35 | and the Framebuffer-HOWTO at |
|---|
| 41 | 36 | <http://www.munted.org.uk/programming/Framebuffer-HOWTO-1.3.html> for more |
|---|
| 42 | 37 | information. |
|---|
| .. | .. |
|---|
| 51 | 46 | device-aware may cause unexpected results. If unsure, say N. |
|---|
| 52 | 47 | |
|---|
| 53 | 48 | config FIRMWARE_EDID |
|---|
| 54 | | - bool "Enable firmware EDID" |
|---|
| 55 | | - depends on FB |
|---|
| 56 | | - default n |
|---|
| 57 | | - ---help--- |
|---|
| 58 | | - This enables access to the EDID transferred from the firmware. |
|---|
| 59 | | - On the i386, this is from the Video BIOS. Enable this if DDC/I2C |
|---|
| 60 | | - transfers do not work for your driver and if you are using |
|---|
| 61 | | - nvidiafb, i810fb or savagefb. |
|---|
| 49 | + bool "Enable firmware EDID" |
|---|
| 50 | + depends on FB |
|---|
| 51 | + help |
|---|
| 52 | + This enables access to the EDID transferred from the firmware. |
|---|
| 53 | + On the i386, this is from the Video BIOS. Enable this if DDC/I2C |
|---|
| 54 | + transfers do not work for your driver and if you are using |
|---|
| 55 | + nvidiafb, i810fb or savagefb. |
|---|
| 62 | 56 | |
|---|
| 63 | | - In general, choosing Y for this option is safe. If you |
|---|
| 64 | | - experience extremely long delays while booting before you get |
|---|
| 65 | | - something on your display, try setting this to N. Matrox cards in |
|---|
| 66 | | - combination with certain motherboards and monitors are known to |
|---|
| 67 | | - suffer from this problem. |
|---|
| 57 | + In general, choosing Y for this option is safe. If you |
|---|
| 58 | + experience extremely long delays while booting before you get |
|---|
| 59 | + something on your display, try setting this to N. Matrox cards in |
|---|
| 60 | + combination with certain motherboards and monitors are known to |
|---|
| 61 | + suffer from this problem. |
|---|
| 68 | 62 | |
|---|
| 69 | 63 | config FB_DDC |
|---|
| 70 | | - tristate |
|---|
| 71 | | - depends on FB |
|---|
| 72 | | - select I2C_ALGOBIT |
|---|
| 73 | | - select I2C |
|---|
| 74 | | - default n |
|---|
| 64 | + tristate |
|---|
| 65 | + depends on FB |
|---|
| 66 | + select I2C_ALGOBIT |
|---|
| 67 | + select I2C |
|---|
| 75 | 68 | |
|---|
| 76 | 69 | config FB_BOOT_VESA_SUPPORT |
|---|
| 77 | 70 | bool |
|---|
| 78 | 71 | depends on FB |
|---|
| 79 | | - default n |
|---|
| 80 | | - ---help--- |
|---|
| 72 | + help |
|---|
| 81 | 73 | If true, at least one selected framebuffer driver can take advantage |
|---|
| 82 | 74 | of VESA video modes set at an early boot stage via the vga= parameter. |
|---|
| 83 | 75 | |
|---|
| 84 | 76 | config FB_CFB_FILLRECT |
|---|
| 85 | 77 | tristate |
|---|
| 86 | 78 | depends on FB |
|---|
| 87 | | - default n |
|---|
| 88 | | - ---help--- |
|---|
| 79 | + help |
|---|
| 89 | 80 | Include the cfb_fillrect function for generic software rectangle |
|---|
| 90 | 81 | filling. This is used by drivers that don't provide their own |
|---|
| 91 | 82 | (accelerated) version. |
|---|
| .. | .. |
|---|
| 93 | 84 | config FB_CFB_COPYAREA |
|---|
| 94 | 85 | tristate |
|---|
| 95 | 86 | depends on FB |
|---|
| 96 | | - default n |
|---|
| 97 | | - ---help--- |
|---|
| 87 | + help |
|---|
| 98 | 88 | Include the cfb_copyarea function for generic software area copying. |
|---|
| 99 | 89 | This is used by drivers that don't provide their own (accelerated) |
|---|
| 100 | 90 | version. |
|---|
| .. | .. |
|---|
| 102 | 92 | config FB_CFB_IMAGEBLIT |
|---|
| 103 | 93 | tristate |
|---|
| 104 | 94 | depends on FB |
|---|
| 105 | | - default n |
|---|
| 106 | | - ---help--- |
|---|
| 95 | + help |
|---|
| 107 | 96 | Include the cfb_imageblit function for generic software image |
|---|
| 108 | 97 | blitting. This is used by drivers that don't provide their own |
|---|
| 109 | 98 | (accelerated) version. |
|---|
| .. | .. |
|---|
| 111 | 100 | config FB_CFB_REV_PIXELS_IN_BYTE |
|---|
| 112 | 101 | bool |
|---|
| 113 | 102 | depends on FB |
|---|
| 114 | | - default n |
|---|
| 115 | | - ---help--- |
|---|
| 103 | + help |
|---|
| 116 | 104 | Allow generic frame-buffer functions to work on displays with 1, 2 |
|---|
| 117 | 105 | and 4 bits per pixel depths which has opposite order of pixels in |
|---|
| 118 | 106 | byte order to bytes in long order. |
|---|
| .. | .. |
|---|
| 120 | 108 | config FB_SYS_FILLRECT |
|---|
| 121 | 109 | tristate |
|---|
| 122 | 110 | depends on FB |
|---|
| 123 | | - default n |
|---|
| 124 | | - ---help--- |
|---|
| 111 | + help |
|---|
| 125 | 112 | Include the sys_fillrect function for generic software rectangle |
|---|
| 126 | 113 | filling. This is used by drivers that don't provide their own |
|---|
| 127 | 114 | (accelerated) version and the framebuffer is in system RAM. |
|---|
| .. | .. |
|---|
| 129 | 116 | config FB_SYS_COPYAREA |
|---|
| 130 | 117 | tristate |
|---|
| 131 | 118 | depends on FB |
|---|
| 132 | | - default n |
|---|
| 133 | | - ---help--- |
|---|
| 119 | + help |
|---|
| 134 | 120 | Include the sys_copyarea function for generic software area copying. |
|---|
| 135 | 121 | This is used by drivers that don't provide their own (accelerated) |
|---|
| 136 | 122 | version and the framebuffer is in system RAM. |
|---|
| .. | .. |
|---|
| 138 | 124 | config FB_SYS_IMAGEBLIT |
|---|
| 139 | 125 | tristate |
|---|
| 140 | 126 | depends on FB |
|---|
| 141 | | - default n |
|---|
| 142 | | - ---help--- |
|---|
| 127 | + help |
|---|
| 143 | 128 | Include the sys_imageblit function for generic software image |
|---|
| 144 | 129 | blitting. This is used by drivers that don't provide their own |
|---|
| 145 | 130 | (accelerated) version and the framebuffer is in system RAM. |
|---|
| .. | .. |
|---|
| 147 | 132 | config FB_PROVIDE_GET_FB_UNMAPPED_AREA |
|---|
| 148 | 133 | bool |
|---|
| 149 | 134 | depends on FB |
|---|
| 150 | | - default n |
|---|
| 151 | | - ---help--- |
|---|
| 135 | + help |
|---|
| 152 | 136 | Allow generic frame-buffer to provide get_fb_unmapped_area |
|---|
| 153 | 137 | function. |
|---|
| 154 | 138 | |
|---|
| 155 | 139 | menuconfig FB_FOREIGN_ENDIAN |
|---|
| 156 | 140 | bool "Framebuffer foreign endianness support" |
|---|
| 157 | 141 | depends on FB |
|---|
| 158 | | - ---help--- |
|---|
| 142 | + help |
|---|
| 159 | 143 | This menu will let you enable support for the framebuffers with |
|---|
| 160 | 144 | non-native endianness (e.g. Little-Endian framebuffer on a |
|---|
| 161 | 145 | Big-Endian machine). Most probably you don't have such hardware, |
|---|
| .. | .. |
|---|
| 177 | 161 | endchoice |
|---|
| 178 | 162 | |
|---|
| 179 | 163 | config FB_SYS_FOPS |
|---|
| 180 | | - tristate |
|---|
| 181 | | - depends on FB |
|---|
| 182 | | - default n |
|---|
| 164 | + tristate |
|---|
| 165 | + depends on FB |
|---|
| 183 | 166 | |
|---|
| 184 | 167 | config FB_DEFERRED_IO |
|---|
| 185 | 168 | bool |
|---|
| .. | .. |
|---|
| 193 | 176 | config FB_SVGALIB |
|---|
| 194 | 177 | tristate |
|---|
| 195 | 178 | depends on FB |
|---|
| 196 | | - default n |
|---|
| 197 | | - ---help--- |
|---|
| 179 | + help |
|---|
| 198 | 180 | Common utility functions useful to fbdev drivers of VGA-based |
|---|
| 199 | 181 | cards. |
|---|
| 200 | 182 | |
|---|
| 201 | 183 | config FB_MACMODES |
|---|
| 202 | | - tristate |
|---|
| 203 | | - depends on FB |
|---|
| 204 | | - default n |
|---|
| 184 | + tristate |
|---|
| 185 | + depends on FB |
|---|
| 205 | 186 | |
|---|
| 206 | 187 | config FB_BACKLIGHT |
|---|
| 207 | | - bool |
|---|
| 188 | + tristate |
|---|
| 208 | 189 | depends on FB |
|---|
| 209 | | - select BACKLIGHT_LCD_SUPPORT |
|---|
| 210 | 190 | select BACKLIGHT_CLASS_DEVICE |
|---|
| 211 | | - default n |
|---|
| 212 | 191 | |
|---|
| 213 | 192 | config FB_MODE_HELPERS |
|---|
| 214 | | - bool "Enable Video Mode Handling Helpers" |
|---|
| 215 | | - depends on FB |
|---|
| 216 | | - default n |
|---|
| 217 | | - ---help--- |
|---|
| 193 | + bool "Enable Video Mode Handling Helpers" |
|---|
| 194 | + depends on FB |
|---|
| 195 | + help |
|---|
| 218 | 196 | This enables functions for handling video modes using the |
|---|
| 219 | 197 | Generalized Timing Formula and the EDID parser. A few drivers rely |
|---|
| 220 | | - on this feature such as the radeonfb, rivafb, and the i810fb. If |
|---|
| 198 | + on this feature such as the radeonfb, rivafb, and the i810fb. If |
|---|
| 221 | 199 | your driver does not take advantage of this feature, choosing Y will |
|---|
| 222 | 200 | just increase the kernel size by about 5K. |
|---|
| 223 | 201 | |
|---|
| 224 | 202 | config FB_TILEBLITTING |
|---|
| 225 | | - bool "Enable Tile Blitting Support" |
|---|
| 226 | | - depends on FB |
|---|
| 227 | | - default n |
|---|
| 228 | | - ---help--- |
|---|
| 229 | | - This enables tile blitting. Tile blitting is a drawing technique |
|---|
| 230 | | - where the screen is divided into rectangular sections (tiles), whereas |
|---|
| 231 | | - the standard blitting divides the screen into pixels. Because the |
|---|
| 232 | | - default drawing element is a tile, drawing functions will be passed |
|---|
| 233 | | - parameters in terms of number of tiles instead of number of pixels. |
|---|
| 234 | | - For example, to draw a single character, instead of using bitmaps, |
|---|
| 235 | | - an index to an array of bitmaps will be used. To clear or move a |
|---|
| 236 | | - rectangular section of a screen, the rectangle will be described in |
|---|
| 237 | | - terms of number of tiles in the x- and y-axis. |
|---|
| 203 | + bool "Enable Tile Blitting Support" |
|---|
| 204 | + depends on FB |
|---|
| 205 | + help |
|---|
| 206 | + This enables tile blitting. Tile blitting is a drawing technique |
|---|
| 207 | + where the screen is divided into rectangular sections (tiles), whereas |
|---|
| 208 | + the standard blitting divides the screen into pixels. Because the |
|---|
| 209 | + default drawing element is a tile, drawing functions will be passed |
|---|
| 210 | + parameters in terms of number of tiles instead of number of pixels. |
|---|
| 211 | + For example, to draw a single character, instead of using bitmaps, |
|---|
| 212 | + an index to an array of bitmaps will be used. To clear or move a |
|---|
| 213 | + rectangular section of a screen, the rectangle will be described in |
|---|
| 214 | + terms of number of tiles in the x- and y-axis. |
|---|
| 238 | 215 | |
|---|
| 239 | | - This is particularly important to one driver, matroxfb. If |
|---|
| 240 | | - unsure, say N. |
|---|
| 216 | + This is particularly important to one driver, matroxfb. If |
|---|
| 217 | + unsure, say N. |
|---|
| 241 | 218 | |
|---|
| 242 | 219 | comment "Frame buffer hardware drivers" |
|---|
| 243 | 220 | depends on FB |
|---|
| .. | .. |
|---|
| 248 | 225 | select FB_CFB_FILLRECT |
|---|
| 249 | 226 | select FB_CFB_COPYAREA |
|---|
| 250 | 227 | select FB_CFB_IMAGEBLIT |
|---|
| 251 | | - ---help--- |
|---|
| 252 | | - This enables support for the SVGACTRL framebuffer in the GRLIB IP library from Aeroflex Gaisler. |
|---|
| 228 | + help |
|---|
| 229 | + This enables support for the SVGACTRL framebuffer in the GRLIB IP library from Aeroflex Gaisler. |
|---|
| 253 | 230 | |
|---|
| 254 | 231 | config FB_CIRRUS |
|---|
| 255 | 232 | tristate "Cirrus Logic support" |
|---|
| .. | .. |
|---|
| 257 | 234 | select FB_CFB_FILLRECT |
|---|
| 258 | 235 | select FB_CFB_COPYAREA |
|---|
| 259 | 236 | select FB_CFB_IMAGEBLIT |
|---|
| 260 | | - ---help--- |
|---|
| 237 | + help |
|---|
| 261 | 238 | This enables support for Cirrus Logic GD542x/543x based boards on |
|---|
| 262 | 239 | Amiga: SD64, Piccolo, Picasso II/II+, Picasso IV, or EGS Spectrum. |
|---|
| 263 | 240 | |
|---|
| 264 | 241 | If you have a PCI-based system, this enables support for these |
|---|
| 265 | 242 | chips: GD-543x, GD-544x, GD-5480. |
|---|
| 266 | 243 | |
|---|
| 267 | | - Please read the file <file:Documentation/fb/cirrusfb.txt>. |
|---|
| 244 | + Please read the file <file:Documentation/fb/cirrusfb.rst>. |
|---|
| 268 | 245 | |
|---|
| 269 | 246 | Say N unless you have such a graphics board or plan to get one |
|---|
| 270 | 247 | before you next recompile the kernel. |
|---|
| .. | .. |
|---|
| 304 | 281 | select FB_CFB_IMAGEBLIT |
|---|
| 305 | 282 | select FB_MODE_HELPERS if OF |
|---|
| 306 | 283 | select VIDEOMODE_HELPERS if OF |
|---|
| 307 | | - select BACKLIGHT_LCD_SUPPORT if OF |
|---|
| 308 | 284 | select BACKLIGHT_CLASS_DEVICE if OF |
|---|
| 309 | 285 | help |
|---|
| 310 | 286 | This framebuffer device driver is for the ARM PrimeCell PL110 |
|---|
| .. | .. |
|---|
| 313 | 289 | |
|---|
| 314 | 290 | If you want to compile this as a module (=code which can be |
|---|
| 315 | 291 | inserted into and removed from the running kernel), say M |
|---|
| 316 | | - here and read <file:Documentation/kbuild/modules.txt>. The module |
|---|
| 292 | + here and read <file:Documentation/kbuild/modules.rst>. The module |
|---|
| 317 | 293 | will be called amba-clcd. |
|---|
| 318 | | - |
|---|
| 319 | | -# Helper logic selected only by the ARM Versatile platform family. |
|---|
| 320 | | -config PLAT_VERSATILE_CLCD |
|---|
| 321 | | - def_bool ARCH_VERSATILE || ARCH_REALVIEW || ARCH_VEXPRESS || ARCH_INTEGRATOR |
|---|
| 322 | | - depends on ARM |
|---|
| 323 | | - depends on FB_ARMCLCD && FB=y |
|---|
| 324 | | - select REGMAP |
|---|
| 325 | | - select MFD_SYSCON |
|---|
| 326 | 294 | |
|---|
| 327 | 295 | config FB_ACORN |
|---|
| 328 | 296 | bool "Acorn VIDC support" |
|---|
| .. | .. |
|---|
| 338 | 306 | config FB_CLPS711X |
|---|
| 339 | 307 | tristate "CLPS711X LCD support" |
|---|
| 340 | 308 | depends on FB && (ARCH_CLPS711X || COMPILE_TEST) |
|---|
| 341 | | - select FB_CLPS711X_OLD if ARCH_CLPS711X && !ARCH_MULTIPLATFORM |
|---|
| 342 | | - select BACKLIGHT_LCD_SUPPORT |
|---|
| 343 | 309 | select FB_MODE_HELPERS |
|---|
| 344 | 310 | select FB_SYS_FILLRECT |
|---|
| 345 | 311 | select FB_SYS_COPYAREA |
|---|
| .. | .. |
|---|
| 366 | 332 | |
|---|
| 367 | 333 | config FB_IMX |
|---|
| 368 | 334 | tristate "Freescale i.MX1/21/25/27 LCD support" |
|---|
| 369 | | - depends on FB && ARCH_MXC |
|---|
| 370 | | - select BACKLIGHT_LCD_SUPPORT |
|---|
| 335 | + depends on FB && HAVE_CLK && HAS_IOMEM |
|---|
| 336 | + depends on ARCH_MXC || COMPILE_TEST |
|---|
| 371 | 337 | select LCD_CLASS_DEVICE |
|---|
| 372 | 338 | select FB_CFB_FILLRECT |
|---|
| 373 | 339 | select FB_CFB_COPYAREA |
|---|
| .. | .. |
|---|
| 469 | 435 | |
|---|
| 470 | 436 | config FB_ARC |
|---|
| 471 | 437 | tristate "Arc Monochrome LCD board support" |
|---|
| 472 | | - depends on FB && X86 |
|---|
| 438 | + depends on FB && (X86 || COMPILE_TEST) |
|---|
| 473 | 439 | select FB_SYS_FILLRECT |
|---|
| 474 | 440 | select FB_SYS_COPYAREA |
|---|
| 475 | 441 | select FB_SYS_IMAGEBLIT |
|---|
| .. | .. |
|---|
| 506 | 472 | |
|---|
| 507 | 473 | config FB_CONTROL |
|---|
| 508 | 474 | bool "Apple \"control\" display support" |
|---|
| 509 | | - depends on (FB = y) && PPC_PMAC && PPC32 |
|---|
| 475 | + depends on (FB = y) && ((PPC_PMAC && PPC32) || COMPILE_TEST) |
|---|
| 510 | 476 | select FB_CFB_FILLRECT |
|---|
| 511 | 477 | select FB_CFB_COPYAREA |
|---|
| 512 | 478 | select FB_CFB_IMAGEBLIT |
|---|
| .. | .. |
|---|
| 560 | 526 | bool "IMS Twin Turbo display support" |
|---|
| 561 | 527 | depends on (FB = y) && PCI |
|---|
| 562 | 528 | select FB_CFB_IMAGEBLIT |
|---|
| 563 | | - select FB_MACMODES if PPC |
|---|
| 529 | + select FB_MACMODES if PPC_PMAC |
|---|
| 564 | 530 | help |
|---|
| 565 | 531 | The IMS Twin Turbo is a PCI-based frame buffer card bundled with |
|---|
| 566 | 532 | many Macintosh and compatible computers. |
|---|
| .. | .. |
|---|
| 587 | 553 | select FB_CFB_COPYAREA |
|---|
| 588 | 554 | select FB_CFB_IMAGEBLIT |
|---|
| 589 | 555 | default y |
|---|
| 590 | | - ---help--- |
|---|
| 556 | + help |
|---|
| 591 | 557 | STI refers to the HP "Standard Text Interface" which is a set of |
|---|
| 592 | 558 | BIOS routines contained in a ROM chip in HP PA-RISC based machines. |
|---|
| 593 | 559 | Enabling this option will implement the linux framebuffer device |
|---|
| .. | .. |
|---|
| 621 | 587 | select FB_CFB_COPYAREA |
|---|
| 622 | 588 | select FB_CFB_IMAGEBLIT |
|---|
| 623 | 589 | select BITREVERSE |
|---|
| 624 | | - ---help--- |
|---|
| 590 | + help |
|---|
| 625 | 591 | This is the frame buffer device driver for generic TGA and SFB+ |
|---|
| 626 | 592 | graphic cards. These include DEC ZLXp-E1, -E2 and -E3 PCI cards, |
|---|
| 627 | 593 | also known as PBXGA-A, -B and -C, and DEC ZLX-E1, -E2 and -E3 |
|---|
| .. | .. |
|---|
| 649 | 615 | |
|---|
| 650 | 616 | This driver generally provides more features than vesafb but |
|---|
| 651 | 617 | requires a userspace helper application called 'v86d'. See |
|---|
| 652 | | - <file:Documentation/fb/uvesafb.txt> for more information. |
|---|
| 618 | + <file:Documentation/fb/uvesafb.rst> for more information. |
|---|
| 653 | 619 | |
|---|
| 654 | 620 | If unsure, say N. |
|---|
| 655 | 621 | |
|---|
| .. | .. |
|---|
| 664 | 630 | This is the frame buffer device driver for generic VESA 2.0 |
|---|
| 665 | 631 | compliant graphic cards. The older VESA 1.2 cards are not supported. |
|---|
| 666 | 632 | You will get a boot time penguin logo at no additional cost. Please |
|---|
| 667 | | - read <file:Documentation/fb/vesafb.txt>. If unsure, say Y. |
|---|
| 633 | + read <file:Documentation/fb/vesafb.rst>. If unsure, say Y. |
|---|
| 668 | 634 | |
|---|
| 669 | 635 | config FB_EFI |
|---|
| 670 | 636 | bool "EFI-based Framebuffer Support" |
|---|
| .. | .. |
|---|
| 679 | 645 | using the EFI framebuffer as your console. |
|---|
| 680 | 646 | |
|---|
| 681 | 647 | config FB_N411 |
|---|
| 682 | | - tristate "N411 Apollo/Hecuba devkit support" |
|---|
| 683 | | - depends on FB && X86 && MMU |
|---|
| 684 | | - select FB_SYS_FILLRECT |
|---|
| 685 | | - select FB_SYS_COPYAREA |
|---|
| 686 | | - select FB_SYS_IMAGEBLIT |
|---|
| 687 | | - select FB_SYS_FOPS |
|---|
| 688 | | - select FB_DEFERRED_IO |
|---|
| 689 | | - select FB_HECUBA |
|---|
| 690 | | - help |
|---|
| 691 | | - This enables support for the Apollo display controller in its |
|---|
| 692 | | - Hecuba form using the n411 devkit. |
|---|
| 648 | + tristate "N411 Apollo/Hecuba devkit support" |
|---|
| 649 | + depends on FB && X86 && MMU |
|---|
| 650 | + select FB_SYS_FILLRECT |
|---|
| 651 | + select FB_SYS_COPYAREA |
|---|
| 652 | + select FB_SYS_IMAGEBLIT |
|---|
| 653 | + select FB_SYS_FOPS |
|---|
| 654 | + select FB_DEFERRED_IO |
|---|
| 655 | + select FB_HECUBA |
|---|
| 656 | + help |
|---|
| 657 | + This enables support for the Apollo display controller in its |
|---|
| 658 | + Hecuba form using the n411 devkit. |
|---|
| 693 | 659 | |
|---|
| 694 | 660 | config FB_HGA |
|---|
| 695 | 661 | tristate "Hercules mono graphics support" |
|---|
| .. | .. |
|---|
| 705 | 671 | |
|---|
| 706 | 672 | config FB_GBE |
|---|
| 707 | 673 | bool "SGI Graphics Backend frame buffer support" |
|---|
| 708 | | - depends on (FB = y) && SGI_IP32 |
|---|
| 674 | + depends on (FB = y) && HAS_IOMEM |
|---|
| 675 | + depends on SGI_IP32 || COMPILE_TEST |
|---|
| 709 | 676 | select FB_CFB_FILLRECT |
|---|
| 710 | 677 | select FB_CFB_COPYAREA |
|---|
| 711 | 678 | select FB_CFB_IMAGEBLIT |
|---|
| 712 | | - help |
|---|
| 679 | + help |
|---|
| 713 | 680 | This is the frame buffer device driver for SGI Graphics Backend. |
|---|
| 714 | 681 | This chip is used in SGI O2 and Visual Workstation 320/540. |
|---|
| 715 | 682 | |
|---|
| .. | .. |
|---|
| 843 | 810 | |
|---|
| 844 | 811 | config FB_PVR2 |
|---|
| 845 | 812 | tristate "NEC PowerVR 2 display support" |
|---|
| 846 | | - depends on FB && SH_DREAMCAST |
|---|
| 813 | + depends on FB && HAS_IOMEM |
|---|
| 814 | + depends on SH_DREAMCAST || COMPILE_TEST |
|---|
| 847 | 815 | select FB_CFB_FILLRECT |
|---|
| 848 | 816 | select FB_CFB_COPYAREA |
|---|
| 849 | 817 | select FB_CFB_IMAGEBLIT |
|---|
| 850 | | - ---help--- |
|---|
| 818 | + help |
|---|
| 851 | 819 | Say Y here if you have a PowerVR 2 card in your box. If you plan to |
|---|
| 852 | 820 | run linux on your Dreamcast, you will have to say Y here. |
|---|
| 853 | 821 | This driver may or may not work on other PowerVR 2 cards, but is |
|---|
| .. | .. |
|---|
| 860 | 828 | module load time. The parameters look like "video=pvr2:XXX", where |
|---|
| 861 | 829 | the meaning of XXX can be found at the end of the main source file |
|---|
| 862 | 830 | (<file:drivers/video/pvr2fb.c>). Please see the file |
|---|
| 863 | | - <file:Documentation/fb/pvr2fb.txt>. |
|---|
| 831 | + <file:Documentation/fb/pvr2fb.rst>. |
|---|
| 864 | 832 | |
|---|
| 865 | 833 | config FB_OPENCORES |
|---|
| 866 | 834 | tristate "OpenCores VGA/LCD core 2.0 framebuffer support" |
|---|
| .. | .. |
|---|
| 876 | 844 | systems (e.g. Altera socfpga or Xilinx Zynq) on FPGAs. |
|---|
| 877 | 845 | |
|---|
| 878 | 846 | The source code and specification for the core is available at |
|---|
| 879 | | - <http://opencores.org/project,vga_lcd> |
|---|
| 847 | + <https://opencores.org/project,vga_lcd> |
|---|
| 880 | 848 | |
|---|
| 881 | 849 | config FB_S1D13XXX |
|---|
| 882 | 850 | tristate "Epson S1D13XXX framebuffer support" |
|---|
| .. | .. |
|---|
| 887 | 855 | help |
|---|
| 888 | 856 | Support for S1D13XXX framebuffer device family (currently only |
|---|
| 889 | 857 | working with S1D13806). Product specs at |
|---|
| 890 | | - <http://vdc.epson.com/> |
|---|
| 858 | + <https://vdc.epson.com/> |
|---|
| 891 | 859 | |
|---|
| 892 | 860 | config FB_ATMEL |
|---|
| 893 | | - tristate "AT91/AT32 LCD Controller support" |
|---|
| 894 | | - depends on FB && HAVE_FB_ATMEL |
|---|
| 861 | + tristate "AT91 LCD Controller support" |
|---|
| 862 | + depends on FB && OF && HAVE_CLK && HAS_IOMEM |
|---|
| 863 | + depends on HAVE_FB_ATMEL || COMPILE_TEST |
|---|
| 895 | 864 | select FB_BACKLIGHT |
|---|
| 896 | 865 | select FB_CFB_FILLRECT |
|---|
| 897 | 866 | select FB_CFB_COPYAREA |
|---|
| .. | .. |
|---|
| 899 | 868 | select FB_MODE_HELPERS |
|---|
| 900 | 869 | select VIDEOMODE_HELPERS |
|---|
| 901 | 870 | help |
|---|
| 902 | | - This enables support for the AT91/AT32 LCD Controller. |
|---|
| 871 | + This enables support for the AT91 LCD Controller. |
|---|
| 903 | 872 | |
|---|
| 904 | 873 | config FB_NVIDIA |
|---|
| 905 | 874 | tristate "nVidia Framebuffer Support" |
|---|
| .. | .. |
|---|
| 921 | 890 | module will be called nvidiafb. |
|---|
| 922 | 891 | |
|---|
| 923 | 892 | config FB_NVIDIA_I2C |
|---|
| 924 | | - bool "Enable DDC Support" |
|---|
| 925 | | - depends on FB_NVIDIA |
|---|
| 926 | | - select FB_DDC |
|---|
| 927 | | - help |
|---|
| 893 | + bool "Enable DDC Support" |
|---|
| 894 | + depends on FB_NVIDIA |
|---|
| 895 | + select FB_DDC |
|---|
| 896 | + help |
|---|
| 928 | 897 | This enables I2C support for nVidia Chipsets. This is used |
|---|
| 929 | 898 | only for getting EDID information from the attached display |
|---|
| 930 | 899 | allowing for robust video mode handling and switching. |
|---|
| .. | .. |
|---|
| 936 | 905 | config FB_NVIDIA_DEBUG |
|---|
| 937 | 906 | bool "Lots of debug output" |
|---|
| 938 | 907 | depends on FB_NVIDIA |
|---|
| 939 | | - default n |
|---|
| 940 | 908 | help |
|---|
| 941 | 909 | Say Y here if you want the nVidia driver to output all sorts |
|---|
| 942 | 910 | of debugging information to provide to the maintainer when |
|---|
| .. | .. |
|---|
| 968 | 936 | module will be called rivafb. |
|---|
| 969 | 937 | |
|---|
| 970 | 938 | config FB_RIVA_I2C |
|---|
| 971 | | - bool "Enable DDC Support" |
|---|
| 972 | | - depends on FB_RIVA |
|---|
| 973 | | - select FB_DDC |
|---|
| 974 | | - help |
|---|
| 939 | + bool "Enable DDC Support" |
|---|
| 940 | + depends on FB_RIVA |
|---|
| 941 | + select FB_DDC |
|---|
| 942 | + help |
|---|
| 975 | 943 | This enables I2C support for nVidia Chipsets. This is used |
|---|
| 976 | 944 | only for getting EDID information from the attached display |
|---|
| 977 | 945 | allowing for robust video mode handling and switching. |
|---|
| .. | .. |
|---|
| 983 | 951 | config FB_RIVA_DEBUG |
|---|
| 984 | 952 | bool "Lots of debug output" |
|---|
| 985 | 953 | depends on FB_RIVA |
|---|
| 986 | | - default n |
|---|
| 987 | 954 | help |
|---|
| 988 | 955 | Say Y here if you want the Riva driver to output all sorts |
|---|
| 989 | 956 | of debugging information to provide to the maintainer when |
|---|
| .. | .. |
|---|
| 1017 | 984 | select FB_CFB_IMAGEBLIT |
|---|
| 1018 | 985 | select VGASTATE |
|---|
| 1019 | 986 | help |
|---|
| 1020 | | - This driver supports the on-board graphics built in to the Intel 810 |
|---|
| 1021 | | - and 815 chipsets. Say Y if you have and plan to use such a board. |
|---|
| 987 | + This driver supports the on-board graphics built in to the Intel 810 |
|---|
| 988 | + and 815 chipsets. Say Y if you have and plan to use such a board. |
|---|
| 1022 | 989 | |
|---|
| 1023 | | - To compile this driver as a module, choose M here: the |
|---|
| 990 | + To compile this driver as a module, choose M here: the |
|---|
| 1024 | 991 | module will be called i810fb. |
|---|
| 1025 | 992 | |
|---|
| 1026 | | - For more information, please read |
|---|
| 1027 | | - <file:Documentation/fb/intel810.txt> |
|---|
| 993 | + For more information, please read |
|---|
| 994 | + <file:Documentation/fb/intel810.rst> |
|---|
| 1028 | 995 | |
|---|
| 1029 | 996 | config FB_I810_GTF |
|---|
| 1030 | 997 | bool "use VESA Generalized Timing Formula" |
|---|
| 1031 | 998 | depends on FB_I810 |
|---|
| 1032 | 999 | help |
|---|
| 1033 | | - If you say Y, then the VESA standard, Generalized Timing Formula |
|---|
| 1034 | | - or GTF, will be used to calculate the required video timing values |
|---|
| 1035 | | - per video mode. Since the GTF allows nondiscrete timings |
|---|
| 1036 | | - (nondiscrete being a range of values as opposed to discrete being a |
|---|
| 1037 | | - set of values), you'll be able to use any combination of horizontal |
|---|
| 1000 | + If you say Y, then the VESA standard, Generalized Timing Formula |
|---|
| 1001 | + or GTF, will be used to calculate the required video timing values |
|---|
| 1002 | + per video mode. Since the GTF allows nondiscrete timings |
|---|
| 1003 | + (nondiscrete being a range of values as opposed to discrete being a |
|---|
| 1004 | + set of values), you'll be able to use any combination of horizontal |
|---|
| 1038 | 1005 | and vertical resolutions, and vertical refresh rates without having |
|---|
| 1039 | 1006 | to specify your own timing parameters. This is especially useful |
|---|
| 1040 | | - to maximize the performance of an aging display, or if you just |
|---|
| 1041 | | - have a display with nonstandard dimensions. A VESA compliant |
|---|
| 1007 | + to maximize the performance of an aging display, or if you just |
|---|
| 1008 | + have a display with nonstandard dimensions. A VESA compliant |
|---|
| 1042 | 1009 | monitor is recommended, but can still work with non-compliant ones. |
|---|
| 1043 | | - If you need or want this, then select this option. The timings may |
|---|
| 1044 | | - not be compliant with Intel's recommended values. Use at your own |
|---|
| 1010 | + If you need or want this, then select this option. The timings may |
|---|
| 1011 | + not be compliant with Intel's recommended values. Use at your own |
|---|
| 1045 | 1012 | risk. |
|---|
| 1046 | 1013 | |
|---|
| 1047 | | - If you say N, the driver will revert to discrete video timings |
|---|
| 1014 | + If you say N, the driver will revert to discrete video timings |
|---|
| 1048 | 1015 | using a set recommended by Intel in their documentation. |
|---|
| 1049 | | - |
|---|
| 1050 | | - If unsure, say N. |
|---|
| 1016 | + |
|---|
| 1017 | + If unsure, say N. |
|---|
| 1051 | 1018 | |
|---|
| 1052 | 1019 | config FB_I810_I2C |
|---|
| 1053 | 1020 | bool "Enable DDC Support" |
|---|
| .. | .. |
|---|
| 1086 | 1053 | depends on !DRM_I915 |
|---|
| 1087 | 1054 | help |
|---|
| 1088 | 1055 | This driver supports the on-board graphics built in to the Intel |
|---|
| 1089 | | - 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM chipsets. |
|---|
| 1090 | | - Say Y if you have and plan to use such a board. |
|---|
| 1056 | + 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM chipsets. |
|---|
| 1057 | + Say Y if you have and plan to use such a board. |
|---|
| 1091 | 1058 | |
|---|
| 1092 | 1059 | To make FB_INTEL=Y work you need to say AGP_INTEL=y too. |
|---|
| 1093 | 1060 | |
|---|
| 1094 | 1061 | To compile this driver as a module, choose M here: the |
|---|
| 1095 | 1062 | module will be called intelfb. |
|---|
| 1096 | 1063 | |
|---|
| 1097 | | - For more information, please read <file:Documentation/fb/intelfb.txt> |
|---|
| 1064 | + For more information, please read <file:Documentation/fb/intelfb.rst> |
|---|
| 1098 | 1065 | |
|---|
| 1099 | 1066 | config FB_INTEL_DEBUG |
|---|
| 1100 | 1067 | bool "Intel driver Debug Messages" |
|---|
| 1101 | 1068 | depends on FB_INTEL |
|---|
| 1102 | | - ---help--- |
|---|
| 1069 | + help |
|---|
| 1103 | 1070 | Say Y here if you want the Intel driver to output all sorts |
|---|
| 1104 | 1071 | of debugging information to provide to the maintainer when |
|---|
| 1105 | 1072 | something goes wrong. |
|---|
| .. | .. |
|---|
| 1120 | 1087 | select FB_CFB_IMAGEBLIT |
|---|
| 1121 | 1088 | select FB_TILEBLITTING |
|---|
| 1122 | 1089 | select FB_MACMODES if PPC_PMAC |
|---|
| 1123 | | - ---help--- |
|---|
| 1090 | + help |
|---|
| 1124 | 1091 | Say Y here if you have a Matrox Millennium, Matrox Millennium II, |
|---|
| 1125 | 1092 | Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox |
|---|
| 1126 | 1093 | Mystique G200, Matrox Millennium G200, Matrox Marvel G200 video, |
|---|
| .. | .. |
|---|
| 1131 | 1098 | |
|---|
| 1132 | 1099 | You can pass several parameters to the driver at boot time or at |
|---|
| 1133 | 1100 | module load time. The parameters look like "video=matroxfb:XXX", and |
|---|
| 1134 | | - are described in <file:Documentation/fb/matroxfb.txt>. |
|---|
| 1101 | + are described in <file:Documentation/fb/matroxfb.rst>. |
|---|
| 1135 | 1102 | |
|---|
| 1136 | 1103 | config FB_MATROX_MILLENIUM |
|---|
| 1137 | 1104 | bool "Millennium I/II support" |
|---|
| .. | .. |
|---|
| 1156 | 1123 | config FB_MATROX_G |
|---|
| 1157 | 1124 | bool "G100/G200/G400/G450/G550 support" |
|---|
| 1158 | 1125 | depends on FB_MATROX |
|---|
| 1159 | | - ---help--- |
|---|
| 1126 | + help |
|---|
| 1160 | 1127 | Say Y here if you have a Matrox G100, G200, G400, G450 or G550 based |
|---|
| 1161 | 1128 | video card. If you select "Advanced lowlevel driver options", you |
|---|
| 1162 | 1129 | should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp packed |
|---|
| .. | .. |
|---|
| 1168 | 1135 | G450/G550 secondary head and digital output are supported without |
|---|
| 1169 | 1136 | additional modules. |
|---|
| 1170 | 1137 | |
|---|
| 1171 | | - The driver starts in monitor mode. You must use the matroxset tool |
|---|
| 1172 | | - (available at <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to |
|---|
| 1173 | | - swap primary and secondary head outputs, or to change output mode. |
|---|
| 1174 | | - Secondary head driver always start in 640x480 resolution and you |
|---|
| 1138 | + The driver starts in monitor mode. You must use the matroxset tool |
|---|
| 1139 | + (available at <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to |
|---|
| 1140 | + swap primary and secondary head outputs, or to change output mode. |
|---|
| 1141 | + Secondary head driver always start in 640x480 resolution and you |
|---|
| 1175 | 1142 | must use fbset to change it. |
|---|
| 1176 | 1143 | |
|---|
| 1177 | 1144 | Do not forget that second head supports only 16 and 32 bpp |
|---|
| .. | .. |
|---|
| 1187 | 1154 | tristate "Matrox I2C support" |
|---|
| 1188 | 1155 | depends on FB_MATROX |
|---|
| 1189 | 1156 | select FB_DDC |
|---|
| 1190 | | - ---help--- |
|---|
| 1157 | + help |
|---|
| 1191 | 1158 | This drivers creates I2C buses which are needed for accessing the |
|---|
| 1192 | 1159 | DDC (I2C) bus present on all Matroxes, an I2C bus which |
|---|
| 1193 | 1160 | interconnects Matrox optional devices, like MGA-TVO on G200 and |
|---|
| .. | .. |
|---|
| 1203 | 1170 | config FB_MATROX_MAVEN |
|---|
| 1204 | 1171 | tristate "G400 second head support" |
|---|
| 1205 | 1172 | depends on FB_MATROX_G && FB_MATROX_I2C |
|---|
| 1206 | | - ---help--- |
|---|
| 1173 | + help |
|---|
| 1207 | 1174 | WARNING !!! This support does not work with G450 !!! |
|---|
| 1208 | 1175 | |
|---|
| 1209 | 1176 | Say Y or M here if you want to use a secondary head (meaning two |
|---|
| .. | .. |
|---|
| 1246 | 1213 | don't need to choose this to run the Radeon in plain VGA mode. |
|---|
| 1247 | 1214 | |
|---|
| 1248 | 1215 | There is a product page at |
|---|
| 1249 | | - http://products.amd.com/en-us/GraphicCardResult.aspx |
|---|
| 1216 | + https://products.amd.com/en-us/GraphicCardResult.aspx |
|---|
| 1250 | 1217 | |
|---|
| 1251 | 1218 | config FB_RADEON_I2C |
|---|
| 1252 | 1219 | bool "DDC/I2C for ATI Radeon support" |
|---|
| .. | .. |
|---|
| 1254 | 1221 | select FB_DDC |
|---|
| 1255 | 1222 | default y |
|---|
| 1256 | 1223 | help |
|---|
| 1257 | | - Say Y here if you want DDC/I2C support for your Radeon board. |
|---|
| 1224 | + Say Y here if you want DDC/I2C support for your Radeon board. |
|---|
| 1258 | 1225 | |
|---|
| 1259 | 1226 | config FB_RADEON_BACKLIGHT |
|---|
| 1260 | 1227 | bool "Support for backlight control" |
|---|
| .. | .. |
|---|
| 1266 | 1233 | config FB_RADEON_DEBUG |
|---|
| 1267 | 1234 | bool "Lots of debug output from Radeon driver" |
|---|
| 1268 | 1235 | depends on FB_RADEON |
|---|
| 1269 | | - default n |
|---|
| 1270 | 1236 | help |
|---|
| 1271 | 1237 | Say Y here if you want the Radeon driver to output all sorts |
|---|
| 1272 | 1238 | of debugging information to provide to the maintainer when |
|---|
| .. | .. |
|---|
| 1283 | 1249 | help |
|---|
| 1284 | 1250 | This driver supports graphics boards with the ATI Rage128 chips. |
|---|
| 1285 | 1251 | Say Y if you have such a graphics board and read |
|---|
| 1286 | | - <file:Documentation/fb/aty128fb.txt>. |
|---|
| 1252 | + <file:Documentation/fb/aty128fb.rst>. |
|---|
| 1287 | 1253 | |
|---|
| 1288 | 1254 | To compile this driver as a module, choose M here: the |
|---|
| 1289 | 1255 | module will be called aty128fb. |
|---|
| .. | .. |
|---|
| 1355 | 1321 | select FB_SVGALIB |
|---|
| 1356 | 1322 | select VGASTATE |
|---|
| 1357 | 1323 | select FONT_8x16 if FRAMEBUFFER_CONSOLE |
|---|
| 1358 | | - ---help--- |
|---|
| 1324 | + help |
|---|
| 1359 | 1325 | Driver for graphics boards with S3 Trio / S3 Virge chip. |
|---|
| 1360 | 1326 | |
|---|
| 1361 | 1327 | config FB_S3_DDC |
|---|
| .. | .. |
|---|
| 1384 | 1350 | will be called savagefb. |
|---|
| 1385 | 1351 | |
|---|
| 1386 | 1352 | config FB_SAVAGE_I2C |
|---|
| 1387 | | - bool "Enable DDC2 Support" |
|---|
| 1388 | | - depends on FB_SAVAGE |
|---|
| 1389 | | - select FB_DDC |
|---|
| 1390 | | - help |
|---|
| 1353 | + bool "Enable DDC2 Support" |
|---|
| 1354 | + depends on FB_SAVAGE |
|---|
| 1355 | + select FB_DDC |
|---|
| 1356 | + help |
|---|
| 1391 | 1357 | This enables I2C support for S3 Savage Chipsets. This is used |
|---|
| 1392 | 1358 | only for getting EDID information from the attached display |
|---|
| 1393 | 1359 | allowing for robust video mode handling and switching. |
|---|
| .. | .. |
|---|
| 1397 | 1363 | here. |
|---|
| 1398 | 1364 | |
|---|
| 1399 | 1365 | config FB_SAVAGE_ACCEL |
|---|
| 1400 | | - bool "Enable Console Acceleration" |
|---|
| 1401 | | - depends on FB_SAVAGE |
|---|
| 1402 | | - default n |
|---|
| 1403 | | - help |
|---|
| 1404 | | - This option will compile in console acceleration support. If |
|---|
| 1405 | | - the resulting framebuffer console has bothersome glitches, then |
|---|
| 1406 | | - choose N here. |
|---|
| 1366 | + bool "Enable Console Acceleration" |
|---|
| 1367 | + depends on FB_SAVAGE |
|---|
| 1368 | + help |
|---|
| 1369 | + This option will compile in console acceleration support. If |
|---|
| 1370 | + the resulting framebuffer console has bothersome glitches, then |
|---|
| 1371 | + choose N here. |
|---|
| 1407 | 1372 | |
|---|
| 1408 | 1373 | config FB_SIS |
|---|
| 1409 | 1374 | tristate "SiS/XGI display support" |
|---|
| .. | .. |
|---|
| 1416 | 1381 | help |
|---|
| 1417 | 1382 | This is the frame buffer device driver for the SiS 300, 315, 330 |
|---|
| 1418 | 1383 | and 340 series as well as XGI V3XT, V5, V8, Z7 graphics chipsets. |
|---|
| 1419 | | - Specs available at <http://www.sis.com> and <http://www.xgitech.com>. |
|---|
| 1384 | + Specs available at <https://www.sis.com> and <http://www.xgitech.com>. |
|---|
| 1420 | 1385 | |
|---|
| 1421 | 1386 | To compile this driver as a module, choose M here; the module |
|---|
| 1422 | 1387 | will be called sisfb. |
|---|
| .. | .. |
|---|
| 1436 | 1401 | as XGI V3XT, V5, V8 and Z7. |
|---|
| 1437 | 1402 | |
|---|
| 1438 | 1403 | config FB_VIA |
|---|
| 1439 | | - tristate "VIA UniChrome (Pro) and Chrome9 display support" |
|---|
| 1440 | | - depends on FB && PCI && GPIOLIB && I2C && (X86 || COMPILE_TEST) |
|---|
| 1441 | | - select FB_CFB_FILLRECT |
|---|
| 1442 | | - select FB_CFB_COPYAREA |
|---|
| 1443 | | - select FB_CFB_IMAGEBLIT |
|---|
| 1444 | | - select I2C_ALGOBIT |
|---|
| 1445 | | - help |
|---|
| 1404 | + tristate "VIA UniChrome (Pro) and Chrome9 display support" |
|---|
| 1405 | + depends on FB && PCI && GPIOLIB && I2C && (X86 || COMPILE_TEST) |
|---|
| 1406 | + select FB_CFB_FILLRECT |
|---|
| 1407 | + select FB_CFB_COPYAREA |
|---|
| 1408 | + select FB_CFB_IMAGEBLIT |
|---|
| 1409 | + select I2C_ALGOBIT |
|---|
| 1410 | + help |
|---|
| 1446 | 1411 | This is the frame buffer device driver for Graphics chips of VIA |
|---|
| 1447 | 1412 | UniChrome (Pro) Family (CLE266,PM800/CN400,P4M800CE/P4M800Pro/ |
|---|
| 1448 | 1413 | CN700/VN800,CX700/VX700,P4M890) and Chrome9 Family (K8M890,CN896 |
|---|
| 1449 | | - /P4M900,VX800) |
|---|
| 1414 | + /P4M900,VX800) |
|---|
| 1450 | 1415 | Say Y if you have a VIA UniChrome graphics board. |
|---|
| 1451 | 1416 | |
|---|
| 1452 | 1417 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 1456 | 1421 | |
|---|
| 1457 | 1422 | config FB_VIA_DIRECT_PROCFS |
|---|
| 1458 | 1423 | bool "direct hardware access via procfs (DEPRECATED)(DANGEROUS)" |
|---|
| 1459 | | - default n |
|---|
| 1460 | 1424 | help |
|---|
| 1461 | 1425 | Allow direct hardware access to some output registers via procfs. |
|---|
| 1462 | 1426 | This is dangerous but may provide the only chance to get the |
|---|
| .. | .. |
|---|
| 1465 | 1429 | |
|---|
| 1466 | 1430 | config FB_VIA_X_COMPATIBILITY |
|---|
| 1467 | 1431 | bool "X server compatibility" |
|---|
| 1468 | | - default n |
|---|
| 1469 | 1432 | help |
|---|
| 1470 | 1433 | This option reduces the functionality (power saving, ...) of the |
|---|
| 1471 | 1434 | framebuffer to avoid negative impact on the OpenChrome X server. |
|---|
| .. | .. |
|---|
| 1485 | 1448 | select VGASTATE |
|---|
| 1486 | 1449 | help |
|---|
| 1487 | 1450 | This driver supports notebooks with NeoMagic PCI chips. |
|---|
| 1488 | | - Say Y if you have such a graphics card. |
|---|
| 1451 | + Say Y if you have such a graphics card. |
|---|
| 1489 | 1452 | |
|---|
| 1490 | 1453 | To compile this driver as a module, choose M here: the |
|---|
| 1491 | 1454 | module will be called neofb. |
|---|
| .. | .. |
|---|
| 1521 | 1484 | config FB_3DFX_ACCEL |
|---|
| 1522 | 1485 | bool "3Dfx Acceleration functions" |
|---|
| 1523 | 1486 | depends on FB_3DFX |
|---|
| 1524 | | - ---help--- |
|---|
| 1487 | + help |
|---|
| 1525 | 1488 | This will compile the 3Dfx Banshee/Voodoo3/VSA-100 frame buffer |
|---|
| 1526 | 1489 | device driver with acceleration functions. |
|---|
| 1527 | 1490 | |
|---|
| .. | .. |
|---|
| 1539 | 1502 | select FB_CFB_FILLRECT |
|---|
| 1540 | 1503 | select FB_CFB_COPYAREA |
|---|
| 1541 | 1504 | select FB_CFB_IMAGEBLIT |
|---|
| 1542 | | - ---help--- |
|---|
| 1543 | | - Say Y here if you have a 3Dfx Voodoo Graphics (Voodoo1/sst1) or |
|---|
| 1505 | + help |
|---|
| 1506 | + Say Y here if you have a 3Dfx Voodoo Graphics (Voodoo1/sst1) or |
|---|
| 1544 | 1507 | Voodoo2 (cvg) based graphics card. |
|---|
| 1545 | 1508 | |
|---|
| 1546 | 1509 | To compile this driver as a module, choose M here: the |
|---|
| .. | .. |
|---|
| 1548 | 1511 | |
|---|
| 1549 | 1512 | WARNING: Do not use any application that uses the 3D engine |
|---|
| 1550 | 1513 | (namely glide) while using this driver. |
|---|
| 1551 | | - Please read the <file:Documentation/fb/sstfb.txt> for supported |
|---|
| 1514 | + Please read the <file:Documentation/fb/sstfb.rst> for supported |
|---|
| 1552 | 1515 | options and other important info support. |
|---|
| 1553 | 1516 | |
|---|
| 1554 | 1517 | config FB_VT8623 |
|---|
| .. | .. |
|---|
| 1561 | 1524 | select FB_SVGALIB |
|---|
| 1562 | 1525 | select VGASTATE |
|---|
| 1563 | 1526 | select FONT_8x16 if FRAMEBUFFER_CONSOLE |
|---|
| 1564 | | - ---help--- |
|---|
| 1527 | + help |
|---|
| 1565 | 1528 | Driver for CastleRock integrated graphics core in the |
|---|
| 1566 | 1529 | VIA VT8623 [Apollo CLE266] chipset. |
|---|
| 1567 | 1530 | |
|---|
| .. | .. |
|---|
| 1573 | 1536 | select FB_CFB_IMAGEBLIT |
|---|
| 1574 | 1537 | select FB_DDC |
|---|
| 1575 | 1538 | select FB_MODE_HELPERS |
|---|
| 1576 | | - ---help--- |
|---|
| 1539 | + help |
|---|
| 1577 | 1540 | This is the frame buffer device driver for Trident PCI/AGP chipsets. |
|---|
| 1578 | 1541 | Supported chipset families are TGUI 9440/96XX, 3DImage, Blade3D |
|---|
| 1579 | 1542 | and Blade XP. |
|---|
| 1580 | 1543 | There are also integrated versions of these chips called CyberXXXX, |
|---|
| 1581 | 1544 | CyberImage or CyberBlade. These chips are mostly found in laptops |
|---|
| 1582 | 1545 | but also on some motherboards including early VIA EPIA motherboards. |
|---|
| 1583 | | - For more information, read <file:Documentation/fb/tridentfb.txt> |
|---|
| 1546 | + For more information, read <file:Documentation/fb/tridentfb.rst> |
|---|
| 1584 | 1547 | |
|---|
| 1585 | 1548 | Say Y if you have such a graphics board. |
|---|
| 1586 | 1549 | |
|---|
| .. | .. |
|---|
| 1597 | 1560 | select FB_SVGALIB |
|---|
| 1598 | 1561 | select VGASTATE |
|---|
| 1599 | 1562 | select FONT_8x16 if FRAMEBUFFER_CONSOLE |
|---|
| 1600 | | - ---help--- |
|---|
| 1563 | + help |
|---|
| 1601 | 1564 | Driver for PCI graphics boards with ARK 2000PV chip |
|---|
| 1602 | 1565 | and ICS 5342 RAMDAC. |
|---|
| 1603 | 1566 | |
|---|
| .. | .. |
|---|
| 1676 | 1639 | |
|---|
| 1677 | 1640 | config FB_WM8505 |
|---|
| 1678 | 1641 | bool "Wondermedia WM8xxx-series frame buffer support" |
|---|
| 1679 | | - depends on (FB = y) && ARM && ARCH_VT8500 |
|---|
| 1642 | + depends on (FB = y) && HAS_IOMEM && (ARCH_VT8500 || COMPILE_TEST) |
|---|
| 1680 | 1643 | select FB_SYS_FILLRECT if (!FB_WMT_GE_ROPS) |
|---|
| 1681 | 1644 | select FB_SYS_COPYAREA if (!FB_WMT_GE_ROPS) |
|---|
| 1682 | 1645 | select FB_SYS_IMAGEBLIT |
|---|
| .. | .. |
|---|
| 1690 | 1653 | config FB_WMT_GE_ROPS |
|---|
| 1691 | 1654 | bool "VT8500/WM8xxx accelerated raster ops support" |
|---|
| 1692 | 1655 | depends on (FB = y) && (FB_VT8500 || FB_WM8505) |
|---|
| 1693 | | - default n |
|---|
| 1694 | 1656 | help |
|---|
| 1695 | 1657 | This adds support for accelerated raster operations on the |
|---|
| 1696 | 1658 | VIA VT8500 and Wondermedia 85xx series SoCs. |
|---|
| .. | .. |
|---|
| 1710 | 1672 | config FB_PMAG_AA |
|---|
| 1711 | 1673 | tristate "PMAG-AA TURBOchannel framebuffer support" |
|---|
| 1712 | 1674 | depends on FB && TC |
|---|
| 1713 | | - select FB_CFB_FILLRECT |
|---|
| 1714 | | - select FB_CFB_COPYAREA |
|---|
| 1715 | | - select FB_CFB_IMAGEBLIT |
|---|
| 1675 | + select FB_CFB_FILLRECT |
|---|
| 1676 | + select FB_CFB_COPYAREA |
|---|
| 1677 | + select FB_CFB_IMAGEBLIT |
|---|
| 1716 | 1678 | help |
|---|
| 1717 | 1679 | Support for the PMAG-AA TURBOchannel framebuffer card (1280x1024x1) |
|---|
| 1718 | 1680 | used mainly in the MIPS-based DECstation series. |
|---|
| .. | .. |
|---|
| 1720 | 1682 | config FB_PMAG_BA |
|---|
| 1721 | 1683 | tristate "PMAG-BA TURBOchannel framebuffer support" |
|---|
| 1722 | 1684 | depends on FB && TC |
|---|
| 1723 | | - select FB_CFB_FILLRECT |
|---|
| 1724 | | - select FB_CFB_COPYAREA |
|---|
| 1725 | | - select FB_CFB_IMAGEBLIT |
|---|
| 1685 | + select FB_CFB_FILLRECT |
|---|
| 1686 | + select FB_CFB_COPYAREA |
|---|
| 1687 | + select FB_CFB_IMAGEBLIT |
|---|
| 1726 | 1688 | help |
|---|
| 1727 | 1689 | Support for the PMAG-BA TURBOchannel framebuffer card (1024x864x8) |
|---|
| 1728 | 1690 | used mainly in the MIPS-based DECstation series. |
|---|
| .. | .. |
|---|
| 1730 | 1692 | config FB_PMAGB_B |
|---|
| 1731 | 1693 | tristate "PMAGB-B TURBOchannel framebuffer support" |
|---|
| 1732 | 1694 | depends on FB && TC |
|---|
| 1733 | | - select FB_CFB_FILLRECT |
|---|
| 1734 | | - select FB_CFB_COPYAREA |
|---|
| 1735 | | - select FB_CFB_IMAGEBLIT |
|---|
| 1695 | + select FB_CFB_FILLRECT |
|---|
| 1696 | + select FB_CFB_COPYAREA |
|---|
| 1697 | + select FB_CFB_IMAGEBLIT |
|---|
| 1736 | 1698 | help |
|---|
| 1737 | 1699 | Support for the PMAGB-B TURBOchannel framebuffer card used mainly |
|---|
| 1738 | 1700 | in the MIPS-based DECstation series. The card is currently only |
|---|
| .. | .. |
|---|
| 1741 | 1703 | config FB_MAXINE |
|---|
| 1742 | 1704 | bool "Maxine (Personal DECstation) onboard framebuffer support" |
|---|
| 1743 | 1705 | depends on (FB = y) && MACH_DECSTATION |
|---|
| 1744 | | - select FB_CFB_FILLRECT |
|---|
| 1745 | | - select FB_CFB_COPYAREA |
|---|
| 1746 | | - select FB_CFB_IMAGEBLIT |
|---|
| 1706 | + select FB_CFB_FILLRECT |
|---|
| 1707 | + select FB_CFB_COPYAREA |
|---|
| 1708 | + select FB_CFB_IMAGEBLIT |
|---|
| 1747 | 1709 | help |
|---|
| 1748 | 1710 | Support for the onboard framebuffer (1024x768x8) in the Personal |
|---|
| 1749 | 1711 | DECstation series (Personal DECstation 5000/20, /25, /33, /50, |
|---|
| .. | .. |
|---|
| 1752 | 1714 | config FB_G364 |
|---|
| 1753 | 1715 | bool "G364 frame buffer support" |
|---|
| 1754 | 1716 | depends on (FB = y) && (MIPS_MAGNUM_4000 || OLIVETTI_M700) |
|---|
| 1755 | | - select FB_CFB_FILLRECT |
|---|
| 1756 | | - select FB_CFB_COPYAREA |
|---|
| 1757 | | - select FB_CFB_IMAGEBLIT |
|---|
| 1717 | + select FB_CFB_FILLRECT |
|---|
| 1718 | + select FB_CFB_COPYAREA |
|---|
| 1719 | + select FB_CFB_IMAGEBLIT |
|---|
| 1758 | 1720 | help |
|---|
| 1759 | 1721 | The G364 driver is the framebuffer used in MIPS Magnum 4000 and |
|---|
| 1760 | 1722 | Olivetti M700-10 systems. |
|---|
| .. | .. |
|---|
| 1762 | 1724 | config FB_68328 |
|---|
| 1763 | 1725 | bool "Motorola 68328 native frame buffer support" |
|---|
| 1764 | 1726 | depends on (FB = y) && (M68328 || M68EZ328 || M68VZ328) |
|---|
| 1765 | | - select FB_CFB_FILLRECT |
|---|
| 1766 | | - select FB_CFB_COPYAREA |
|---|
| 1767 | | - select FB_CFB_IMAGEBLIT |
|---|
| 1727 | + select FB_CFB_FILLRECT |
|---|
| 1728 | + select FB_CFB_COPYAREA |
|---|
| 1729 | + select FB_CFB_IMAGEBLIT |
|---|
| 1768 | 1730 | help |
|---|
| 1769 | 1731 | Say Y here if you want to support the built-in frame buffer of |
|---|
| 1770 | 1732 | the Motorola 68328 CPU family. |
|---|
| 1771 | 1733 | |
|---|
| 1772 | 1734 | config FB_PXA168 |
|---|
| 1773 | 1735 | tristate "PXA168/910 LCD framebuffer support" |
|---|
| 1774 | | - depends on FB && (CPU_PXA168 || CPU_PXA910) |
|---|
| 1736 | + depends on FB && HAVE_CLK && HAS_IOMEM |
|---|
| 1737 | + depends on CPU_PXA168 || CPU_PXA910 || COMPILE_TEST |
|---|
| 1775 | 1738 | select FB_CFB_FILLRECT |
|---|
| 1776 | 1739 | select FB_CFB_COPYAREA |
|---|
| 1777 | 1740 | select FB_CFB_IMAGEBLIT |
|---|
| 1778 | | - ---help--- |
|---|
| 1741 | + help |
|---|
| 1779 | 1742 | Frame buffer driver for the built-in LCD controller in the Marvell |
|---|
| 1780 | 1743 | MMP processor. |
|---|
| 1781 | 1744 | |
|---|
| .. | .. |
|---|
| 1787 | 1750 | select FB_CFB_IMAGEBLIT |
|---|
| 1788 | 1751 | select VIDEOMODE_HELPERS if OF |
|---|
| 1789 | 1752 | select FB_MODE_HELPERS if OF |
|---|
| 1790 | | - ---help--- |
|---|
| 1753 | + help |
|---|
| 1791 | 1754 | Frame buffer driver for the built-in LCD controller in the Intel |
|---|
| 1792 | 1755 | PXA2x0 processor. |
|---|
| 1793 | 1756 | |
|---|
| 1794 | 1757 | This driver is also available as a module ( = code which can be |
|---|
| 1795 | 1758 | inserted and removed from the running kernel whenever you want). The |
|---|
| 1796 | 1759 | module will be called pxafb. If you want to compile it as a module, |
|---|
| 1797 | | - say M here and read <file:Documentation/kbuild/modules.txt>. |
|---|
| 1760 | + say M here and read <file:Documentation/kbuild/modules.rst>. |
|---|
| 1798 | 1761 | |
|---|
| 1799 | 1762 | If unsure, say N. |
|---|
| 1800 | 1763 | |
|---|
| 1801 | 1764 | config FB_PXA_OVERLAY |
|---|
| 1802 | 1765 | bool "Support PXA27x/PXA3xx Overlay(s) as framebuffer" |
|---|
| 1803 | | - default n |
|---|
| 1804 | 1766 | depends on FB_PXA && (PXA27x || PXA3xx) |
|---|
| 1805 | 1767 | |
|---|
| 1806 | 1768 | config FB_PXA_SMARTPANEL |
|---|
| 1807 | 1769 | bool "PXA Smartpanel LCD support" |
|---|
| 1808 | | - default n |
|---|
| 1809 | 1770 | depends on FB_PXA |
|---|
| 1810 | 1771 | |
|---|
| 1811 | 1772 | config FB_PXA_PARAMETERS |
|---|
| 1812 | 1773 | bool "PXA LCD command line parameters" |
|---|
| 1813 | | - default n |
|---|
| 1814 | 1774 | depends on FB_PXA |
|---|
| 1815 | | - ---help--- |
|---|
| 1775 | + help |
|---|
| 1816 | 1776 | Enable the use of kernel command line or module parameters |
|---|
| 1817 | 1777 | to configure the physical properties of the LCD panel when |
|---|
| 1818 | 1778 | using the PXA LCD driver. |
|---|
| .. | .. |
|---|
| 1823 | 1783 | single model of flatpanel then you can safely leave this |
|---|
| 1824 | 1784 | option disabled. |
|---|
| 1825 | 1785 | |
|---|
| 1826 | | - <file:Documentation/fb/pxafb.txt> describes the available parameters. |
|---|
| 1786 | + <file:Documentation/fb/pxafb.rst> describes the available parameters. |
|---|
| 1827 | 1787 | |
|---|
| 1828 | 1788 | config PXA3XX_GCU |
|---|
| 1829 | 1789 | tristate "PXA3xx 2D graphics accelerator driver" |
|---|
| .. | .. |
|---|
| 1835 | 1795 | |
|---|
| 1836 | 1796 | If you compile this as a module, it will be called pxa3xx_gcu. |
|---|
| 1837 | 1797 | |
|---|
| 1838 | | -config FB_MBX |
|---|
| 1839 | | - tristate "2700G LCD framebuffer support" |
|---|
| 1840 | | - depends on FB && ARCH_PXA |
|---|
| 1841 | | - select FB_CFB_FILLRECT |
|---|
| 1842 | | - select FB_CFB_COPYAREA |
|---|
| 1843 | | - select FB_CFB_IMAGEBLIT |
|---|
| 1844 | | - ---help--- |
|---|
| 1845 | | - Framebuffer driver for the Intel 2700G (Marathon) Graphics |
|---|
| 1846 | | - Accelerator |
|---|
| 1847 | | - |
|---|
| 1848 | | -config FB_MBX_DEBUG |
|---|
| 1849 | | - bool "Enable debugging info via debugfs" |
|---|
| 1850 | | - depends on FB_MBX && DEBUG_FS |
|---|
| 1851 | | - default n |
|---|
| 1852 | | - ---help--- |
|---|
| 1853 | | - Enable this if you want debugging information using the debug |
|---|
| 1854 | | - filesystem (debugfs) |
|---|
| 1855 | | - |
|---|
| 1856 | | - If unsure, say N. |
|---|
| 1857 | | - |
|---|
| 1858 | 1798 | config FB_FSL_DIU |
|---|
| 1859 | 1799 | tristate "Freescale DIU framebuffer support" |
|---|
| 1860 | 1800 | depends on FB && FSL_SOC |
|---|
| .. | .. |
|---|
| 1863 | 1803 | select FB_CFB_COPYAREA |
|---|
| 1864 | 1804 | select FB_CFB_IMAGEBLIT |
|---|
| 1865 | 1805 | select PPC_LIB_RHEAP |
|---|
| 1866 | | - ---help--- |
|---|
| 1806 | + help |
|---|
| 1867 | 1807 | Framebuffer driver for the Freescale SoC DIU |
|---|
| 1868 | 1808 | |
|---|
| 1869 | 1809 | config FB_W100 |
|---|
| 1870 | 1810 | tristate "W100 frame buffer support" |
|---|
| 1871 | | - depends on FB && ARCH_PXA |
|---|
| 1872 | | - select FB_CFB_FILLRECT |
|---|
| 1873 | | - select FB_CFB_COPYAREA |
|---|
| 1874 | | - select FB_CFB_IMAGEBLIT |
|---|
| 1875 | | - ---help--- |
|---|
| 1811 | + depends on FB && HAS_IOMEM && (ARCH_PXA || COMPILE_TEST) |
|---|
| 1812 | + select FB_CFB_FILLRECT |
|---|
| 1813 | + select FB_CFB_COPYAREA |
|---|
| 1814 | + select FB_CFB_IMAGEBLIT |
|---|
| 1815 | + help |
|---|
| 1876 | 1816 | Frame buffer driver for the w100 as found on the Sharp SL-Cxx series. |
|---|
| 1877 | 1817 | It can also drive the w3220 chip found on iPAQ hx4700. |
|---|
| 1878 | 1818 | |
|---|
| 1879 | 1819 | This driver is also available as a module ( = code which can be |
|---|
| 1880 | 1820 | inserted and removed from the running kernel whenever you want). The |
|---|
| 1881 | 1821 | module will be called w100fb. If you want to compile it as a module, |
|---|
| 1882 | | - say M here and read <file:Documentation/kbuild/modules.txt>. |
|---|
| 1822 | + say M here and read <file:Documentation/kbuild/modules.rst>. |
|---|
| 1883 | 1823 | |
|---|
| 1884 | 1824 | If unsure, say N. |
|---|
| 1885 | 1825 | |
|---|
| 1886 | 1826 | config FB_SH_MOBILE_LCDC |
|---|
| 1887 | 1827 | tristate "SuperH Mobile LCDC framebuffer support" |
|---|
| 1888 | | - depends on FB && (SUPERH || ARCH_RENESAS) && HAVE_CLK |
|---|
| 1828 | + depends on FB && HAVE_CLK && HAS_IOMEM |
|---|
| 1829 | + depends on SUPERH || ARCH_RENESAS || COMPILE_TEST |
|---|
| 1889 | 1830 | select FB_SYS_FILLRECT |
|---|
| 1890 | 1831 | select FB_SYS_COPYAREA |
|---|
| 1891 | 1832 | select FB_SYS_IMAGEBLIT |
|---|
| 1892 | 1833 | select FB_SYS_FOPS |
|---|
| 1893 | 1834 | select FB_DEFERRED_IO |
|---|
| 1894 | 1835 | select FB_BACKLIGHT |
|---|
| 1895 | | - ---help--- |
|---|
| 1836 | + help |
|---|
| 1896 | 1837 | Frame buffer driver for the on-chip SH-Mobile LCD controller. |
|---|
| 1897 | 1838 | |
|---|
| 1898 | 1839 | config FB_TMIO |
|---|
| .. | .. |
|---|
| 1901 | 1842 | select FB_CFB_FILLRECT |
|---|
| 1902 | 1843 | select FB_CFB_COPYAREA |
|---|
| 1903 | 1844 | select FB_CFB_IMAGEBLIT |
|---|
| 1904 | | - ---help--- |
|---|
| 1845 | + help |
|---|
| 1905 | 1846 | Frame buffer driver for the Toshiba Mobile IO integrated as found |
|---|
| 1906 | 1847 | on the Sharp SL-6000 series |
|---|
| 1907 | 1848 | |
|---|
| 1908 | 1849 | This driver is also available as a module ( = code which can be |
|---|
| 1909 | 1850 | inserted and removed from the running kernel whenever you want). The |
|---|
| 1910 | 1851 | module will be called tmiofb. If you want to compile it as a module, |
|---|
| 1911 | | - say M here and read <file:Documentation/kbuild/modules.txt>. |
|---|
| 1852 | + say M here and read <file:Documentation/kbuild/modules.rst>. |
|---|
| 1912 | 1853 | |
|---|
| 1913 | 1854 | If unsure, say N. |
|---|
| 1914 | 1855 | |
|---|
| .. | .. |
|---|
| 1919 | 1860 | |
|---|
| 1920 | 1861 | config FB_S3C |
|---|
| 1921 | 1862 | tristate "Samsung S3C framebuffer support" |
|---|
| 1922 | | - depends on FB && (CPU_S3C2416 || ARCH_S3C64XX) |
|---|
| 1863 | + depends on FB && HAVE_CLK && HAS_IOMEM |
|---|
| 1864 | + depends on (CPU_S3C2416 || ARCH_S3C64XX) || COMPILE_TEST |
|---|
| 1923 | 1865 | select FB_CFB_FILLRECT |
|---|
| 1924 | 1866 | select FB_CFB_COPYAREA |
|---|
| 1925 | 1867 | select FB_CFB_IMAGEBLIT |
|---|
| 1926 | | - ---help--- |
|---|
| 1868 | + help |
|---|
| 1927 | 1869 | Frame buffer driver for the built-in FB controller in the Samsung |
|---|
| 1928 | 1870 | SoC line from the S3C2443 onwards, including the S3C2416, S3C2450, |
|---|
| 1929 | 1871 | and the S3C64XX series such as the S3C6400 and S3C6410. |
|---|
| .. | .. |
|---|
| 1936 | 1878 | Currently the support is only for the S3C6400 and S3C6410 SoCs. |
|---|
| 1937 | 1879 | |
|---|
| 1938 | 1880 | config FB_S3C_DEBUG_REGWRITE |
|---|
| 1939 | | - bool "Debug register writes" |
|---|
| 1940 | | - depends on FB_S3C |
|---|
| 1941 | | - ---help--- |
|---|
| 1942 | | - Show all register writes via pr_debug() |
|---|
| 1881 | + bool "Debug register writes" |
|---|
| 1882 | + depends on FB_S3C |
|---|
| 1883 | + help |
|---|
| 1884 | + Show all register writes via pr_debug() |
|---|
| 1943 | 1885 | |
|---|
| 1944 | 1886 | config FB_S3C2410 |
|---|
| 1945 | 1887 | tristate "S3C2410 LCD framebuffer support" |
|---|
| .. | .. |
|---|
| 1947 | 1889 | select FB_CFB_FILLRECT |
|---|
| 1948 | 1890 | select FB_CFB_COPYAREA |
|---|
| 1949 | 1891 | select FB_CFB_IMAGEBLIT |
|---|
| 1950 | | - ---help--- |
|---|
| 1892 | + help |
|---|
| 1951 | 1893 | Frame buffer driver for the built-in LCD controller in the Samsung |
|---|
| 1952 | 1894 | S3C2410 processor. |
|---|
| 1953 | 1895 | |
|---|
| 1954 | 1896 | This driver is also available as a module ( = code which can be |
|---|
| 1955 | 1897 | inserted and removed from the running kernel whenever you want). The |
|---|
| 1956 | 1898 | module will be called s3c2410fb. If you want to compile it as a module, |
|---|
| 1957 | | - say M here and read <file:Documentation/kbuild/modules.txt>. |
|---|
| 1899 | + say M here and read <file:Documentation/kbuild/modules.rst>. |
|---|
| 1958 | 1900 | |
|---|
| 1959 | 1901 | If unsure, say N. |
|---|
| 1960 | 1902 | config FB_S3C2410_DEBUG |
|---|
| .. | .. |
|---|
| 1964 | 1906 | Turn on debugging messages. Note that you can set/unset at run time |
|---|
| 1965 | 1907 | through sysfs |
|---|
| 1966 | 1908 | |
|---|
| 1967 | | -config FB_NUC900 |
|---|
| 1968 | | - tristate "NUC900 LCD framebuffer support" |
|---|
| 1969 | | - depends on FB && ARCH_W90X900 |
|---|
| 1970 | | - select FB_CFB_FILLRECT |
|---|
| 1971 | | - select FB_CFB_COPYAREA |
|---|
| 1972 | | - select FB_CFB_IMAGEBLIT |
|---|
| 1973 | | - ---help--- |
|---|
| 1974 | | - Frame buffer driver for the built-in LCD controller in the Nuvoton |
|---|
| 1975 | | - NUC900 processor |
|---|
| 1976 | | - |
|---|
| 1977 | | -config GPM1040A0_320X240 |
|---|
| 1978 | | - bool "Giantplus Technology GPM1040A0 320x240 Color TFT LCD" |
|---|
| 1979 | | - depends on FB_NUC900 |
|---|
| 1980 | | - |
|---|
| 1981 | 1909 | config FB_SM501 |
|---|
| 1982 | 1910 | tristate "Silicon Motion SM501 framebuffer support" |
|---|
| 1983 | 1911 | depends on FB && MFD_SM501 |
|---|
| 1984 | 1912 | select FB_CFB_FILLRECT |
|---|
| 1985 | 1913 | select FB_CFB_COPYAREA |
|---|
| 1986 | 1914 | select FB_CFB_IMAGEBLIT |
|---|
| 1987 | | - ---help--- |
|---|
| 1915 | + help |
|---|
| 1988 | 1916 | Frame buffer driver for the CRT and LCD controllers in the Silicon |
|---|
| 1989 | 1917 | Motion SM501. |
|---|
| 1990 | 1918 | |
|---|
| 1991 | 1919 | This driver is also available as a module ( = code which can be |
|---|
| 1992 | 1920 | inserted and removed from the running kernel whenever you want). The |
|---|
| 1993 | 1921 | module will be called sm501fb. If you want to compile it as a module, |
|---|
| 1994 | | - say M here and read <file:Documentation/kbuild/modules.txt>. |
|---|
| 1922 | + say M here and read <file:Documentation/kbuild/modules.rst>. |
|---|
| 1995 | 1923 | |
|---|
| 1996 | 1924 | If unsure, say N. |
|---|
| 1997 | 1925 | |
|---|
| .. | .. |
|---|
| 2004 | 1932 | select FB_SYS_IMAGEBLIT |
|---|
| 2005 | 1933 | select FB_SYS_FOPS |
|---|
| 2006 | 1934 | select FB_DEFERRED_IO |
|---|
| 2007 | | - ---help--- |
|---|
| 1935 | + help |
|---|
| 2008 | 1936 | This is a kernel framebuffer driver for SMSC UFX USB devices. |
|---|
| 2009 | 1937 | Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and |
|---|
| 2010 | 1938 | mplayer -vo fbdev. Supports both UFX6000 (USB 2.0) and UFX7000 |
|---|
| .. | .. |
|---|
| 2020 | 1948 | select FB_SYS_IMAGEBLIT |
|---|
| 2021 | 1949 | select FB_SYS_FOPS |
|---|
| 2022 | 1950 | select FB_DEFERRED_IO |
|---|
| 2023 | | - ---help--- |
|---|
| 1951 | + help |
|---|
| 2024 | 1952 | This is a kernel framebuffer driver for DisplayLink USB devices. |
|---|
| 2025 | 1953 | Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and |
|---|
| 2026 | 1954 | mplayer -vo fbdev. Supports all USB 2.0 era DisplayLink devices. |
|---|
| .. | .. |
|---|
| 2032 | 1960 | select FB_CFB_FILLRECT |
|---|
| 2033 | 1961 | select FB_CFB_COPYAREA |
|---|
| 2034 | 1962 | select FB_CFB_IMAGEBLIT |
|---|
| 2035 | | - ---help--- |
|---|
| 1963 | + help |
|---|
| 2036 | 1964 | Say Y here to enable support for the IBM GXT4000P/6000P and |
|---|
| 2037 | 1965 | GXT4500P/6500P display adaptor based on Raster Engine RC1000, |
|---|
| 2038 | 1966 | found on some IBM System P (pSeries) machines. This driver |
|---|
| .. | .. |
|---|
| 2046 | 1974 | select FB_SYS_COPYAREA |
|---|
| 2047 | 1975 | select FB_SYS_IMAGEBLIT |
|---|
| 2048 | 1976 | select FB_SYS_FOPS |
|---|
| 2049 | | - ---help--- |
|---|
| 1977 | + help |
|---|
| 2050 | 1978 | Include support for the virtual frame buffer in the PS3 platform. |
|---|
| 2051 | 1979 | |
|---|
| 2052 | 1980 | config FB_PS3_DEFAULT_SIZE_M |
|---|
| 2053 | 1981 | int "PS3 default frame buffer size (in MiB)" |
|---|
| 2054 | 1982 | depends on FB_PS3 |
|---|
| 2055 | 1983 | default 9 |
|---|
| 2056 | | - ---help--- |
|---|
| 1984 | + help |
|---|
| 2057 | 1985 | This is the default size (in MiB) of the virtual frame buffer in |
|---|
| 2058 | 1986 | the PS3. |
|---|
| 2059 | 1987 | The default value can be overridden on the kernel command line |
|---|
| .. | .. |
|---|
| 2061 | 1989 | |
|---|
| 2062 | 1990 | config FB_XILINX |
|---|
| 2063 | 1991 | tristate "Xilinx frame buffer support" |
|---|
| 2064 | | - depends on FB && (XILINX_VIRTEX || MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP) |
|---|
| 1992 | + depends on FB && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP) |
|---|
| 2065 | 1993 | select FB_CFB_FILLRECT |
|---|
| 2066 | 1994 | select FB_CFB_COPYAREA |
|---|
| 2067 | 1995 | select FB_CFB_IMAGEBLIT |
|---|
| 2068 | | - ---help--- |
|---|
| 1996 | + help |
|---|
| 2069 | 1997 | Include support for the Xilinx ML300/ML403 reference design |
|---|
| 2070 | 1998 | framebuffer. ML300 carries a 640*480 LCD display on the board, |
|---|
| 2071 | 1999 | ML403 uses a standard DB15 VGA connector. |
|---|
| 2072 | 2000 | |
|---|
| 2073 | 2001 | config FB_GOLDFISH |
|---|
| 2074 | 2002 | tristate "Goldfish Framebuffer" |
|---|
| 2075 | | - depends on FB && HAS_DMA && (GOLDFISH || COMPILE_TEST) |
|---|
| 2003 | + depends on FB |
|---|
| 2004 | + depends on GOLDFISH || COMPILE_TEST |
|---|
| 2076 | 2005 | select FB_CFB_FILLRECT |
|---|
| 2077 | 2006 | select FB_CFB_COPYAREA |
|---|
| 2078 | 2007 | select FB_CFB_IMAGEBLIT |
|---|
| 2079 | | - ---help--- |
|---|
| 2008 | + help |
|---|
| 2080 | 2009 | Framebuffer driver for Goldfish Virtual Platform |
|---|
| 2081 | 2010 | |
|---|
| 2082 | 2011 | config FB_COBALT |
|---|
| .. | .. |
|---|
| 2085 | 2014 | |
|---|
| 2086 | 2015 | config FB_SH7760 |
|---|
| 2087 | 2016 | bool "SH7760/SH7763/SH7720/SH7721 LCDC support" |
|---|
| 2088 | | - depends on FB && (CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7763 \ |
|---|
| 2017 | + depends on FB=y && (CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7763 \ |
|---|
| 2089 | 2018 | || CPU_SUBTYPE_SH7720 || CPU_SUBTYPE_SH7721) |
|---|
| 2090 | 2019 | select FB_CFB_FILLRECT |
|---|
| 2091 | 2020 | select FB_CFB_COPYAREA |
|---|
| 2092 | 2021 | select FB_CFB_IMAGEBLIT |
|---|
| 2093 | | - ---help--- |
|---|
| 2022 | + help |
|---|
| 2094 | 2023 | Support for the SH7760/SH7763/SH7720/SH7721 integrated |
|---|
| 2095 | 2024 | (D)STN/TFT LCD Controller. |
|---|
| 2096 | 2025 | Supports display resolutions up to 1024x1024 pixel, grayscale and |
|---|
| .. | .. |
|---|
| 2100 | 2029 | |
|---|
| 2101 | 2030 | config FB_DA8XX |
|---|
| 2102 | 2031 | tristate "DA8xx/OMAP-L1xx/AM335x Framebuffer support" |
|---|
| 2103 | | - depends on FB && (ARCH_DAVINCI_DA8XX || SOC_AM33XX) |
|---|
| 2032 | + depends on FB && HAVE_CLK && HAS_IOMEM |
|---|
| 2033 | + depends on ARCH_DAVINCI_DA8XX || SOC_AM33XX || COMPILE_TEST |
|---|
| 2104 | 2034 | select FB_CFB_FILLRECT |
|---|
| 2105 | 2035 | select FB_CFB_COPYAREA |
|---|
| 2106 | 2036 | select FB_CFB_IMAGEBLIT |
|---|
| 2107 | 2037 | select FB_CFB_REV_PIXELS_IN_BYTE |
|---|
| 2108 | 2038 | select FB_MODE_HELPERS |
|---|
| 2109 | 2039 | select VIDEOMODE_HELPERS |
|---|
| 2110 | | - ---help--- |
|---|
| 2040 | + help |
|---|
| 2111 | 2041 | This is the frame buffer device driver for the TI LCD controller |
|---|
| 2112 | 2042 | found on DA8xx/OMAP-L1xx/AM335x SoCs. |
|---|
| 2113 | 2043 | If unsure, say N. |
|---|
| .. | .. |
|---|
| 2119 | 2049 | select FB_SYS_COPYAREA |
|---|
| 2120 | 2050 | select FB_SYS_IMAGEBLIT |
|---|
| 2121 | 2051 | select FB_SYS_FOPS |
|---|
| 2122 | | - ---help--- |
|---|
| 2052 | + help |
|---|
| 2123 | 2053 | This is a `virtual' frame buffer device. It operates on a chunk of |
|---|
| 2124 | 2054 | unswappable kernel memory instead of on the memory of a graphics |
|---|
| 2125 | 2055 | board. This means you cannot see any output sent to this frame |
|---|
| .. | .. |
|---|
| 2170 | 2100 | select FB_CFB_FILLRECT |
|---|
| 2171 | 2101 | select FB_CFB_COPYAREA |
|---|
| 2172 | 2102 | select FB_CFB_IMAGEBLIT |
|---|
| 2173 | | - ---help--- |
|---|
| 2103 | + help |
|---|
| 2174 | 2104 | Frame buffer driver for Fujitsu Carmine/Coral-P(A)/Lime controllers. |
|---|
| 2175 | 2105 | |
|---|
| 2176 | 2106 | choice |
|---|
| .. | .. |
|---|
| 2180 | 2110 | config FB_MB862XX_PCI_GDC |
|---|
| 2181 | 2111 | bool "Carmine/Coral-P(A) GDC" |
|---|
| 2182 | 2112 | depends on PCI |
|---|
| 2183 | | - ---help--- |
|---|
| 2113 | + help |
|---|
| 2184 | 2114 | This enables framebuffer support for Fujitsu Carmine/Coral-P(A) |
|---|
| 2185 | 2115 | PCI graphics controller devices. |
|---|
| 2186 | 2116 | |
|---|
| .. | .. |
|---|
| 2189 | 2119 | depends on OF && PPC |
|---|
| 2190 | 2120 | select FB_FOREIGN_ENDIAN |
|---|
| 2191 | 2121 | select FB_LITTLE_ENDIAN |
|---|
| 2192 | | - ---help--- |
|---|
| 2122 | + help |
|---|
| 2193 | 2123 | Framebuffer support for Fujitsu Lime GDC on host CPU bus. |
|---|
| 2194 | 2124 | |
|---|
| 2195 | 2125 | endchoice |
|---|
| .. | .. |
|---|
| 2210 | 2140 | select FB_CFB_FILLRECT |
|---|
| 2211 | 2141 | select FB_CFB_COPYAREA |
|---|
| 2212 | 2142 | select FB_CFB_IMAGEBLIT |
|---|
| 2213 | | - ---help--- |
|---|
| 2143 | + help |
|---|
| 2214 | 2144 | Framebuffer driver for the Cirrus Logic EP93XX series of processors. |
|---|
| 2215 | 2145 | This driver is also available as a module. The module will be called |
|---|
| 2216 | 2146 | ep93xx-fb. |
|---|
| .. | .. |
|---|
| 2218 | 2148 | config FB_PRE_INIT_FB |
|---|
| 2219 | 2149 | bool "Don't reinitialize, use bootloader's GDC/Display configuration" |
|---|
| 2220 | 2150 | depends on FB && FB_MB862XX_LIME |
|---|
| 2221 | | - ---help--- |
|---|
| 2151 | + help |
|---|
| 2222 | 2152 | Select this option if display contents should be inherited as set by |
|---|
| 2223 | 2153 | the bootloader. |
|---|
| 2224 | 2154 | |
|---|
| .. | .. |
|---|
| 2226 | 2156 | tristate "MX3 Framebuffer support" |
|---|
| 2227 | 2157 | depends on FB && MX3_IPU |
|---|
| 2228 | 2158 | select BACKLIGHT_CLASS_DEVICE |
|---|
| 2229 | | - select BACKLIGHT_LCD_SUPPORT |
|---|
| 2230 | 2159 | select FB_CFB_FILLRECT |
|---|
| 2231 | 2160 | select FB_CFB_COPYAREA |
|---|
| 2232 | 2161 | select FB_CFB_IMAGEBLIT |
|---|
| .. | .. |
|---|
| 2238 | 2167 | |
|---|
| 2239 | 2168 | config FB_BROADSHEET |
|---|
| 2240 | 2169 | tristate "E-Ink Broadsheet/Epson S1D13521 controller support" |
|---|
| 2241 | | - depends on FB |
|---|
| 2170 | + depends on FB && (ARCH_PXA || COMPILE_TEST) |
|---|
| 2242 | 2171 | select FB_SYS_FILLRECT |
|---|
| 2243 | 2172 | select FB_SYS_COPYAREA |
|---|
| 2244 | 2173 | select FB_SYS_IMAGEBLIT |
|---|
| .. | .. |
|---|
| 2250 | 2179 | and could also have been called by other names when coupled with |
|---|
| 2251 | 2180 | a bridge adapter. |
|---|
| 2252 | 2181 | |
|---|
| 2253 | | -config FB_JZ4740 |
|---|
| 2254 | | - tristate "JZ4740 LCD framebuffer support" |
|---|
| 2255 | | - depends on FB && MACH_JZ4740 |
|---|
| 2256 | | - select FB_SYS_FILLRECT |
|---|
| 2257 | | - select FB_SYS_COPYAREA |
|---|
| 2258 | | - select FB_SYS_IMAGEBLIT |
|---|
| 2259 | | - help |
|---|
| 2260 | | - Framebuffer support for the JZ4740 SoC. |
|---|
| 2261 | | - |
|---|
| 2262 | | -config FB_MXS |
|---|
| 2263 | | - tristate "MXS LCD framebuffer support" |
|---|
| 2264 | | - depends on FB && (ARCH_MXS || ARCH_MXC) |
|---|
| 2265 | | - select FB_CFB_FILLRECT |
|---|
| 2266 | | - select FB_CFB_COPYAREA |
|---|
| 2267 | | - select FB_CFB_IMAGEBLIT |
|---|
| 2268 | | - select FB_MODE_HELPERS |
|---|
| 2269 | | - select VIDEOMODE_HELPERS |
|---|
| 2270 | | - help |
|---|
| 2271 | | - Framebuffer support for the MXS SoC. |
|---|
| 2272 | | - |
|---|
| 2273 | | -config FB_PUV3_UNIGFX |
|---|
| 2274 | | - tristate "PKUnity v3 Unigfx framebuffer support" |
|---|
| 2275 | | - depends on FB && UNICORE32 && ARCH_PUV3 |
|---|
| 2276 | | - select FB_SYS_FILLRECT |
|---|
| 2277 | | - select FB_SYS_COPYAREA |
|---|
| 2278 | | - select FB_SYS_IMAGEBLIT |
|---|
| 2279 | | - select FB_SYS_FOPS |
|---|
| 2280 | | - help |
|---|
| 2281 | | - Choose this option if you want to use the Unigfx device as a |
|---|
| 2282 | | - framebuffer device. Without the support of PCI & AGP. |
|---|
| 2283 | | - |
|---|
| 2284 | 2182 | config FB_HYPERV |
|---|
| 2285 | 2183 | tristate "Microsoft Hyper-V Synthetic Video support" |
|---|
| 2286 | 2184 | depends on FB && HYPERV |
|---|
| 2287 | 2185 | select FB_CFB_FILLRECT |
|---|
| 2288 | 2186 | select FB_CFB_COPYAREA |
|---|
| 2289 | 2187 | select FB_CFB_IMAGEBLIT |
|---|
| 2188 | + select FB_DEFERRED_IO |
|---|
| 2189 | + select DMA_CMA if HAVE_DMA_CONTIGUOUS && CMA |
|---|
| 2290 | 2190 | help |
|---|
| 2291 | 2191 | This framebuffer driver supports Microsoft Hyper-V Synthetic Video. |
|---|
| 2292 | 2192 | |
|---|
| .. | .. |
|---|
| 2316 | 2216 | select FB_SYS_COPYAREA |
|---|
| 2317 | 2217 | select FB_SYS_IMAGEBLIT |
|---|
| 2318 | 2218 | select FB_DEFERRED_IO |
|---|
| 2319 | | - select PWM |
|---|
| 2320 | 2219 | select FB_BACKLIGHT |
|---|
| 2321 | 2220 | help |
|---|
| 2322 | 2221 | This driver implements support for the Solomon SSD1307 |
|---|
| .. | .. |
|---|
| 2334 | 2233 | |
|---|
| 2335 | 2234 | This driver is also available as a module. The module will be |
|---|
| 2336 | 2235 | called sm712fb. If you want to compile it as a module, say M |
|---|
| 2337 | | - here and read <file:Documentation/kbuild/modules.txt>. |
|---|
| 2236 | + here and read <file:Documentation/kbuild/modules.rst>. |
|---|
| 2338 | 2237 | |
|---|
| 2339 | 2238 | source "drivers/video/fbdev/omap/Kconfig" |
|---|
| 2340 | 2239 | source "drivers/video/fbdev/omap2/Kconfig" |
|---|