diff options
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 7a43020fa583..c69b6ef1d2ce 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. |
@@ -705,6 +706,7 @@ config FB_NVIDIA | |||
705 | select FB_CFB_FILLRECT | 706 | select FB_CFB_FILLRECT |
706 | select FB_CFB_COPYAREA | 707 | select FB_CFB_COPYAREA |
707 | select FB_CFB_IMAGEBLIT | 708 | select FB_CFB_IMAGEBLIT |
709 | select BITREVERSE | ||
708 | help | 710 | help |
709 | This driver supports graphics boards with the nVidia chips, TNT | 711 | This driver supports graphics boards with the nVidia chips, TNT |
710 | and newer. For very old chipsets, such as the RIVA128, then use | 712 | and newer. For very old chipsets, such as the RIVA128, then use |
@@ -744,6 +746,7 @@ config FB_RIVA | |||
744 | select FB_CFB_FILLRECT | 746 | select FB_CFB_FILLRECT |
745 | select FB_CFB_COPYAREA | 747 | select FB_CFB_COPYAREA |
746 | select FB_CFB_IMAGEBLIT | 748 | select FB_CFB_IMAGEBLIT |
749 | select BITREVERSE | ||
747 | help | 750 | help |
748 | This driver supports graphics boards with the nVidia Riva/Geforce | 751 | This driver supports graphics boards with the nVidia Riva/Geforce |
749 | chips. | 752 | chips. |