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~72^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89699ca15b8bebbb8b1d4f7d8695404ce74b37d2;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 403dac787ebf..70ffcd599861 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -1809,6 +1809,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 bd8b05229500..ece948da5eb1 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile @@ -119,6 +119,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