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~154^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9972fb78601fb8a494dea9bed07d62b304eb308d;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 9a256d2ff9dc..8f0a51471fdc 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -1783,6 +1783,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_XILINX tristate "Xilinx frame buffer support" depends on FB && XILINX_VIRTEX diff --git a/drivers/video/Makefile b/drivers/video/Makefile index 0b70567458fb..2cc5a90b1b3e 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile @@ -118,6 +118,7 @@ obj-$(CONFIG_FB_VESA) += vesafb.o obj-$(CONFIG_FB_IMAC) += imacfb.o obj-$(CONFIG_FB_VGA16) += vga16fb.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