From: Imre Deak Date: Tue, 3 Apr 2007 18:15:01 +0000 (-0400) Subject: FB: Add support for OMAP framebuffer X-Git-Tag: v2.6.22-omap1~165^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f7d3f187cc8166eedfe0b5ec1bd0ce7ff3675f0;p=pandora-kernel.git FB: Add support for OMAP framebuffer Add support for OMAP framebuffer Signed-off-by: Imre Deak --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 344c37595305..1635c3fd8792 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -1662,6 +1662,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 558473d040d6..d97c2bf1fc34 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile @@ -108,6 +108,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