Commit 2e4dcc84 authored by Ryan Mallon's avatar Ryan Mallon Committed by James Toy

Signed-off-by: Ryan Mallon <ryan@bluewatersys.com>

Acked-by: default avatarH 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: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 08f86711
...@@ -2128,6 +2128,17 @@ config FB_MB862XX_LIME ...@@ -2128,6 +2128,17 @@ config FB_MB862XX_LIME
---help--- ---help---
Framebuffer support for Fujitsu Lime GDC on host CPU bus. Framebuffer support for Fujitsu Lime GDC on host CPU bus.
config FB_EP93XX
tristate "EP93XX frame buffer support"
depends on FB && ARCH_EP93XX
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
---help---
Framebuffer driver for the Cirrus Logic EP93XX series of processors.
This driver is also available as a module. The module will be called
ep93xx-fb.
config FB_PRE_INIT_FB config FB_PRE_INIT_FB
bool "Don't reinitialize, use bootloader's GDC/Display configuration" bool "Don't reinitialize, use bootloader's GDC/Display configuration"
depends on FB_MB862XX_LIME depends on FB_MB862XX_LIME
......
...@@ -85,6 +85,7 @@ obj-$(CONFIG_FB_Q40) += q40fb.o ...@@ -85,6 +85,7 @@ obj-$(CONFIG_FB_Q40) += q40fb.o
obj-$(CONFIG_FB_TGA) += tgafb.o obj-$(CONFIG_FB_TGA) += tgafb.o
obj-$(CONFIG_FB_HP300) += hpfb.o obj-$(CONFIG_FB_HP300) += hpfb.o
obj-$(CONFIG_FB_G364) += g364fb.o obj-$(CONFIG_FB_G364) += g364fb.o
obj-$(CONFIG_FB_EP93XX) += ep93xx-fb.o
obj-$(CONFIG_FB_SA1100) += sa1100fb.o obj-$(CONFIG_FB_SA1100) += sa1100fb.o
obj-$(CONFIG_FB_HIT) += hitfb.o obj-$(CONFIG_FB_HIT) += hitfb.o
obj-$(CONFIG_FB_EPSON1355) += epson1355fb.o obj-$(CONFIG_FB_EPSON1355) += epson1355fb.o
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment