diff options
author | Ryan Mallon <ryan@bluewatersys.com> | 2009-09-22 19:47:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 10:39:51 -0400 |
commit | 88017bda96a5fd568a982b01546c8fb1782dda62 (patch) | |
tree | fb31f14c593f882dac2db7acdfadbc469240dd6d /drivers/video/Kconfig | |
parent | c6012189a40d33213ead5d15769fab615443206f (diff) |
ep93xx video driver
EP93xx video driver plus documentation.
Signed-off-by: Ryan Mallon <ryan@bluewatersys.com>
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Daniele Venzano <linux@brownhat.org>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index a7944ef48a2a..7be506262284 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2128,6 +2128,17 @@ config FB_MB862XX_LIME | |||
2128 | ---help--- | 2128 | ---help--- |
2129 | Framebuffer support for Fujitsu Lime GDC on host CPU bus. | 2129 | Framebuffer support for Fujitsu Lime GDC on host CPU bus. |
2130 | 2130 | ||
2131 | config FB_EP93XX | ||
2132 | tristate "EP93XX frame buffer support" | ||
2133 | depends on FB && ARCH_EP93XX | ||
2134 | select FB_CFB_FILLRECT | ||
2135 | select FB_CFB_COPYAREA | ||
2136 | select FB_CFB_IMAGEBLIT | ||
2137 | ---help--- | ||
2138 | Framebuffer driver for the Cirrus Logic EP93XX series of processors. | ||
2139 | This driver is also available as a module. The module will be called | ||
2140 | ep93xx-fb. | ||
2141 | |||
2131 | config FB_PRE_INIT_FB | 2142 | config FB_PRE_INIT_FB |
2132 | bool "Don't reinitialize, use bootloader's GDC/Display configuration" | 2143 | bool "Don't reinitialize, use bootloader's GDC/Display configuration" |
2133 | depends on FB_MB862XX_LIME | 2144 | depends on FB_MB862XX_LIME |