From: Imre Deak Date: Thu, 22 Feb 2007 15:24:33 +0000 (-0800) Subject: omapfb: Add support for omap framebuffer X-Git-Tag: v2.6.21-omap1~82^2~15 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e1a769fa8a5f5e1eb590a3bdadf67f59ebdf080;p=pandora-kernel.git omapfb: Add support for omap framebuffer Import framebuffer support for omap from linux-omap-historic branch. NOTE: This patch needs to be split and prepared for upstream and then moved to omap-drivers branch. Signed-off-by: Tony Lindgren --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index e4f0dd00ae85..d4704faa820d 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -1633,6 +1633,10 @@ config FB_PS3_DEFAULT_SIZE_M The default value can be overridden on the kernel command line using the "ps3fb" option (e.g. "ps3fb=9M"); +if ARCH_OMAP + source "drivers/video/omap/Kconfig" +endif + config FB_VIRTUAL tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)" depends on FB diff --git a/drivers/video/Makefile b/drivers/video/Makefile index 760305c8a841..705c5b5d5d39 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile @@ -105,6 +105,7 @@ obj-$(CONFIG_FB_VESA) += vesafb.o obj-$(CONFIG_FB_IMAC) += imacfb.o obj-$(CONFIG_FB_VGA16) += vga16fb.o vgastate.o obj-$(CONFIG_FB_OF) += offb.o +obj-$(CONFIG_FB_OMAP) += omap/ cfbcopyarea.o cfbfillrect.o cfbimgblt.o # the test framebuffer is last obj-$(CONFIG_FB_VIRTUAL) += vfb.o Reading git-diff-tree failed