1# SPDX-License-Identifier: GPL-2.0-only 2# 3# fbdev configuration 4# 5 6config FB_NOTIFY 7 bool 8 9menuconfig FB 10 tristate "Support for frame buffer devices" 11 select FB_NOTIFY 12 select VIDEO_CMDLINE 13 help 14 The frame buffer device provides an abstraction for the graphics 15 hardware. It represents the frame buffer of some video hardware and 16 allows application software to access the graphics hardware through 17 a well-defined interface, so the software doesn't need to know 18 anything about the low-level (hardware register) stuff. 19 20 Frame buffer devices work identically across the different 21 architectures supported by Linux and make the implementation of 22 application programs easier and more portable; at this point, an X 23 server exists which uses the frame buffer device exclusively. 24 On several non-X86 architectures, the frame buffer device is the 25 only way to use the graphics hardware. 26 27 The device is accessed through special device nodes, usually located 28 in the /dev directory, i.e. /dev/fb*. 29 30 You need an utility program called fbset to make full use of frame 31 buffer devices. Please read <file:Documentation/fb/framebuffer.rst> 32 and the Framebuffer-HOWTO at 33 <http://www.munted.org.uk/programming/Framebuffer-HOWTO-1.3.html> for more 34 information. 35 36 Say Y here and to the driver for your graphics board below if you 37 are compiling a kernel for a non-x86 architecture. 38 39 If you are compiling for the x86 architecture, you can say Y if you 40 want to play with it, but it is not essential. Please note that 41 running graphical applications that directly touch the hardware 42 (e.g. an accelerated X server) and that are not frame buffer 43 device-aware may cause unexpected results. If unsure, say N. 44 45config FIRMWARE_EDID 46 bool "Enable firmware EDID" 47 depends on FB 48 help 49 This enables access to the EDID transferred from the firmware. 50 On the i386, this is from the Video BIOS. Enable this if DDC/I2C 51 transfers do not work for your driver and if you are using 52 nvidiafb, i810fb or savagefb. 53 54 In general, choosing Y for this option is safe. If you 55 experience extremely long delays while booting before you get 56 something on your display, try setting this to N. Matrox cards in 57 combination with certain motherboards and monitors are known to 58 suffer from this problem. 59 60config FB_DDC 61 tristate 62 depends on FB 63 select I2C_ALGOBIT 64 select I2C 65 66config FB_CFB_FILLRECT 67 tristate 68 depends on FB 69 help 70 Include the cfb_fillrect function for generic software rectangle 71 filling. This is used by drivers that don't provide their own 72 (accelerated) version. 73 74config FB_CFB_COPYAREA 75 tristate 76 depends on FB 77 help 78 Include the cfb_copyarea function for generic software area copying. 79 This is used by drivers that don't provide their own (accelerated) 80 version. 81 82config FB_CFB_IMAGEBLIT 83 tristate 84 depends on FB 85 help 86 Include the cfb_imageblit function for generic software image 87 blitting. This is used by drivers that don't provide their own 88 (accelerated) version. 89 90config FB_CFB_REV_PIXELS_IN_BYTE 91 bool 92 depends on FB 93 help 94 Allow generic frame-buffer functions to work on displays with 1, 2 95 and 4 bits per pixel depths which has opposite order of pixels in 96 byte order to bytes in long order. 97 98config FB_SYS_FILLRECT 99 tristate 100 depends on FB 101 help 102 Include the sys_fillrect function for generic software rectangle 103 filling. This is used by drivers that don't provide their own 104 (accelerated) version and the framebuffer is in system RAM. 105 106config FB_SYS_COPYAREA 107 tristate 108 depends on FB 109 help 110 Include the sys_copyarea function for generic software area copying. 111 This is used by drivers that don't provide their own (accelerated) 112 version and the framebuffer is in system RAM. 113 114config FB_SYS_IMAGEBLIT 115 tristate 116 depends on FB 117 help 118 Include the sys_imageblit function for generic software image 119 blitting. This is used by drivers that don't provide their own 120 (accelerated) version and the framebuffer is in system RAM. 121 122config FB_PROVIDE_GET_FB_UNMAPPED_AREA 123 bool 124 depends on FB 125 help 126 Allow generic frame-buffer to provide get_fb_unmapped_area 127 function. 128 129menuconfig FB_FOREIGN_ENDIAN 130 bool "Framebuffer foreign endianness support" 131 depends on FB 132 help 133 This menu will let you enable support for the framebuffers with 134 non-native endianness (e.g. Little-Endian framebuffer on a 135 Big-Endian machine). Most probably you don't have such hardware, 136 so it's safe to say "n" here. 137 138choice 139 prompt "Choice endianness support" 140 depends on FB_FOREIGN_ENDIAN 141 142config FB_BOTH_ENDIAN 143 bool "Support for Big- and Little-Endian framebuffers" 144 145config FB_BIG_ENDIAN 146 bool "Support for Big-Endian framebuffers only" 147 148config FB_LITTLE_ENDIAN 149 bool "Support for Little-Endian framebuffers only" 150 151endchoice 152 153config FB_SYS_FOPS 154 tristate 155 depends on FB 156 157config FB_DEFERRED_IO 158 bool 159 depends on FB 160 161config FB_HECUBA 162 tristate 163 depends on FB 164 depends on FB_DEFERRED_IO 165 166config FB_SVGALIB 167 tristate 168 depends on FB 169 help 170 Common utility functions useful to fbdev drivers of VGA-based 171 cards. 172 173config FB_MACMODES 174 tristate 175 depends on FB 176 177config FB_BACKLIGHT 178 tristate 179 depends on FB 180 select BACKLIGHT_CLASS_DEVICE 181 182config FB_MODE_HELPERS 183 bool "Enable Video Mode Handling Helpers" 184 depends on FB 185 help 186 This enables functions for handling video modes using the 187 Generalized Timing Formula and the EDID parser. A few drivers rely 188 on this feature such as the radeonfb, rivafb, and the i810fb. If 189 your driver does not take advantage of this feature, choosing Y will 190 just increase the kernel size by about 5K. 191 192config FB_TILEBLITTING 193 bool "Enable Tile Blitting Support" 194 depends on FB 195 help 196 This enables tile blitting. Tile blitting is a drawing technique 197 where the screen is divided into rectangular sections (tiles), whereas 198 the standard blitting divides the screen into pixels. Because the 199 default drawing element is a tile, drawing functions will be passed 200 parameters in terms of number of tiles instead of number of pixels. 201 For example, to draw a single character, instead of using bitmaps, 202 an index to an array of bitmaps will be used. To clear or move a 203 rectangular section of a screen, the rectangle will be described in 204 terms of number of tiles in the x- and y-axis. 205 206 This is particularly important to one driver, matroxfb. If 207 unsure, say N. 208 209comment "Frame buffer hardware drivers" 210 depends on FB 211 212config FB_GRVGA 213 tristate "Aeroflex Gaisler framebuffer support" 214 depends on FB && SPARC 215 select FB_CFB_FILLRECT 216 select FB_CFB_COPYAREA 217 select FB_CFB_IMAGEBLIT 218 help 219 This enables support for the SVGACTRL framebuffer in the GRLIB IP library from Aeroflex Gaisler. 220 221config FB_CIRRUS 222 tristate "Cirrus Logic support" 223 depends on FB && (ZORRO || PCI) 224 select FB_CFB_FILLRECT 225 select FB_CFB_COPYAREA 226 select FB_CFB_IMAGEBLIT 227 select VIDEO_NOMODESET 228 help 229 This enables support for Cirrus Logic GD542x/543x based boards on 230 Amiga: SD64, Piccolo, Picasso II/II+, Picasso IV, or EGS Spectrum. 231 232 If you have a PCI-based system, this enables support for these 233 chips: GD-543x, GD-544x, GD-5480. 234 235 Please read the file <file:Documentation/fb/cirrusfb.rst>. 236 237 Say N unless you have such a graphics board or plan to get one 238 before you next recompile the kernel. 239 240config FB_PM2 241 tristate "Permedia2 support" 242 depends on FB && ((AMIGA && BROKEN) || PCI) 243 select FB_CFB_FILLRECT 244 select FB_CFB_COPYAREA 245 select FB_CFB_IMAGEBLIT 246 select VIDEO_NOMODESET 247 help 248 This is the frame buffer device driver for cards based on 249 the 3D Labs Permedia, Permedia 2 and Permedia 2V chips. 250 The driver was tested on the following cards: 251 Diamond FireGL 1000 PRO AGP 252 ELSA Gloria Synergy PCI 253 Appian Jeronimo PRO (both heads) PCI 254 3DLabs Oxygen ACX aka EONtronics Picasso P2 PCI 255 Techsource Raptor GFX-8P (aka Sun PGX-32) on SPARC 256 ASK Graphic Blaster Exxtreme AGP 257 258 To compile this driver as a module, choose M here: the 259 module will be called pm2fb. 260 261config FB_PM2_FIFO_DISCONNECT 262 bool "enable FIFO disconnect feature" 263 depends on FB_PM2 && PCI 264 help 265 Support the Permedia2 FIFO disconnect feature. 266 267config FB_ARMCLCD 268 tristate "ARM PrimeCell PL110 support" 269 depends on ARM || ARM64 || COMPILE_TEST 270 depends on FB && ARM_AMBA && HAS_IOMEM 271 select FB_CFB_FILLRECT 272 select FB_CFB_COPYAREA 273 select FB_CFB_IMAGEBLIT 274 select FB_MODE_HELPERS if OF 275 select VIDEOMODE_HELPERS if OF 276 select BACKLIGHT_CLASS_DEVICE if OF 277 help 278 This framebuffer device driver is for the ARM PrimeCell PL110 279 Colour LCD controller. ARM PrimeCells provide the building 280 blocks for System on a Chip devices. 281 282 If you want to compile this as a module (=code which can be 283 inserted into and removed from the running kernel), say M 284 here and read <file:Documentation/kbuild/modules.rst>. The module 285 will be called amba-clcd. 286 287config FB_ACORN 288 bool "Acorn VIDC support" 289 depends on (FB = y) && ARM && ARCH_ACORN 290 select FB_CFB_FILLRECT 291 select FB_CFB_COPYAREA 292 select FB_CFB_IMAGEBLIT 293 help 294 This is the frame buffer device driver for the Acorn VIDC graphics 295 hardware found in Acorn RISC PCs and other ARM-based machines. If 296 unsure, say N. 297 298config FB_CLPS711X 299 tristate "CLPS711X LCD support" 300 depends on FB && (ARCH_CLPS711X || COMPILE_TEST) 301 select FB_MODE_HELPERS 302 select FB_SYS_FILLRECT 303 select FB_SYS_COPYAREA 304 select FB_SYS_IMAGEBLIT 305 select LCD_CLASS_DEVICE 306 select VIDEOMODE_HELPERS 307 help 308 Say Y to enable the Framebuffer driver for the Cirrus Logic 309 CLPS711X CPUs. 310 311config FB_SA1100 312 bool "SA-1100 LCD support" 313 depends on (FB = y) && ARM && ARCH_SA1100 314 select FB_CFB_FILLRECT 315 select FB_CFB_COPYAREA 316 select FB_CFB_IMAGEBLIT 317 help 318 This is a framebuffer device for the SA-1100 LCD Controller. 319 See <http://www.linux-fbdev.org/> for information on framebuffer 320 devices. 321 322 If you plan to use the LCD display with your SA-1100 system, say 323 Y here. 324 325config FB_IMX 326 tristate "Freescale i.MX1/21/25/27 LCD support" 327 depends on FB && HAVE_CLK && HAS_IOMEM 328 depends on ARCH_MXC || COMPILE_TEST 329 select LCD_CLASS_DEVICE 330 select FB_CFB_FILLRECT 331 select FB_CFB_COPYAREA 332 select FB_CFB_IMAGEBLIT 333 select FB_MODE_HELPERS 334 select VIDEOMODE_HELPERS 335 336config FB_CYBER2000 337 tristate "CyberPro 2000/2010/5000 support" 338 depends on FB && PCI && (BROKEN || !SPARC64) 339 select FB_CFB_FILLRECT 340 select FB_CFB_COPYAREA 341 select FB_CFB_IMAGEBLIT 342 select VIDEO_NOMODESET 343 help 344 This enables support for the Integraphics CyberPro 20x0 and 5000 345 VGA chips used in the Rebel.com Netwinder and other machines. 346 Say Y if you have a NetWinder or a graphics card containing this 347 device, otherwise say N. 348 349config FB_CYBER2000_DDC 350 bool "DDC for CyberPro support" 351 depends on FB_CYBER2000 352 select FB_DDC 353 default y 354 help 355 Say Y here if you want DDC support for your CyberPro graphics 356 card. This is only I2C bus support, driver does not use EDID. 357 358config FB_CYBER2000_I2C 359 bool "CyberPro 2000/2010/5000 I2C support" 360 depends on FB_CYBER2000 && I2C && ARCH_NETWINDER 361 depends on I2C=y || FB_CYBER2000=m 362 select I2C_ALGOBIT 363 help 364 Enable support for the I2C video decoder interface on the 365 Integraphics CyberPro 20x0 and 5000 VGA chips. This is used 366 on the Netwinder machines for the SAA7111 video capture. 367 368config FB_APOLLO 369 bool 370 depends on (FB = y) && APOLLO 371 default y 372 select FB_CFB_FILLRECT 373 select FB_CFB_IMAGEBLIT 374 375config FB_Q40 376 bool 377 depends on (FB = y) && Q40 378 default y 379 select FB_CFB_FILLRECT 380 select FB_CFB_COPYAREA 381 select FB_CFB_IMAGEBLIT 382 383config FB_AMIGA 384 tristate "Amiga native chipset support" 385 depends on FB && AMIGA 386 help 387 This is the frame buffer device driver for the builtin graphics 388 chipset found in Amigas. 389 390 To compile this driver as a module, choose M here: the 391 module will be called amifb. 392 393config FB_AMIGA_OCS 394 bool "Amiga OCS chipset support" 395 depends on FB_AMIGA 396 help 397 This enables support for the original Agnus and Denise video chips, 398 found in the Amiga 1000 and most A500's and A2000's. If you intend 399 to run Linux on any of these systems, say Y; otherwise say N. 400 401config FB_AMIGA_ECS 402 bool "Amiga ECS chipset support" 403 depends on FB_AMIGA 404 help 405 This enables support for the Enhanced Chip Set, found in later 406 A500's, later A2000's, the A600, the A3000, the A3000T and CDTV. If 407 you intend to run Linux on any of these systems, say Y; otherwise 408 say N. 409 410config FB_AMIGA_AGA 411 bool "Amiga AGA chipset support" 412 depends on FB_AMIGA 413 help 414 This enables support for the Advanced Graphics Architecture (also 415 known as the AGA or AA) Chip Set, found in the A1200, A4000, A4000T 416 and CD32. If you intend to run Linux on any of these systems, say Y; 417 otherwise say N. 418 419config FB_FM2 420 bool "Amiga FrameMaster II/Rainbow II support" 421 depends on (FB = y) && ZORRO 422 select FB_CFB_FILLRECT 423 select FB_CFB_COPYAREA 424 select FB_CFB_IMAGEBLIT 425 help 426 This is the frame buffer device driver for the Amiga FrameMaster 427 card from BSC (exhibited 1992 but not shipped as a CBM product). 428 429config FB_ARC 430 tristate "Arc Monochrome LCD board support" 431 depends on FB && (X86 || COMPILE_TEST) 432 select FB_SYS_FILLRECT 433 select FB_SYS_COPYAREA 434 select FB_SYS_IMAGEBLIT 435 select FB_SYS_FOPS 436 help 437 This enables support for the Arc Monochrome LCD board. The board 438 is based on the KS-108 lcd controller and is typically a matrix 439 of 2*n chips. This driver was tested with a 128x64 panel. This 440 driver supports it for use with x86 SBCs through a 16 bit GPIO 441 interface (8 bit data, 8 bit control). If you anticipate using 442 this driver, say Y or M; otherwise say N. You must specify the 443 GPIO IO address to be used for setting control and data. 444 445config FB_ATARI 446 bool "Atari native chipset support" 447 depends on (FB = y) && ATARI 448 select FB_CFB_FILLRECT 449 select FB_CFB_COPYAREA 450 select FB_CFB_IMAGEBLIT 451 help 452 This is the frame buffer device driver for the builtin graphics 453 chipset found in Ataris. 454 455config FB_OF 456 tristate "Open Firmware frame buffer device support" 457 depends on FB && PPC && (!PPC_PSERIES || PCI) 458 depends on !DRM_OFDRM 459 select APERTURE_HELPERS 460 select FB_CFB_FILLRECT 461 select FB_CFB_COPYAREA 462 select FB_CFB_IMAGEBLIT 463 select FB_MACMODES 464 help 465 Say Y if you want support with Open Firmware for your graphics 466 board. 467 468config FB_CONTROL 469 bool "Apple \"control\" display support" 470 depends on (FB = y) && ((PPC_PMAC && PPC32) || COMPILE_TEST) 471 select FB_CFB_FILLRECT 472 select FB_CFB_COPYAREA 473 select FB_CFB_IMAGEBLIT 474 select FB_MACMODES 475 help 476 This driver supports a frame buffer for the graphics adapter in the 477 Power Macintosh 7300 and others. 478 479config FB_PLATINUM 480 bool "Apple \"platinum\" display support" 481 depends on (FB = y) && PPC_PMAC && PPC32 482 select FB_CFB_FILLRECT 483 select FB_CFB_COPYAREA 484 select FB_CFB_IMAGEBLIT 485 select FB_MACMODES 486 help 487 This driver supports a frame buffer for the "platinum" graphics 488 adapter in some Power Macintoshes. 489 490config FB_VALKYRIE 491 bool "Apple \"valkyrie\" display support" 492 depends on (FB = y) && (MAC || (PPC_PMAC && PPC32)) 493 select FB_CFB_FILLRECT 494 select FB_CFB_COPYAREA 495 select FB_CFB_IMAGEBLIT 496 select FB_MACMODES 497 help 498 This driver supports a frame buffer for the "valkyrie" graphics 499 adapter in some Power Macintoshes. 500 501config FB_CT65550 502 bool "Chips 65550 display support" 503 depends on (FB = y) && PPC32 && PCI 504 select FB_CFB_FILLRECT 505 select FB_CFB_COPYAREA 506 select FB_CFB_IMAGEBLIT 507 select VIDEO_NOMODESET 508 help 509 This is the frame buffer device driver for the Chips & Technologies 510 65550 graphics chip in PowerBooks. 511 512config FB_ASILIANT 513 bool "Asiliant (Chips) 69000 display support" 514 depends on (FB = y) && PCI 515 select FB_CFB_FILLRECT 516 select FB_CFB_COPYAREA 517 select FB_CFB_IMAGEBLIT 518 select VIDEO_NOMODESET 519 help 520 This is the frame buffer device driver for the Asiliant 69030 chipset 521 522config FB_IMSTT 523 bool "IMS Twin Turbo display support" 524 depends on (FB = y) && PCI 525 select FB_CFB_IMAGEBLIT 526 select FB_MACMODES if PPC_PMAC 527 select VIDEO_NOMODESET 528 help 529 The IMS Twin Turbo is a PCI-based frame buffer card bundled with 530 many Macintosh and compatible computers. 531 532config FB_VGA16 533 tristate "VGA 16-color graphics support" 534 depends on FB && (X86 || PPC) 535 select APERTURE_HELPERS 536 select FB_CFB_FILLRECT 537 select FB_CFB_COPYAREA 538 select FB_CFB_IMAGEBLIT 539 select VGASTATE 540 select FONT_8x16 if FRAMEBUFFER_CONSOLE 541 help 542 This is the frame buffer device driver for VGA 16 color graphic 543 cards. Say Y if you have such a card. 544 545 To compile this driver as a module, choose M here: the 546 module will be called vga16fb. 547 548config FB_STI 549 tristate "HP STI frame buffer device support" 550 depends on FB && PARISC 551 select FB_CFB_FILLRECT 552 select FB_CFB_COPYAREA 553 select FB_CFB_IMAGEBLIT 554 select STI_CORE 555 default y 556 help 557 Enabling this option will implement the linux framebuffer device 558 using calls to the STI BIOS routines for initialisation. 559 560 If you enable this option, you will get a planar framebuffer device 561 /dev/fb which will work on the most common HP graphic cards of the 562 NGLE family, including the artist chips (in the 7xx and Bxxx series), 563 HCRX, HCRX24, CRX, CRX24 and VisEG series. 564 565 It is safe to enable this option, so you should probably say "Y". 566 567config FB_MAC 568 bool "Generic Macintosh display support" 569 depends on (FB = y) && MAC 570 select FB_CFB_FILLRECT 571 select FB_CFB_COPYAREA 572 select FB_CFB_IMAGEBLIT 573 select FB_MACMODES 574 575config FB_HP300 576 bool 577 depends on (FB = y) && DIO 578 select FB_CFB_IMAGEBLIT 579 default y 580 581config FB_TGA 582 tristate "TGA/SFB+ framebuffer support" 583 depends on FB 584 depends on PCI || TC 585 depends on ALPHA || TC 586 select FB_CFB_FILLRECT 587 select FB_CFB_COPYAREA 588 select FB_CFB_IMAGEBLIT 589 select BITREVERSE 590 select VIDEO_NOMODESET 591 help 592 This is the frame buffer device driver for generic TGA and SFB+ 593 graphic cards. These include DEC ZLXp-E1, -E2 and -E3 PCI cards, 594 also known as PBXGA-A, -B and -C, and DEC ZLX-E1, -E2 and -E3 595 TURBOchannel cards, also known as PMAGD-A, -B and -C. 596 597 Due to hardware limitations ZLX-E2 and E3 cards are not supported 598 for DECstation 5000/200 systems. Additionally due to firmware 599 limitations these cards may cause troubles with booting DECstation 600 5000/240 and /260 systems, but are fully supported under Linux if 601 you manage to get it going. ;-) 602 603 Say Y if you have one of those. 604 605config FB_UVESA 606 tristate "Userspace VESA VGA graphics support" 607 depends on FB && CONNECTOR 608 depends on !UML 609 select FB_CFB_FILLRECT 610 select FB_CFB_COPYAREA 611 select FB_CFB_IMAGEBLIT 612 select FB_MODE_HELPERS 613 help 614 This is the frame buffer driver for generic VBE 2.0 compliant 615 graphic cards. It can also take advantage of VBE 3.0 features, 616 such as refresh rate adjustment. 617 618 This driver generally provides more features than vesafb but 619 requires a userspace helper application called 'v86d'. See 620 <file:Documentation/fb/uvesafb.rst> for more information. 621 622 If unsure, say N. 623 624config FB_VESA 625 bool "VESA VGA graphics support" 626 depends on (FB = y) && X86 627 select APERTURE_HELPERS 628 select FB_CFB_FILLRECT 629 select FB_CFB_COPYAREA 630 select FB_CFB_IMAGEBLIT 631 select SYSFB 632 help 633 This is the frame buffer device driver for generic VESA 2.0 634 compliant graphic cards. The older VESA 1.2 cards are not supported. 635 You will get a boot time penguin logo at no additional cost. Please 636 read <file:Documentation/fb/vesafb.rst>. If unsure, say Y. 637 638config FB_EFI 639 bool "EFI-based Framebuffer Support" 640 depends on (FB = y) && !IA64 && EFI 641 select APERTURE_HELPERS 642 select DRM_PANEL_ORIENTATION_QUIRKS 643 select FB_CFB_FILLRECT 644 select FB_CFB_COPYAREA 645 select FB_CFB_IMAGEBLIT 646 select SYSFB 647 help 648 This is the EFI frame buffer device driver. If the firmware on 649 your platform is EFI 1.10 or UEFI 2.0, select Y to add support for 650 using the EFI framebuffer as your console. 651 652config FB_N411 653 tristate "N411 Apollo/Hecuba devkit support" 654 depends on FB && X86 && MMU 655 select FB_SYS_FILLRECT 656 select FB_SYS_COPYAREA 657 select FB_SYS_IMAGEBLIT 658 select FB_SYS_FOPS 659 select FB_DEFERRED_IO 660 select FB_HECUBA 661 help 662 This enables support for the Apollo display controller in its 663 Hecuba form using the n411 devkit. 664 665config FB_HGA 666 tristate "Hercules mono graphics support" 667 depends on FB && X86 668 help 669 Say Y here if you have a Hercules mono graphics card. 670 671 To compile this driver as a module, choose M here: the 672 module will be called hgafb. 673 674 As this card technology is at least 25 years old, 675 most people will answer N here. 676 677config FB_GBE 678 bool "SGI Graphics Backend frame buffer support" 679 depends on (FB = y) && HAS_IOMEM 680 depends on SGI_IP32 || COMPILE_TEST 681 select FB_CFB_FILLRECT 682 select FB_CFB_COPYAREA 683 select FB_CFB_IMAGEBLIT 684 help 685 This is the frame buffer device driver for SGI Graphics Backend. 686 This chip is used in SGI O2 and Visual Workstation 320/540. 687 688config FB_GBE_MEM 689 int "Video memory size in MB" 690 depends on FB_GBE 691 default 4 692 help 693 This is the amount of memory reserved for the framebuffer, 694 which can be any value between 1MB and 8MB. 695 696config FB_SBUS 697 bool "SBUS and UPA framebuffers" 698 depends on (FB = y) && SPARC 699 help 700 Say Y if you want support for SBUS or UPA based frame buffer device. 701 702config FB_BW2 703 bool "BWtwo support" 704 depends on (FB = y) && (SPARC && FB_SBUS) 705 select FB_CFB_FILLRECT 706 select FB_CFB_COPYAREA 707 select FB_CFB_IMAGEBLIT 708 help 709 This is the frame buffer device driver for the BWtwo frame buffer. 710 711config FB_CG3 712 bool "CGthree support" 713 depends on (FB = y) && (SPARC && FB_SBUS) 714 select FB_CFB_FILLRECT 715 select FB_CFB_COPYAREA 716 select FB_CFB_IMAGEBLIT 717 help 718 This is the frame buffer device driver for the CGthree frame buffer. 719 720config FB_CG6 721 bool "CGsix (GX,TurboGX) support" 722 depends on (FB = y) && (SPARC && FB_SBUS) 723 select FB_CFB_COPYAREA 724 select FB_CFB_IMAGEBLIT 725 help 726 This is the frame buffer device driver for the CGsix (GX, TurboGX) 727 frame buffer. 728 729config FB_FFB 730 bool "Creator/Creator3D/Elite3D support" 731 depends on FB_SBUS && SPARC64 732 select FB_CFB_COPYAREA 733 select FB_CFB_IMAGEBLIT 734 help 735 This is the frame buffer device driver for the Creator, Creator3D, 736 and Elite3D graphics boards. 737 738config FB_TCX 739 bool "TCX (SS4/SS5 only) support" 740 depends on FB_SBUS 741 select FB_CFB_FILLRECT 742 select FB_CFB_COPYAREA 743 select FB_CFB_IMAGEBLIT 744 help 745 This is the frame buffer device driver for the TCX 24/8bit frame 746 buffer. 747 748config FB_CG14 749 bool "CGfourteen (SX) support" 750 depends on FB_SBUS 751 select FB_CFB_FILLRECT 752 select FB_CFB_COPYAREA 753 select FB_CFB_IMAGEBLIT 754 help 755 This is the frame buffer device driver for the CGfourteen frame 756 buffer on Desktop SPARCsystems with the SX graphics option. 757 758config FB_P9100 759 bool "P9100 (Sparcbook 3 only) support" 760 depends on FB_SBUS 761 select FB_CFB_FILLRECT 762 select FB_CFB_COPYAREA 763 select FB_CFB_IMAGEBLIT 764 help 765 This is the frame buffer device driver for the P9100 card 766 supported on Sparcbook 3 machines. 767 768config FB_LEO 769 bool "Leo (ZX) support" 770 depends on FB_SBUS 771 select FB_CFB_FILLRECT 772 select FB_CFB_COPYAREA 773 select FB_CFB_IMAGEBLIT 774 help 775 This is the frame buffer device driver for the SBUS-based Sun ZX 776 (leo) frame buffer cards. 777 778config FB_XVR500 779 bool "Sun XVR-500 3DLABS Wildcat support" 780 depends on (FB = y) && PCI && SPARC64 781 select FB_CFB_FILLRECT 782 select FB_CFB_COPYAREA 783 select FB_CFB_IMAGEBLIT 784 select VIDEO_NOMODESET 785 help 786 This is the framebuffer device for the Sun XVR-500 and similar 787 graphics cards based upon the 3DLABS Wildcat chipset. The driver 788 only works on sparc64 systems where the system firmware has 789 mostly initialized the card already. It is treated as a 790 completely dumb framebuffer device. 791 792config FB_XVR2500 793 bool "Sun XVR-2500 3DLABS Wildcat support" 794 depends on (FB = y) && PCI && SPARC64 795 select FB_CFB_FILLRECT 796 select FB_CFB_COPYAREA 797 select FB_CFB_IMAGEBLIT 798 select VIDEO_NOMODESET 799 help 800 This is the framebuffer device for the Sun XVR-2500 and similar 801 graphics cards based upon the 3DLABS Wildcat chipset. The driver 802 only works on sparc64 systems where the system firmware has 803 mostly initialized the card already. It is treated as a 804 completely dumb framebuffer device. 805 806config FB_XVR1000 807 bool "Sun XVR-1000 support" 808 depends on (FB = y) && SPARC64 809 select FB_CFB_FILLRECT 810 select FB_CFB_COPYAREA 811 select FB_CFB_IMAGEBLIT 812 help 813 This is the framebuffer device for the Sun XVR-1000 and similar 814 graphics cards. The driver only works on sparc64 systems where 815 the system firmware has mostly initialized the card already. It 816 is treated as a completely dumb framebuffer device. 817 818config FB_PVR2 819 tristate "NEC PowerVR 2 display support" 820 depends on FB && HAS_IOMEM 821 depends on SH_DREAMCAST || COMPILE_TEST 822 select FB_CFB_FILLRECT 823 select FB_CFB_COPYAREA 824 select FB_CFB_IMAGEBLIT 825 select VIDEO_NOMODESET 826 help 827 Say Y here if you have a PowerVR 2 card in your box. If you plan to 828 run linux on your Dreamcast, you will have to say Y here. 829 This driver may or may not work on other PowerVR 2 cards, but is 830 totally untested. Use at your own risk. If unsure, say N. 831 832 To compile this driver as a module, choose M here: the 833 module will be called pvr2fb. 834 835 You can pass several parameters to the driver at boot time or at 836 module load time. The parameters look like "video=pvr2:XXX", where 837 the meaning of XXX can be found at the end of the main source file 838 (<file:drivers/video/fbdev/pvr2fb.c>). Please see the file 839 <file:Documentation/fb/pvr2fb.rst>. 840 841config FB_OPENCORES 842 tristate "OpenCores VGA/LCD core 2.0 framebuffer support" 843 depends on FB && HAS_DMA 844 select FB_CFB_FILLRECT 845 select FB_CFB_COPYAREA 846 select FB_CFB_IMAGEBLIT 847 help 848 This enables support for the OpenCores VGA/LCD core. 849 850 The OpenCores VGA/LCD core is typically used together with 851 softcore CPUs (e.g. OpenRISC or Microblaze) or hard processor 852 systems (e.g. Altera socfpga or Xilinx Zynq) on FPGAs. 853 854 The source code and specification for the core is available at 855 <https://opencores.org/project,vga_lcd> 856 857config FB_S1D13XXX 858 tristate "Epson S1D13XXX framebuffer support" 859 depends on FB 860 select FB_CFB_FILLRECT 861 select FB_CFB_COPYAREA 862 select FB_CFB_IMAGEBLIT 863 help 864 Support for S1D13XXX framebuffer device family (currently only 865 working with S1D13806). Product specs at 866 <https://vdc.epson.com/> 867 868config FB_ATMEL 869 tristate "AT91 LCD Controller support" 870 depends on FB && OF && HAVE_CLK && HAS_IOMEM 871 depends on HAVE_FB_ATMEL || COMPILE_TEST 872 select FB_BACKLIGHT 873 select FB_CFB_FILLRECT 874 select FB_CFB_COPYAREA 875 select FB_CFB_IMAGEBLIT 876 select FB_MODE_HELPERS 877 select VIDEOMODE_HELPERS 878 help 879 This enables support for the AT91 LCD Controller. 880 881config FB_NVIDIA 882 tristate "nVidia Framebuffer Support" 883 depends on FB && PCI 884 select FB_BACKLIGHT if FB_NVIDIA_BACKLIGHT 885 select FB_MODE_HELPERS 886 select FB_CFB_FILLRECT 887 select FB_CFB_COPYAREA 888 select FB_CFB_IMAGEBLIT 889 select BITREVERSE 890 select VGASTATE 891 select VIDEO_NOMODESET 892 help 893 This driver supports graphics boards with the nVidia chips, TNT 894 and newer. For very old chipsets, such as the RIVA128, then use 895 the rivafb. 896 Say Y if you have such a graphics board. 897 898 To compile this driver as a module, choose M here: the 899 module will be called nvidiafb. 900 901config FB_NVIDIA_I2C 902 bool "Enable DDC Support" 903 depends on FB_NVIDIA 904 select FB_DDC 905 help 906 This enables I2C support for nVidia Chipsets. This is used 907 only for getting EDID information from the attached display 908 allowing for robust video mode handling and switching. 909 910 Because fbdev-2.6 requires that drivers must be able to 911 independently validate video mode parameters, you should say Y 912 here. 913 914config FB_NVIDIA_DEBUG 915 bool "Lots of debug output" 916 depends on FB_NVIDIA 917 help 918 Say Y here if you want the nVidia driver to output all sorts 919 of debugging information to provide to the maintainer when 920 something goes wrong. 921 922config FB_NVIDIA_BACKLIGHT 923 bool "Support for backlight control" 924 depends on FB_NVIDIA 925 default y 926 help 927 Say Y here if you want to control the backlight of your display. 928 929config FB_RIVA 930 tristate "nVidia Riva support" 931 depends on FB && PCI 932 select FB_BACKLIGHT if FB_RIVA_BACKLIGHT 933 select FB_MODE_HELPERS 934 select FB_CFB_FILLRECT 935 select FB_CFB_COPYAREA 936 select FB_CFB_IMAGEBLIT 937 select BITREVERSE 938 select VGASTATE 939 select VIDEO_NOMODESET 940 help 941 This driver supports graphics boards with the nVidia Riva/Geforce 942 chips. 943 Say Y if you have such a graphics board. 944 945 To compile this driver as a module, choose M here: the 946 module will be called rivafb. 947 948config FB_RIVA_I2C 949 bool "Enable DDC Support" 950 depends on FB_RIVA 951 select FB_DDC 952 help 953 This enables I2C support for nVidia Chipsets. This is used 954 only for getting EDID information from the attached display 955 allowing for robust video mode handling and switching. 956 957 Because fbdev-2.6 requires that drivers must be able to 958 independently validate video mode parameters, you should say Y 959 here. 960 961config FB_RIVA_DEBUG 962 bool "Lots of debug output" 963 depends on FB_RIVA 964 help 965 Say Y here if you want the Riva driver to output all sorts 966 of debugging information to provide to the maintainer when 967 something goes wrong. 968 969config FB_RIVA_BACKLIGHT 970 bool "Support for backlight control" 971 depends on FB_RIVA 972 default y 973 help 974 Say Y here if you want to control the backlight of your display. 975 976config FB_I740 977 tristate "Intel740 support" 978 depends on FB && PCI 979 select FB_MODE_HELPERS 980 select FB_CFB_FILLRECT 981 select FB_CFB_COPYAREA 982 select FB_CFB_IMAGEBLIT 983 select VGASTATE 984 select VIDEO_NOMODESET 985 select FB_DDC 986 help 987 This driver supports graphics cards based on Intel740 chip. 988 989config FB_I810 990 tristate "Intel 810/815 support" 991 depends on FB && PCI && X86_32 && AGP_INTEL 992 select FB_MODE_HELPERS 993 select FB_CFB_FILLRECT 994 select FB_CFB_COPYAREA 995 select FB_CFB_IMAGEBLIT 996 select VGASTATE 997 select VIDEO_NOMODESET 998 help 999 This driver supports the on-board graphics built in to the Intel 810 1000 and 815 chipsets. Say Y if you have and plan to use such a board. 1001 1002 To compile this driver as a module, choose M here: the 1003 module will be called i810fb. 1004 1005 For more information, please read 1006 <file:Documentation/fb/intel810.rst> 1007 1008config FB_I810_GTF 1009 bool "use VESA Generalized Timing Formula" 1010 depends on FB_I810 1011 help 1012 If you say Y, then the VESA standard, Generalized Timing Formula 1013 or GTF, will be used to calculate the required video timing values 1014 per video mode. Since the GTF allows nondiscrete timings 1015 (nondiscrete being a range of values as opposed to discrete being a 1016 set of values), you'll be able to use any combination of horizontal 1017 and vertical resolutions, and vertical refresh rates without having 1018 to specify your own timing parameters. This is especially useful 1019 to maximize the performance of an aging display, or if you just 1020 have a display with nonstandard dimensions. A VESA compliant 1021 monitor is recommended, but can still work with non-compliant ones. 1022 If you need or want this, then select this option. The timings may 1023 not be compliant with Intel's recommended values. Use at your own 1024 risk. 1025 1026 If you say N, the driver will revert to discrete video timings 1027 using a set recommended by Intel in their documentation. 1028 1029 If unsure, say N. 1030 1031config FB_I810_I2C 1032 bool "Enable DDC Support" 1033 depends on FB_I810 && FB_I810_GTF 1034 select FB_DDC 1035 help 1036 Add DDC/I2C support for i810fb. This will allow the driver to get 1037 display information, especially for monitors with fickle timings. 1038 1039 If unsure, say Y. 1040 1041config FB_LE80578 1042 tristate "Intel LE80578 (Vermilion) support" 1043 depends on FB && PCI && X86 1044 select FB_MODE_HELPERS 1045 select FB_CFB_FILLRECT 1046 select FB_CFB_COPYAREA 1047 select FB_CFB_IMAGEBLIT 1048 select VIDEO_NOMODESET 1049 help 1050 This driver supports the LE80578 (Vermilion Range) chipset 1051 1052config FB_CARILLO_RANCH 1053 tristate "Intel Carillo Ranch support" 1054 depends on FB_LE80578 && FB && PCI && X86 1055 help 1056 This driver supports the LE80578 (Carillo Ranch) board 1057 1058config FB_INTEL 1059 tristate "Intel 830M/845G/852GM/855GM/865G/915G/945G/945GM/965G/965GM support" 1060 depends on FB && PCI && X86 && AGP_INTEL && EXPERT 1061 select FB_MODE_HELPERS 1062 select FB_CFB_FILLRECT 1063 select FB_CFB_COPYAREA 1064 select FB_CFB_IMAGEBLIT 1065 select BOOT_VESA_SUPPORT if FB_INTEL = y 1066 select VIDEO_NOMODESET 1067 depends on !DRM_I915 1068 help 1069 This driver supports the on-board graphics built in to the Intel 1070 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM chipsets. 1071 Say Y if you have and plan to use such a board. 1072 1073 To make FB_INTEL=Y work you need to say AGP_INTEL=y too. 1074 1075 To compile this driver as a module, choose M here: the 1076 module will be called intelfb. 1077 1078 For more information, please read <file:Documentation/fb/intelfb.rst> 1079 1080config FB_INTEL_DEBUG 1081 bool "Intel driver Debug Messages" 1082 depends on FB_INTEL 1083 help 1084 Say Y here if you want the Intel driver to output all sorts 1085 of debugging information to provide to the maintainer when 1086 something goes wrong. 1087 1088config FB_INTEL_I2C 1089 bool "DDC/I2C for Intel framebuffer support" 1090 depends on FB_INTEL 1091 select FB_DDC 1092 default y 1093 help 1094 Say Y here if you want DDC/I2C support for your on-board Intel graphics. 1095 1096config FB_MATROX 1097 tristate "Matrox acceleration" 1098 depends on FB && PCI 1099 select FB_CFB_FILLRECT 1100 select FB_CFB_COPYAREA 1101 select FB_CFB_IMAGEBLIT 1102 select FB_TILEBLITTING 1103 select FB_MACMODES if PPC_PMAC 1104 select VIDEO_NOMODESET 1105 help 1106 Say Y here if you have a Matrox Millennium, Matrox Millennium II, 1107 Matrox Mystique, Matrox Mystique 220, Matrox Productiva G100, Matrox 1108 Mystique G200, Matrox Millennium G200, Matrox Marvel G200 video, 1109 Matrox G400, G450 or G550 card in your box. 1110 1111 To compile this driver as a module, choose M here: the 1112 module will be called matroxfb. 1113 1114 You can pass several parameters to the driver at boot time or at 1115 module load time. The parameters look like "video=matroxfb:XXX", and 1116 are described in <file:Documentation/fb/matroxfb.rst>. 1117 1118config FB_MATROX_MILLENIUM 1119 bool "Millennium I/II support" 1120 depends on FB_MATROX 1121 help 1122 Say Y here if you have a Matrox Millennium or Matrox Millennium II 1123 video card. If you select "Advanced lowlevel driver options" below, 1124 you should check 4 bpp packed pixel, 8 bpp packed pixel, 16 bpp 1125 packed pixel, 24 bpp packed pixel and 32 bpp packed pixel. You can 1126 also use font widths different from 8. 1127 1128config FB_MATROX_MYSTIQUE 1129 bool "Mystique support" 1130 depends on FB_MATROX 1131 help 1132 Say Y here if you have a Matrox Mystique or Matrox Mystique 220 1133 video card. If you select "Advanced lowlevel driver options" below, 1134 you should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp 1135 packed pixel and 32 bpp packed pixel. You can also use font widths 1136 different from 8. 1137 1138config FB_MATROX_G 1139 bool "G100/G200/G400/G450/G550 support" 1140 depends on FB_MATROX 1141 help 1142 Say Y here if you have a Matrox G100, G200, G400, G450 or G550 based 1143 video card. If you select "Advanced lowlevel driver options", you 1144 should check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp packed 1145 pixel and 32 bpp packed pixel. You can also use font widths 1146 different from 8. 1147 1148 If you need support for G400 secondary head, you must say Y to 1149 "Matrox I2C support" and "G400 second head support" right below. 1150 G450/G550 secondary head and digital output are supported without 1151 additional modules. 1152 1153 The driver starts in monitor mode. You must use the matroxset tool 1154 (available at <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to 1155 swap primary and secondary head outputs, or to change output mode. 1156 Secondary head driver always start in 640x480 resolution and you 1157 must use fbset to change it. 1158 1159 Do not forget that second head supports only 16 and 32 bpp 1160 packed pixels, so it is a good idea to compile them into the kernel 1161 too. You can use only some font widths, as the driver uses generic 1162 painting procedures (the secondary head does not use acceleration 1163 engine). 1164 1165 G450/G550 hardware can display TV picture only from secondary CRTC, 1166 and it performs no scaling, so picture must have 525 or 625 lines. 1167 1168config FB_MATROX_I2C 1169 tristate "Matrox I2C support" 1170 depends on FB_MATROX 1171 select FB_DDC 1172 help 1173 This drivers creates I2C buses which are needed for accessing the 1174 DDC (I2C) bus present on all Matroxes, an I2C bus which 1175 interconnects Matrox optional devices, like MGA-TVO on G200 and 1176 G400, and the secondary head DDC bus, present on G400 only. 1177 1178 You can say Y or M here if you want to experiment with monitor 1179 detection code. You must say Y or M here if you want to use either 1180 second head of G400 or MGA-TVO on G200 or G400. 1181 1182 If you compile it as module, it will create a module named 1183 i2c-matroxfb. 1184 1185config FB_MATROX_MAVEN 1186 tristate "G400 second head support" 1187 depends on FB_MATROX_G && FB_MATROX_I2C 1188 help 1189 WARNING !!! This support does not work with G450 !!! 1190 1191 Say Y or M here if you want to use a secondary head (meaning two 1192 monitors in parallel) on G400 or MGA-TVO add-on on G200. Secondary 1193 head is not compatible with accelerated XFree 3.3.x SVGA servers - 1194 secondary head output is blanked while you are in X. With XFree 1195 3.9.17 preview you can use both heads if you use SVGA over fbdev or 1196 the fbdev driver on first head and the fbdev driver on second head. 1197 1198 If you compile it as module, two modules are created, 1199 matroxfb_crtc2 and matroxfb_maven. Matroxfb_maven is needed for 1200 both G200 and G400, matroxfb_crtc2 is needed only by G400. You must 1201 also load i2c-matroxfb to get it to run. 1202 1203 The driver starts in monitor mode and you must use the matroxset 1204 tool (available at 1205 <ftp://platan.vc.cvut.cz/pub/linux/matrox-latest/>) to switch it to 1206 PAL or NTSC or to swap primary and secondary head outputs. 1207 Secondary head driver also always start in 640x480 resolution, you 1208 must use fbset to change it. 1209 1210 Also do not forget that second head supports only 16 and 32 bpp 1211 packed pixels, so it is a good idea to compile them into the kernel 1212 too. You can use only some font widths, as the driver uses generic 1213 painting procedures (the secondary head does not use acceleration 1214 engine). 1215 1216config FB_RADEON 1217 tristate "ATI Radeon display support" 1218 depends on FB && PCI 1219 select FB_BACKLIGHT if FB_RADEON_BACKLIGHT 1220 select FB_MODE_HELPERS 1221 select FB_CFB_FILLRECT 1222 select FB_CFB_COPYAREA 1223 select FB_CFB_IMAGEBLIT 1224 select FB_MACMODES if PPC 1225 select VIDEO_NOMODESET 1226 help 1227 Choose this option if you want to use an ATI Radeon graphics card as 1228 a framebuffer device. There are both PCI and AGP versions. You 1229 don't need to choose this to run the Radeon in plain VGA mode. 1230 1231 There is a product page at 1232 https://products.amd.com/en-us/GraphicCardResult.aspx 1233 1234config FB_RADEON_I2C 1235 bool "DDC/I2C for ATI Radeon support" 1236 depends on FB_RADEON 1237 select FB_DDC 1238 default y 1239 help 1240 Say Y here if you want DDC/I2C support for your Radeon board. 1241 1242config FB_RADEON_BACKLIGHT 1243 bool "Support for backlight control" 1244 depends on FB_RADEON 1245 default y 1246 help 1247 Say Y here if you want to control the backlight of your display. 1248 1249config FB_RADEON_DEBUG 1250 bool "Lots of debug output from Radeon driver" 1251 depends on FB_RADEON 1252 help 1253 Say Y here if you want the Radeon driver to output all sorts 1254 of debugging information to provide to the maintainer when 1255 something goes wrong. 1256 1257config FB_ATY128 1258 tristate "ATI Rage128 display support" 1259 depends on FB && PCI 1260 select FB_CFB_FILLRECT 1261 select FB_CFB_COPYAREA 1262 select FB_CFB_IMAGEBLIT 1263 select FB_BACKLIGHT if FB_ATY128_BACKLIGHT 1264 select FB_MACMODES if PPC_PMAC 1265 select VIDEO_NOMODESET 1266 help 1267 This driver supports graphics boards with the ATI Rage128 chips. 1268 Say Y if you have such a graphics board and read 1269 <file:Documentation/fb/aty128fb.rst>. 1270 1271 To compile this driver as a module, choose M here: the 1272 module will be called aty128fb. 1273 1274config FB_ATY128_BACKLIGHT 1275 bool "Support for backlight control" 1276 depends on FB_ATY128 1277 default y 1278 help 1279 Say Y here if you want to control the backlight of your display. 1280 1281config FB_ATY 1282 tristate "ATI Mach64 display support" if PCI || ATARI 1283 depends on FB && !SPARC32 1284 select FB_CFB_FILLRECT 1285 select FB_CFB_COPYAREA 1286 select FB_CFB_IMAGEBLIT 1287 select FB_BACKLIGHT if FB_ATY_BACKLIGHT 1288 select FB_MACMODES if PPC 1289 select FB_ATY_CT if SPARC64 && PCI 1290 select VIDEO_NOMODESET 1291 help 1292 This driver supports graphics boards with the ATI Mach64 chips. 1293 Say Y if you have such a graphics board. 1294 1295 To compile this driver as a module, choose M here: the 1296 module will be called atyfb. 1297 1298config FB_ATY_CT 1299 bool "Mach64 CT/VT/GT/LT (incl. 3D RAGE) support" 1300 depends on PCI && FB_ATY 1301 help 1302 Say Y here to support use of ATI's 64-bit Rage boards (or other 1303 boards based on the Mach64 CT, VT, GT, and LT chipsets) as a 1304 framebuffer device. The ATI product support page for these boards 1305 is at <http://support.ati.com/products/pc/mach64/mach64.html>. 1306 1307config FB_ATY_GENERIC_LCD 1308 bool "Mach64 generic LCD support" 1309 depends on FB_ATY_CT 1310 help 1311 Say Y if you have a laptop with an ATI Rage LT PRO, Rage Mobility, 1312 Rage XC, or Rage XL chipset. 1313 1314config FB_ATY_GX 1315 bool "Mach64 GX support" if PCI 1316 depends on FB_ATY 1317 default y if ATARI 1318 help 1319 Say Y here to support use of the ATI Mach64 Graphics Expression 1320 board (or other boards based on the Mach64 GX chipset) as a 1321 framebuffer device. The ATI product support page for these boards 1322 is at 1323 <http://support.ati.com/products/pc/mach64/graphics_xpression.html>. 1324 1325config FB_ATY_BACKLIGHT 1326 bool "Support for backlight control" 1327 depends on FB_ATY 1328 default y 1329 help 1330 Say Y here if you want to control the backlight of your display. 1331 1332config FB_S3 1333 tristate "S3 Trio/Virge support" 1334 depends on FB && PCI 1335 select FB_CFB_FILLRECT 1336 select FB_CFB_COPYAREA 1337 select FB_CFB_IMAGEBLIT 1338 select FB_TILEBLITTING 1339 select FB_SVGALIB 1340 select VGASTATE 1341 select VIDEO_NOMODESET 1342 select FONT_8x16 if FRAMEBUFFER_CONSOLE 1343 help 1344 Driver for graphics boards with S3 Trio / S3 Virge chip. 1345 1346config FB_S3_DDC 1347 bool "DDC for S3 support" 1348 depends on FB_S3 1349 select FB_DDC 1350 default y 1351 help 1352 Say Y here if you want DDC support for your S3 graphics card. 1353 1354config FB_SAVAGE 1355 tristate "S3 Savage support" 1356 depends on FB && PCI 1357 select FB_MODE_HELPERS 1358 select FB_CFB_FILLRECT 1359 select FB_CFB_COPYAREA 1360 select FB_CFB_IMAGEBLIT 1361 select VGASTATE 1362 select VIDEO_NOMODESET 1363 help 1364 This driver supports notebooks and computers with S3 Savage PCI/AGP 1365 chips. 1366 1367 Say Y if you have such a graphics card. 1368 1369 To compile this driver as a module, choose M here; the module 1370 will be called savagefb. 1371 1372config FB_SAVAGE_I2C 1373 bool "Enable DDC2 Support" 1374 depends on FB_SAVAGE 1375 select FB_DDC 1376 help 1377 This enables I2C support for S3 Savage Chipsets. This is used 1378 only for getting EDID information from the attached display 1379 allowing for robust video mode handling and switching. 1380 1381 Because fbdev-2.6 requires that drivers must be able to 1382 independently validate video mode parameters, you should say Y 1383 here. 1384 1385config FB_SAVAGE_ACCEL 1386 bool "Enable Console Acceleration" 1387 depends on FB_SAVAGE 1388 help 1389 This option will compile in console acceleration support. If 1390 the resulting framebuffer console has bothersome glitches, then 1391 choose N here. 1392 1393config FB_SIS 1394 tristate "SiS/XGI display support" 1395 depends on FB && PCI 1396 select FB_CFB_FILLRECT 1397 select FB_CFB_COPYAREA 1398 select FB_CFB_IMAGEBLIT 1399 select BOOT_VESA_SUPPORT if FB_SIS = y 1400 select FB_SIS_300 if !FB_SIS_315 1401 select VIDEO_NOMODESET 1402 help 1403 This is the frame buffer device driver for the SiS 300, 315, 330 1404 and 340 series as well as XGI V3XT, V5, V8, Z7 graphics chipsets. 1405 Specs available at <https://www.sis.com> and <http://www.xgitech.com>. 1406 1407 To compile this driver as a module, choose M here; the module 1408 will be called sisfb. 1409 1410config FB_SIS_300 1411 bool "SiS 300 series support" 1412 depends on FB_SIS 1413 help 1414 Say Y here to support use of the SiS 300/305, 540, 630 and 730. 1415 1416config FB_SIS_315 1417 bool "SiS 315/330/340 series and XGI support" 1418 depends on FB_SIS 1419 help 1420 Say Y here to support use of the SiS 315, 330 and 340 series 1421 (315/H/PRO, 55x, 650, 651, 740, 330, 661, 741, 760, 761) as well 1422 as XGI V3XT, V5, V8 and Z7. 1423 1424config FB_VIA 1425 tristate "VIA UniChrome (Pro) and Chrome9 display support" 1426 depends on FB && PCI && GPIOLIB && I2C && (X86 || COMPILE_TEST) 1427 select FB_CFB_FILLRECT 1428 select FB_CFB_COPYAREA 1429 select FB_CFB_IMAGEBLIT 1430 select I2C_ALGOBIT 1431 select VIDEO_NOMODESET 1432 help 1433 This is the frame buffer device driver for Graphics chips of VIA 1434 UniChrome (Pro) Family (CLE266,PM800/CN400,P4M800CE/P4M800Pro/ 1435 CN700/VN800,CX700/VX700,P4M890) and Chrome9 Family (K8M890,CN896 1436 /P4M900,VX800) 1437 Say Y if you have a VIA UniChrome graphics board. 1438 1439 To compile this driver as a module, choose M here: the 1440 module will be called viafb. 1441 1442if FB_VIA 1443 1444config FB_VIA_DIRECT_PROCFS 1445 bool "direct hardware access via procfs (DEPRECATED)(DANGEROUS)" 1446 help 1447 Allow direct hardware access to some output registers via procfs. 1448 This is dangerous but may provide the only chance to get the 1449 correct output device configuration. 1450 Its use is strongly discouraged. 1451 1452config FB_VIA_X_COMPATIBILITY 1453 bool "X server compatibility" 1454 help 1455 This option reduces the functionality (power saving, ...) of the 1456 framebuffer to avoid negative impact on the OpenChrome X server. 1457 If you use any X server other than fbdev you should enable this 1458 otherwise it should be safe to disable it and allow using all 1459 features. 1460 1461endif 1462 1463config FB_NEOMAGIC 1464 tristate "NeoMagic display support" 1465 depends on FB && PCI 1466 select FB_MODE_HELPERS 1467 select FB_CFB_FILLRECT 1468 select FB_CFB_COPYAREA 1469 select FB_CFB_IMAGEBLIT 1470 select VGASTATE 1471 select VIDEO_NOMODESET 1472 help 1473 This driver supports notebooks with NeoMagic PCI chips. 1474 Say Y if you have such a graphics card. 1475 1476 To compile this driver as a module, choose M here: the 1477 module will be called neofb. 1478 1479config FB_KYRO 1480 tristate "IMG Kyro support" 1481 depends on FB && PCI 1482 select FB_CFB_FILLRECT 1483 select FB_CFB_COPYAREA 1484 select FB_CFB_IMAGEBLIT 1485 select VIDEO_NOMODESET 1486 help 1487 Say Y here if you have a STG4000 / Kyro / PowerVR 3 based 1488 graphics board. 1489 1490 To compile this driver as a module, choose M here: the 1491 module will be called kyrofb. 1492 1493config FB_3DFX 1494 tristate "3Dfx Banshee/Voodoo3/Voodoo5 display support" 1495 depends on FB && PCI 1496 select FB_CFB_IMAGEBLIT 1497 select FB_CFB_FILLRECT 1498 select FB_CFB_COPYAREA 1499 select FB_MODE_HELPERS 1500 select VIDEO_NOMODESET 1501 help 1502 This driver supports graphics boards with the 3Dfx Banshee, 1503 Voodoo3 or VSA-100 (aka Voodoo4/5) chips. Say Y if you have 1504 such a graphics board. 1505 1506 To compile this driver as a module, choose M here: the 1507 module will be called tdfxfb. 1508 1509config FB_3DFX_ACCEL 1510 bool "3Dfx Acceleration functions" 1511 depends on FB_3DFX 1512 help 1513 This will compile the 3Dfx Banshee/Voodoo3/VSA-100 frame buffer 1514 device driver with acceleration functions. 1515 1516config FB_3DFX_I2C 1517 bool "Enable DDC/I2C support" 1518 depends on FB_3DFX 1519 select FB_DDC 1520 default y 1521 help 1522 Say Y here if you want DDC/I2C support for your 3dfx Voodoo3. 1523 1524config FB_VOODOO1 1525 tristate "3Dfx Voodoo Graphics (sst1) support" 1526 depends on FB && PCI 1527 select FB_CFB_FILLRECT 1528 select FB_CFB_COPYAREA 1529 select FB_CFB_IMAGEBLIT 1530 select VIDEO_NOMODESET 1531 help 1532 Say Y here if you have a 3Dfx Voodoo Graphics (Voodoo1/sst1) or 1533 Voodoo2 (cvg) based graphics card. 1534 1535 To compile this driver as a module, choose M here: the 1536 module will be called sstfb. 1537 1538 WARNING: Do not use any application that uses the 3D engine 1539 (namely glide) while using this driver. 1540 Please read the <file:Documentation/fb/sstfb.rst> for supported 1541 options and other important info support. 1542 1543config FB_VT8623 1544 tristate "VIA VT8623 support" 1545 depends on FB && PCI 1546 select FB_CFB_FILLRECT 1547 select FB_CFB_COPYAREA 1548 select FB_CFB_IMAGEBLIT 1549 select FB_TILEBLITTING 1550 select FB_SVGALIB 1551 select VGASTATE 1552 select VIDEO_NOMODESET 1553 select FONT_8x16 if FRAMEBUFFER_CONSOLE 1554 help 1555 Driver for CastleRock integrated graphics core in the 1556 VIA VT8623 [Apollo CLE266] chipset. 1557 1558config FB_TRIDENT 1559 tristate "Trident/CyberXXX/CyberBlade support" 1560 depends on FB && PCI 1561 select FB_CFB_FILLRECT 1562 select FB_CFB_COPYAREA 1563 select FB_CFB_IMAGEBLIT 1564 select FB_DDC 1565 select FB_MODE_HELPERS 1566 select VIDEO_NOMODESET 1567 help 1568 This is the frame buffer device driver for Trident PCI/AGP chipsets. 1569 Supported chipset families are TGUI 9440/96XX, 3DImage, Blade3D 1570 and Blade XP. 1571 There are also integrated versions of these chips called CyberXXXX, 1572 CyberImage or CyberBlade. These chips are mostly found in laptops 1573 but also on some motherboards including early VIA EPIA motherboards. 1574 For more information, read <file:Documentation/fb/tridentfb.rst> 1575 1576 Say Y if you have such a graphics board. 1577 1578 To compile this driver as a module, choose M here: the 1579 module will be called tridentfb. 1580 1581config FB_ARK 1582 tristate "ARK 2000PV support" 1583 depends on FB && PCI 1584 select FB_CFB_FILLRECT 1585 select FB_CFB_COPYAREA 1586 select FB_CFB_IMAGEBLIT 1587 select FB_TILEBLITTING 1588 select FB_SVGALIB 1589 select VGASTATE 1590 select VIDEO_NOMODESET 1591 select FONT_8x16 if FRAMEBUFFER_CONSOLE 1592 help 1593 Driver for PCI graphics boards with ARK 2000PV chip 1594 and ICS 5342 RAMDAC. 1595 1596config FB_PM3 1597 tristate "Permedia3 support" 1598 depends on FB && PCI 1599 select FB_CFB_FILLRECT 1600 select FB_CFB_COPYAREA 1601 select FB_CFB_IMAGEBLIT 1602 select VIDEO_NOMODESET 1603 help 1604 This is the frame buffer device driver for the 3DLabs Permedia3 1605 chipset, used in Formac ProFormance III, 3DLabs Oxygen VX1 & 1606 similar boards, 3DLabs Permedia3 Create!, Appian Jeronimo 2000 1607 and maybe other boards. 1608 1609config FB_CARMINE 1610 tristate "Fujitsu carmine frame buffer support" 1611 depends on FB && PCI 1612 select FB_CFB_FILLRECT 1613 select FB_CFB_COPYAREA 1614 select FB_CFB_IMAGEBLIT 1615 select VIDEO_NOMODESET 1616 help 1617 This is the frame buffer device driver for the Fujitsu Carmine chip. 1618 The driver provides two independent frame buffer devices. 1619 1620choice 1621 depends on FB_CARMINE 1622 prompt "DRAM timing" 1623 default FB_CARMINE_DRAM_EVAL 1624 1625config FB_CARMINE_DRAM_EVAL 1626 bool "Eval board timings" 1627 help 1628 Use timings which work on the eval card. 1629 1630config CARMINE_DRAM_CUSTOM 1631 bool "Custom board timings" 1632 help 1633 Use custom board timings. 1634endchoice 1635 1636config FB_AU1100 1637 bool "Au1100 LCD Driver" 1638 depends on (FB = y) && MIPS_ALCHEMY 1639 select FB_CFB_FILLRECT 1640 select FB_CFB_COPYAREA 1641 select FB_CFB_IMAGEBLIT 1642 help 1643 This is the framebuffer driver for the AMD Au1100 SOC. It can drive 1644 various panels and CRTs by passing in kernel cmd line option 1645 au1100fb:panel=<name>. 1646 1647config FB_AU1200 1648 bool "Au1200/Au1300 LCD Driver" 1649 depends on (FB = y) && MIPS_ALCHEMY 1650 select FB_SYS_FILLRECT 1651 select FB_SYS_COPYAREA 1652 select FB_SYS_IMAGEBLIT 1653 select FB_SYS_FOPS 1654 help 1655 This is the framebuffer driver for the Au1200/Au1300 SOCs. 1656 It can drive various panels and CRTs by passing in kernel cmd line 1657 option au1200fb:panel=<name>. 1658 1659config FB_VT8500 1660 bool "VIA VT8500 framebuffer support" 1661 depends on (FB = y) && ARM && ARCH_VT8500 1662 select FB_SYS_FILLRECT if (!FB_WMT_GE_ROPS) 1663 select FB_SYS_COPYAREA if (!FB_WMT_GE_ROPS) 1664 select FB_SYS_IMAGEBLIT 1665 select FB_MODE_HELPERS 1666 select VIDEOMODE_HELPERS 1667 help 1668 This is the framebuffer driver for VIA VT8500 integrated LCD 1669 controller. 1670 1671config FB_WM8505 1672 bool "Wondermedia WM8xxx-series frame buffer support" 1673 depends on (FB = y) && HAS_IOMEM && (ARCH_VT8500 || COMPILE_TEST) 1674 select FB_SYS_FILLRECT if (!FB_WMT_GE_ROPS) 1675 select FB_SYS_COPYAREA if (!FB_WMT_GE_ROPS) 1676 select FB_SYS_IMAGEBLIT 1677 select FB_MODE_HELPERS 1678 select VIDEOMODE_HELPERS 1679 help 1680 This is the framebuffer driver for WonderMedia WM8xxx-series 1681 integrated LCD controller. This driver covers the WM8505, WM8650 1682 and WM8850 SoCs. 1683 1684config FB_WMT_GE_ROPS 1685 bool "VT8500/WM8xxx accelerated raster ops support" 1686 depends on (FB = y) && (FB_VT8500 || FB_WM8505) 1687 help 1688 This adds support for accelerated raster operations on the 1689 VIA VT8500 and Wondermedia 85xx series SoCs. 1690 1691source "drivers/video/fbdev/geode/Kconfig" 1692 1693config FB_HIT 1694 tristate "HD64461 Frame Buffer support" 1695 depends on FB && HD64461 1696 select FB_CFB_FILLRECT 1697 select FB_CFB_COPYAREA 1698 select FB_CFB_IMAGEBLIT 1699 help 1700 This is the frame buffer device driver for the Hitachi HD64461 LCD 1701 frame buffer card. 1702 1703config FB_PMAG_AA 1704 tristate "PMAG-AA TURBOchannel framebuffer support" 1705 depends on FB && TC 1706 select FB_CFB_FILLRECT 1707 select FB_CFB_COPYAREA 1708 select FB_CFB_IMAGEBLIT 1709 help 1710 Support for the PMAG-AA TURBOchannel framebuffer card (1280x1024x1) 1711 used mainly in the MIPS-based DECstation series. 1712 1713config FB_PMAG_BA 1714 tristate "PMAG-BA TURBOchannel framebuffer support" 1715 depends on FB && TC 1716 select FB_CFB_FILLRECT 1717 select FB_CFB_COPYAREA 1718 select FB_CFB_IMAGEBLIT 1719 help 1720 Support for the PMAG-BA TURBOchannel framebuffer card (1024x864x8) 1721 used mainly in the MIPS-based DECstation series. 1722 1723config FB_PMAGB_B 1724 tristate "PMAGB-B TURBOchannel framebuffer support" 1725 depends on FB && TC 1726 select FB_CFB_FILLRECT 1727 select FB_CFB_COPYAREA 1728 select FB_CFB_IMAGEBLIT 1729 help 1730 Support for the PMAGB-B TURBOchannel framebuffer card used mainly 1731 in the MIPS-based DECstation series. The card is currently only 1732 supported in 1280x1024x8 mode. 1733 1734config FB_MAXINE 1735 bool "Maxine (Personal DECstation) onboard framebuffer support" 1736 depends on (FB = y) && MACH_DECSTATION 1737 select FB_CFB_FILLRECT 1738 select FB_CFB_COPYAREA 1739 select FB_CFB_IMAGEBLIT 1740 help 1741 Support for the onboard framebuffer (1024x768x8) in the Personal 1742 DECstation series (Personal DECstation 5000/20, /25, /33, /50, 1743 Codename "Maxine"). 1744 1745config FB_G364 1746 bool "G364 frame buffer support" 1747 depends on (FB = y) && (MIPS_MAGNUM_4000 || OLIVETTI_M700) 1748 select FB_CFB_FILLRECT 1749 select FB_CFB_COPYAREA 1750 select FB_CFB_IMAGEBLIT 1751 help 1752 The G364 driver is the framebuffer used in MIPS Magnum 4000 and 1753 Olivetti M700-10 systems. 1754 1755config FB_68328 1756 bool "Motorola 68328 native frame buffer support" 1757 depends on (FB = y) && (M68328 || M68EZ328 || M68VZ328) 1758 select FB_CFB_FILLRECT 1759 select FB_CFB_COPYAREA 1760 select FB_CFB_IMAGEBLIT 1761 help 1762 Say Y here if you want to support the built-in frame buffer of 1763 the Motorola 68328 CPU family. 1764 1765config FB_PXA168 1766 tristate "PXA168/910 LCD framebuffer support" 1767 depends on FB && HAVE_CLK && HAS_IOMEM 1768 depends on CPU_PXA168 || CPU_PXA910 || COMPILE_TEST 1769 select FB_CFB_FILLRECT 1770 select FB_CFB_COPYAREA 1771 select FB_CFB_IMAGEBLIT 1772 help 1773 Frame buffer driver for the built-in LCD controller in the Marvell 1774 MMP processor. 1775 1776config FB_PXA 1777 tristate "PXA LCD framebuffer support" 1778 depends on FB && ARCH_PXA 1779 select FB_CFB_FILLRECT 1780 select FB_CFB_COPYAREA 1781 select FB_CFB_IMAGEBLIT 1782 select VIDEOMODE_HELPERS if OF 1783 select FB_MODE_HELPERS if OF 1784 help 1785 Frame buffer driver for the built-in LCD controller in the Intel 1786 PXA2x0 processor. 1787 1788 This driver is also available as a module ( = code which can be 1789 inserted and removed from the running kernel whenever you want). The 1790 module will be called pxafb. If you want to compile it as a module, 1791 say M here and read <file:Documentation/kbuild/modules.rst>. 1792 1793 If unsure, say N. 1794 1795config FB_PXA_OVERLAY 1796 bool "Support PXA27x/PXA3xx Overlay(s) as framebuffer" 1797 depends on FB_PXA && (PXA27x || PXA3xx) 1798 1799config FB_PXA_SMARTPANEL 1800 bool "PXA Smartpanel LCD support" 1801 depends on FB_PXA 1802 1803config FB_PXA_PARAMETERS 1804 bool "PXA LCD command line parameters" 1805 depends on FB_PXA 1806 help 1807 Enable the use of kernel command line or module parameters 1808 to configure the physical properties of the LCD panel when 1809 using the PXA LCD driver. 1810 1811 This option allows you to override the panel parameters 1812 supplied by the platform in order to support multiple 1813 different models of flatpanel. If you will only be using a 1814 single model of flatpanel then you can safely leave this 1815 option disabled. 1816 1817 <file:Documentation/fb/pxafb.rst> describes the available parameters. 1818 1819config PXA3XX_GCU 1820 tristate "PXA3xx 2D graphics accelerator driver" 1821 depends on FB_PXA 1822 help 1823 Kernelspace driver for the 2D graphics controller unit (GCU) 1824 found on PXA3xx processors. There is a counterpart driver in the 1825 DirectFB suite, see http://www.directfb.org/ 1826 1827 If you compile this as a module, it will be called pxa3xx_gcu. 1828 1829config FB_FSL_DIU 1830 tristate "Freescale DIU framebuffer support" 1831 depends on FB && FSL_SOC 1832 select FB_MODE_HELPERS 1833 select FB_CFB_FILLRECT 1834 select FB_CFB_COPYAREA 1835 select FB_CFB_IMAGEBLIT 1836 select PPC_LIB_RHEAP 1837 help 1838 Framebuffer driver for the Freescale SoC DIU 1839 1840config FB_SH_MOBILE_LCDC 1841 tristate "SuperH Mobile LCDC framebuffer support" 1842 depends on FB && HAVE_CLK && HAS_IOMEM 1843 depends on SUPERH || ARCH_RENESAS || COMPILE_TEST 1844 select FB_SYS_FILLRECT 1845 select FB_SYS_COPYAREA 1846 select FB_SYS_IMAGEBLIT 1847 select FB_SYS_FOPS 1848 select FB_DEFERRED_IO 1849 select FB_BACKLIGHT 1850 help 1851 Frame buffer driver for the on-chip SH-Mobile LCD controller. 1852 1853config FB_S3C 1854 tristate "Samsung S3C framebuffer support" 1855 depends on FB && HAVE_CLK && HAS_IOMEM 1856 depends on ARCH_S3C64XX || COMPILE_TEST 1857 select FB_CFB_FILLRECT 1858 select FB_CFB_COPYAREA 1859 select FB_CFB_IMAGEBLIT 1860 help 1861 Frame buffer driver for the built-in FB controller in the Samsung 1862 SoC line such as the S3C6400 and S3C6410. 1863 1864 These chips all have the same basic framebuffer design with the 1865 actual capabilities depending on the chip. The S3C6400 1866 and S3C6410 support 4 hardware windows. 1867 1868 Currently the support is only for the S3C6400 and S3C6410 SoCs. 1869 1870config FB_S3C_DEBUG_REGWRITE 1871 bool "Debug register writes" 1872 depends on FB_S3C 1873 help 1874 Show all register writes via pr_debug() 1875 1876config FB_SM501 1877 tristate "Silicon Motion SM501 framebuffer support" 1878 depends on FB && MFD_SM501 1879 select FB_CFB_FILLRECT 1880 select FB_CFB_COPYAREA 1881 select FB_CFB_IMAGEBLIT 1882 help 1883 Frame buffer driver for the CRT and LCD controllers in the Silicon 1884 Motion SM501. 1885 1886 This driver is also available as a module ( = code which can be 1887 inserted and removed from the running kernel whenever you want). The 1888 module will be called sm501fb. If you want to compile it as a module, 1889 say M here and read <file:Documentation/kbuild/modules.rst>. 1890 1891 If unsure, say N. 1892 1893config FB_SMSCUFX 1894 tristate "SMSC UFX6000/7000 USB Framebuffer support" 1895 depends on FB && USB 1896 select FB_MODE_HELPERS 1897 select FB_SYS_FILLRECT 1898 select FB_SYS_COPYAREA 1899 select FB_SYS_IMAGEBLIT 1900 select FB_SYS_FOPS 1901 select FB_DEFERRED_IO 1902 help 1903 This is a kernel framebuffer driver for SMSC UFX USB devices. 1904 Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and 1905 mplayer -vo fbdev. Supports both UFX6000 (USB 2.0) and UFX7000 1906 (USB 3.0) devices. 1907 To compile as a module, choose M here: the module name is smscufx. 1908 1909config FB_UDL 1910 tristate "Displaylink USB Framebuffer support" 1911 depends on FB && USB 1912 select FB_MODE_HELPERS 1913 select FB_SYS_FILLRECT 1914 select FB_SYS_COPYAREA 1915 select FB_SYS_IMAGEBLIT 1916 select FB_SYS_FOPS 1917 select FB_DEFERRED_IO 1918 help 1919 This is a kernel framebuffer driver for DisplayLink USB devices. 1920 Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and 1921 mplayer -vo fbdev. Supports all USB 2.0 era DisplayLink devices. 1922 To compile as a module, choose M here: the module name is udlfb. 1923 1924config FB_IBM_GXT4500 1925 tristate "Framebuffer support for IBM GXT4000P/4500P/6000P/6500P adaptors" 1926 depends on FB 1927 select FB_CFB_FILLRECT 1928 select FB_CFB_COPYAREA 1929 select FB_CFB_IMAGEBLIT 1930 select VIDEO_NOMODESET 1931 help 1932 Say Y here to enable support for the IBM GXT4000P/6000P and 1933 GXT4500P/6500P display adaptor based on Raster Engine RC1000, 1934 found on some IBM System P (pSeries) machines. This driver 1935 doesn't use Geometry Engine GT1000. This driver also supports 1936 AGP Fire GL2/3/4 cards on x86. 1937 1938config FB_PS3 1939 tristate "PS3 GPU framebuffer driver" 1940 depends on FB && PS3_PS3AV 1941 select FB_SYS_FILLRECT 1942 select FB_SYS_COPYAREA 1943 select FB_SYS_IMAGEBLIT 1944 select FB_SYS_FOPS 1945 help 1946 Include support for the virtual frame buffer in the PS3 platform. 1947 1948config FB_PS3_DEFAULT_SIZE_M 1949 int "PS3 default frame buffer size (in MiB)" 1950 depends on FB_PS3 1951 default 9 1952 help 1953 This is the default size (in MiB) of the virtual frame buffer in 1954 the PS3. 1955 The default value can be overridden on the kernel command line 1956 using the "ps3fb" option (e.g. "ps3fb=9M"); 1957 1958config FB_XILINX 1959 tristate "Xilinx frame buffer support" 1960 depends on FB && (MICROBLAZE || ARCH_ZYNQ || ARCH_ZYNQMP) 1961 select FB_CFB_FILLRECT 1962 select FB_CFB_COPYAREA 1963 select FB_CFB_IMAGEBLIT 1964 help 1965 Include support for the Xilinx ML300/ML403 reference design 1966 framebuffer. ML300 carries a 640*480 LCD display on the board, 1967 ML403 uses a standard DB15 VGA connector. 1968 1969config FB_GOLDFISH 1970 tristate "Goldfish Framebuffer" 1971 depends on FB 1972 depends on GOLDFISH || COMPILE_TEST 1973 select FB_CFB_FILLRECT 1974 select FB_CFB_COPYAREA 1975 select FB_CFB_IMAGEBLIT 1976 help 1977 Framebuffer driver for Goldfish Virtual Platform 1978 1979config FB_COBALT 1980 tristate "Cobalt server LCD frame buffer support" 1981 depends on FB && MIPS_COBALT 1982 1983config FB_SH7760 1984 bool "SH7760/SH7763/SH7720/SH7721 LCDC support" 1985 depends on FB && (CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7763 \ 1986 || CPU_SUBTYPE_SH7720 || CPU_SUBTYPE_SH7721) 1987 select FB_CFB_FILLRECT 1988 select FB_CFB_COPYAREA 1989 select FB_CFB_IMAGEBLIT 1990 help 1991 Support for the SH7760/SH7763/SH7720/SH7721 integrated 1992 (D)STN/TFT LCD Controller. 1993 Supports display resolutions up to 1024x1024 pixel, grayscale and 1994 color operation, with depths ranging from 1 bpp to 8 bpp monochrome 1995 and 8, 15 or 16 bpp color; 90 degrees clockwise display rotation for 1996 panels <= 320 pixel horizontal resolution. 1997 1998config FB_DA8XX 1999 tristate "DA8xx/OMAP-L1xx/AM335x Framebuffer support" 2000 depends on FB && HAVE_CLK && HAS_IOMEM 2001 depends on ARCH_DAVINCI_DA8XX || SOC_AM33XX || COMPILE_TEST 2002 select FB_CFB_FILLRECT 2003 select FB_CFB_COPYAREA 2004 select FB_CFB_IMAGEBLIT 2005 select FB_CFB_REV_PIXELS_IN_BYTE 2006 select FB_MODE_HELPERS 2007 select VIDEOMODE_HELPERS 2008 help 2009 This is the frame buffer device driver for the TI LCD controller 2010 found on DA8xx/OMAP-L1xx/AM335x SoCs. 2011 If unsure, say N. 2012 2013config FB_VIRTUAL 2014 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" 2015 depends on FB 2016 select FB_SYS_FILLRECT 2017 select FB_SYS_COPYAREA 2018 select FB_SYS_IMAGEBLIT 2019 select FB_SYS_FOPS 2020 help 2021 This is a `virtual' frame buffer device. It operates on a chunk of 2022 unswappable kernel memory instead of on the memory of a graphics 2023 board. This means you cannot see any output sent to this frame 2024 buffer device, while it does consume precious memory. The main use 2025 of this frame buffer device is testing and debugging the frame 2026 buffer subsystem. Do NOT enable it for normal systems! To protect 2027 the innocent, it has to be enabled explicitly at boot time using the 2028 kernel option `video=vfb:'. 2029 2030 To compile this driver as a module, choose M here: the 2031 module will be called vfb. In order to load it, you must use 2032 the vfb_enable=1 option. 2033 2034 If unsure, say N. 2035 2036config XEN_FBDEV_FRONTEND 2037 tristate "Xen virtual frame buffer support" 2038 depends on FB && XEN 2039 select FB_SYS_FILLRECT 2040 select FB_SYS_COPYAREA 2041 select FB_SYS_IMAGEBLIT 2042 select FB_SYS_FOPS 2043 select FB_DEFERRED_IO 2044 select XEN_XENBUS_FRONTEND 2045 default y 2046 help 2047 This driver implements the front-end of the Xen virtual 2048 frame buffer driver. It communicates with a back-end 2049 in another domain. 2050 2051config FB_METRONOME 2052 tristate "E-Ink Metronome/8track controller support" 2053 depends on FB 2054 select FB_SYS_FILLRECT 2055 select FB_SYS_COPYAREA 2056 select FB_SYS_IMAGEBLIT 2057 select FB_SYS_FOPS 2058 select FB_DEFERRED_IO 2059 help 2060 This driver implements support for the E-Ink Metronome 2061 controller. The pre-release name for this device was 8track 2062 and could also have been called by some vendors as PVI-nnnn. 2063 2064config FB_MB862XX 2065 tristate "Fujitsu MB862xx GDC support" 2066 depends on FB 2067 depends on PCI || (OF && PPC) 2068 select FB_CFB_FILLRECT 2069 select FB_CFB_COPYAREA 2070 select FB_CFB_IMAGEBLIT 2071 select VIDEO_NOMODESET 2072 help 2073 Frame buffer driver for Fujitsu Carmine/Coral-P(A)/Lime controllers. 2074 2075choice 2076 prompt "GDC variant" 2077 depends on FB_MB862XX 2078 2079config FB_MB862XX_PCI_GDC 2080 bool "Carmine/Coral-P(A) GDC" 2081 depends on PCI 2082 help 2083 This enables framebuffer support for Fujitsu Carmine/Coral-P(A) 2084 PCI graphics controller devices. 2085 2086config FB_MB862XX_LIME 2087 bool "Lime GDC" 2088 depends on OF && PPC 2089 select FB_FOREIGN_ENDIAN 2090 select FB_LITTLE_ENDIAN 2091 help 2092 Framebuffer support for Fujitsu Lime GDC on host CPU bus. 2093 2094endchoice 2095 2096config FB_MB862XX_I2C 2097 bool "Support I2C bus on MB862XX GDC" 2098 depends on FB_MB862XX && I2C 2099 depends on FB_MB862XX=m || I2C=y 2100 default y 2101 help 2102 Selecting this option adds Coral-P(A)/Lime GDC I2C bus adapter 2103 driver to support accessing I2C devices on controller's I2C bus. 2104 These are usually some video decoder chips. 2105 2106config FB_EP93XX 2107 tristate "EP93XX frame buffer support" 2108 depends on FB && ARCH_EP93XX 2109 select FB_CFB_FILLRECT 2110 select FB_CFB_COPYAREA 2111 select FB_CFB_IMAGEBLIT 2112 help 2113 Framebuffer driver for the Cirrus Logic EP93XX series of processors. 2114 This driver is also available as a module. The module will be called 2115 ep93xx-fb. 2116 2117config FB_PRE_INIT_FB 2118 bool "Don't reinitialize, use bootloader's GDC/Display configuration" 2119 depends on FB && FB_MB862XX_LIME 2120 help 2121 Select this option if display contents should be inherited as set by 2122 the bootloader. 2123 2124config FB_MX3 2125 tristate "MX3 Framebuffer support" 2126 depends on FB && MX3_IPU 2127 select BACKLIGHT_CLASS_DEVICE 2128 select FB_CFB_FILLRECT 2129 select FB_CFB_COPYAREA 2130 select FB_CFB_IMAGEBLIT 2131 default y 2132 help 2133 This is a framebuffer device for the i.MX31 LCD Controller. So 2134 far only synchronous displays are supported. If you plan to use 2135 an LCD display with your i.MX31 system, say Y here. 2136 2137config FB_BROADSHEET 2138 tristate "E-Ink Broadsheet/Epson S1D13521 controller support" 2139 depends on FB && (ARCH_PXA || COMPILE_TEST) 2140 select FB_SYS_FILLRECT 2141 select FB_SYS_COPYAREA 2142 select FB_SYS_IMAGEBLIT 2143 select FB_SYS_FOPS 2144 select FB_DEFERRED_IO 2145 help 2146 This driver implements support for the E-Ink Broadsheet 2147 controller. The release name for this device was Epson S1D13521 2148 and could also have been called by other names when coupled with 2149 a bridge adapter. 2150 2151config FB_HYPERV 2152 tristate "Microsoft Hyper-V Synthetic Video support" 2153 depends on FB && HYPERV 2154 select FB_CFB_FILLRECT 2155 select FB_CFB_COPYAREA 2156 select FB_CFB_IMAGEBLIT 2157 select FB_DEFERRED_IO 2158 select DMA_CMA if HAVE_DMA_CONTIGUOUS && CMA 2159 select VIDEO_NOMODESET 2160 help 2161 This framebuffer driver supports Microsoft Hyper-V Synthetic Video. 2162 2163config FB_SIMPLE 2164 tristate "Simple framebuffer support" 2165 depends on FB 2166 depends on !DRM_SIMPLEDRM 2167 select APERTURE_HELPERS 2168 select FB_CFB_FILLRECT 2169 select FB_CFB_COPYAREA 2170 select FB_CFB_IMAGEBLIT 2171 help 2172 Say Y if you want support for a simple frame-buffer. 2173 2174 This driver assumes that the display hardware has been initialized 2175 before the kernel boots, and the kernel will simply render to the 2176 pre-allocated frame buffer surface. 2177 2178 Configuration re: surface address, size, and format must be provided 2179 through device tree, or plain old platform data. 2180 2181config FB_SSD1307 2182 tristate "Solomon SSD1307 framebuffer support" 2183 depends on FB && I2C 2184 depends on GPIOLIB || COMPILE_TEST 2185 select FB_SYS_FOPS 2186 select FB_SYS_FILLRECT 2187 select FB_SYS_COPYAREA 2188 select FB_SYS_IMAGEBLIT 2189 select FB_DEFERRED_IO 2190 select FB_BACKLIGHT 2191 help 2192 This driver implements support for the Solomon SSD1307 2193 OLED controller over I2C. 2194 2195config FB_SM712 2196 tristate "Silicon Motion SM712 framebuffer support" 2197 depends on FB && PCI 2198 select FB_CFB_FILLRECT 2199 select FB_CFB_COPYAREA 2200 select FB_CFB_IMAGEBLIT 2201 select VIDEO_NOMODESET 2202 help 2203 Frame buffer driver for the Silicon Motion SM710, SM712, SM721 2204 and SM722 chips. 2205 2206 This driver is also available as a module. The module will be 2207 called sm712fb. If you want to compile it as a module, say M 2208 here and read <file:Documentation/kbuild/modules.rst>. 2209 2210source "drivers/video/fbdev/omap/Kconfig" 2211source "drivers/video/fbdev/omap2/Kconfig" 2212source "drivers/video/fbdev/mmp/Kconfig" 2213