Skip to content

Commit

Permalink
OMAP: add external Epson HWA742 LCD controller support
Browse files Browse the repository at this point in the history
- Adds Epson HWA742 lcd controller driver; used in Nokia Internet Tablet
  products.

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 f5c125a commit aae76ef
Show file tree
Hide file tree
Showing 3 changed files with 1,086 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/video/omap/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@ config FB_OMAP_LCDC_EXTERNAL
Say Y here, if you want to have support for boards with an
external LCD controller connected to the SoSSI/RFBI interface.

config FB_OMAP_LCDC_HWA742
bool "Epson HWA742 LCD controller support"
depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL
help
Say Y here if you want to have support for the external
Epson HWA742 LCD controller.

2 changes: 2 additions & 0 deletions drivers/video/omap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ objs-y$(CONFIG_ARCH_OMAP2) += dispc.o
objs-$(CONFIG_ARCH_OMAP1)$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += sossi.o
objs-$(CONFIG_ARCH_OMAP2)$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += rfbi.o

objs-y$(CONFIG_FB_OMAP_LCDC_HWA742) += hwa742.o

omapfb-objs := $(objs-yy)

Loading

0 comments on commit aae76ef

Please sign in to comment.