diff options
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-08-29 05:14:30 -0400 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-08-29 05:14:30 -0400 |
commit | d4a7dbfdf180a656de3eb9e64614e2b991ffaa53 (patch) | |
tree | f7d0d548004751aea77f63e6fd695faf0785bde0 /drivers/video/Kconfig | |
parent | b5480ed72e4f299c53d1857faaf4f492650ccc43 (diff) | |
parent | fa514fbc57419505d0e9423dbb8742f2775f882e (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-3.x into fbdev-next
Conflicts:
drivers/video/atmel_lcdfb.c
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 963b8b767b83..903ace58fec5 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -259,6 +259,15 @@ config FB_TILEBLITTING | |||
259 | comment "Frame buffer hardware drivers" | 259 | comment "Frame buffer hardware drivers" |
260 | depends on FB | 260 | depends on FB |
261 | 261 | ||
262 | config 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 | |||
262 | config FB_CIRRUS | 271 | config 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 | |||
1756 | config FB_AU1200 | 1765 | config 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 |