Skip to content

Commit

Permalink
OMAP: add TI OMAP1 internal LCD controller
Browse files Browse the repository at this point in the history
- Add Texas Instruments OMAP1 processor series (OMAP1510/1610/1710..)
  internal LCD controller interface.

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 fe0e3a9 commit 569755c
Show file tree
Hide file tree
Showing 3 changed files with 902 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/video/omap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ obj-$(CONFIG_FB_OMAP) += omapfb.o

objs-yy := omapfb_main.o

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

omapfb-objs := $(objs-yy)

Loading

0 comments on commit 569755c

Please sign in to comment.