Skip to content

Commit

Permalink
OMAP: add TI OMAP2 internal display controller support.
Browse files Browse the repository at this point in the history
- Adds Texas Instruments OMAP2 processor series (OMAP2420/2430) internal
  display controller interface support.

Signed-off-by: Trilok Soni <soni.trilok@gmail.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Imre Deak authored and Linus Torvalds committed Jul 17, 2007
1 parent 569755c commit 7a055fc
Show file tree
Hide file tree
Showing 3 changed files with 1,546 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/video/omap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ obj-$(CONFIG_FB_OMAP) += omapfb.o
objs-yy := omapfb_main.o

objs-y$(CONFIG_ARCH_OMAP1) += lcdc.o
objs-y$(CONFIG_ARCH_OMAP2) += dispc.o

omapfb-objs := $(objs-yy)

Loading

0 comments on commit 7a055fc

Please sign in to comment.