aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig34
1 files changed, 30 insertions, 4 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 549b960667c8..8165c5577d71 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -259,6 +259,15 @@ config FB_TILEBLITTING
259comment "Frame buffer hardware drivers" 259comment "Frame buffer hardware drivers"
260 depends on FB 260 depends on FB
261 261
262config FB_GRVGA
263 tristate "Aeroflex Gaisler framebuffer support"
264 depends on FB && SPARC
265 select FB_CFB_FILLRECT
266 select FB_CFB_COPYAREA
267 select FB_CFB_IMAGEBLIT
268 ---help---
269 This enables support for the SVGACTRL framebuffer in the GRLIB IP library from Aeroflex Gaisler.
270
262config FB_CIRRUS 271config FB_CIRRUS
263 tristate "Cirrus Logic support" 272 tristate "Cirrus Logic support"
264 depends on FB && (ZORRO || PCI) 273 depends on FB && (ZORRO || PCI)
@@ -1756,9 +1765,10 @@ config FB_AU1100
1756config FB_AU1200 1765config FB_AU1200
1757 bool "Au1200 LCD Driver" 1766 bool "Au1200 LCD Driver"
1758 depends on (FB = y) && MIPS && SOC_AU1200 1767 depends on (FB = y) && MIPS && SOC_AU1200
1759 select FB_CFB_FILLRECT 1768 select FB_SYS_FILLRECT
1760 select FB_CFB_COPYAREA 1769 select FB_SYS_COPYAREA
1761 select FB_CFB_IMAGEBLIT 1770 select FB_SYS_IMAGEBLIT
1771 select FB_SYS_FOPS
1762 help 1772 help
1763 This is the framebuffer driver for the AMD Au1200 SOC. It can drive 1773 This is the framebuffer driver for the AMD Au1200 SOC. It can drive
1764 various panels and CRTs by passing in kernel cmd line option 1774 various panels and CRTs by passing in kernel cmd line option
@@ -2027,7 +2037,7 @@ config FB_TMIO_ACCELL
2027 2037
2028config FB_S3C 2038config FB_S3C
2029 tristate "Samsung S3C framebuffer support" 2039 tristate "Samsung S3C framebuffer support"
2030 depends on FB && S3C_DEV_FB 2040 depends on FB && (S3C_DEV_FB || S5P_DEV_FIMD0)
2031 select FB_CFB_FILLRECT 2041 select FB_CFB_FILLRECT
2032 select FB_CFB_COPYAREA 2042 select FB_CFB_COPYAREA
2033 select FB_CFB_IMAGEBLIT 2043 select FB_CFB_IMAGEBLIT
@@ -2110,6 +2120,22 @@ config FB_SM501
2110 2120
2111 If unsure, say N. 2121 If unsure, say N.
2112 2122
2123config FB_SMSCUFX
2124 tristate "SMSC UFX6000/7000 USB Framebuffer support"
2125 depends on FB && USB
2126 select FB_MODE_HELPERS
2127 select FB_SYS_FILLRECT
2128 select FB_SYS_COPYAREA
2129 select FB_SYS_IMAGEBLIT
2130 select FB_SYS_FOPS
2131 select FB_DEFERRED_IO
2132 ---help---
2133 This is a kernel framebuffer driver for SMSC UFX USB devices.
2134 Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and
2135 mplayer -vo fbdev. Supports both UFX6000 (USB 2.0) and UFX7000
2136 (USB 3.0) devices.
2137 To compile as a module, choose M here: the module name is smscufx.
2138
2113config FB_UDL 2139config FB_UDL
2114 tristate "Displaylink USB Framebuffer support" 2140 tristate "Displaylink USB Framebuffer support"
2115 depends on FB && USB 2141 depends on FB && USB