aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorKristoffer Glembo <kristoffer@gaisler.com>2011-07-05 03:29:19 -0400
committerPaul Mundt <lethal@linux-sh.org>2011-07-13 03:58:52 -0400
commita4b8f97a8fdeb94492738c36fddbd2cf822ed138 (patch)
tree8df1e69646ee0a3a12644150bf014545f5d8cb11 /drivers/video/Kconfig
parentdd37739f47ea278a57d66b2afe20243f0a6294a0 (diff)
video: Add Aeroflex Gaisler GRVGA framebuffer device driver
This patch adds support for the GRVGA framebuffer IP core from Aeroflex Gaisler. The device is used in LEON SPARCV8 based System on Chips. Documentation can be found here: www.gaisler.com/products/grlib/grip.pdf. Signed-off-by: Kristoffer Glembo <kristoffer@gaisler.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 5e19de97242a..e087fc2207e7 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)