aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 7a43020fa583..4e83f01e894e 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -541,6 +541,7 @@ config FB_TGA
541 select FB_CFB_FILLRECT 541 select FB_CFB_FILLRECT
542 select FB_CFB_COPYAREA 542 select FB_CFB_COPYAREA
543 select FB_CFB_IMAGEBLIT 543 select FB_CFB_IMAGEBLIT
544 select BITREVERSE
544 help 545 help
545 This is the frame buffer device driver for generic TGA graphic 546 This is the frame buffer device driver for generic TGA graphic
546 cards. Say Y if you have one of those. 547 cards. Say Y if you have one of those.
@@ -551,6 +552,7 @@ config FB_VESA
551 select FB_CFB_FILLRECT 552 select FB_CFB_FILLRECT
552 select FB_CFB_COPYAREA 553 select FB_CFB_COPYAREA
553 select FB_CFB_IMAGEBLIT 554 select FB_CFB_IMAGEBLIT
555 select VIDEO_SELECT
554 help 556 help
555 This is the frame buffer device driver for generic VESA 2.0 557 This is the frame buffer device driver for generic VESA 2.0
556 compliant graphic cards. The older VESA 1.2 cards are not supported. 558 compliant graphic cards. The older VESA 1.2 cards are not supported.
@@ -705,6 +707,7 @@ config FB_NVIDIA
705 select FB_CFB_FILLRECT 707 select FB_CFB_FILLRECT
706 select FB_CFB_COPYAREA 708 select FB_CFB_COPYAREA
707 select FB_CFB_IMAGEBLIT 709 select FB_CFB_IMAGEBLIT
710 select BITREVERSE
708 help 711 help
709 This driver supports graphics boards with the nVidia chips, TNT 712 This driver supports graphics boards with the nVidia chips, TNT
710 and newer. For very old chipsets, such as the RIVA128, then use 713 and newer. For very old chipsets, such as the RIVA128, then use
@@ -744,6 +747,7 @@ config FB_RIVA
744 select FB_CFB_FILLRECT 747 select FB_CFB_FILLRECT
745 select FB_CFB_COPYAREA 748 select FB_CFB_COPYAREA
746 select FB_CFB_IMAGEBLIT 749 select FB_CFB_IMAGEBLIT
750 select BITREVERSE
747 help 751 help
748 This driver supports graphics boards with the nVidia Riva/Geforce 752 This driver supports graphics boards with the nVidia Riva/Geforce
749 chips. 753 chips.
@@ -1611,6 +1615,16 @@ config FB_PNX4008_DUM_RGB
1611 ---help--- 1615 ---help---
1612 Say Y here to enable support for PNX4008 RGB Framebuffer 1616 Say Y here to enable support for PNX4008 RGB Framebuffer
1613 1617
1618config FB_IBM_GXT4500
1619 tristate "Framebuffer support for IBM GXT4500P adaptor"
1620 depends on PPC
1621 select FB_CFB_FILLRECT
1622 select FB_CFB_COPYAREA
1623 select FB_CFB_IMAGEBLIT
1624 ---help---
1625 Say Y here to enable support for the IBM GXT4500P display
1626 adaptor, found on some IBM System P (pSeries) machines.
1627
1614config FB_VIRTUAL 1628config FB_VIRTUAL
1615 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" 1629 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
1616 depends on FB 1630 depends on FB