Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d381b89 authored by Imre Deak's avatar Imre Deak Committed by Linus Torvalds
Browse files

OMAP: add external Epson Blizzard LCD controller support



- Adds Epson Blizzard lcd controller driver; used in Nokia Internet Tablet
  products.

Signed-off-by: default avatarTrilok Soni <soni.trilok@gmail.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent aae76ef1
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -50,3 +50,9 @@ config FB_OMAP_LCDC_HWA742
	  Say Y here if you want to have support for the external
	  Say Y here if you want to have support for the external
	  Epson HWA742 LCD controller.
	  Epson HWA742 LCD controller.


config FB_OMAP_LCDC_BLIZZARD
	bool "Epson Blizzard 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 Blizzard LCD controller.
+1 −0
Original line number Original line Diff line number Diff line
@@ -13,6 +13,7 @@ objs-$(CONFIG_ARCH_OMAP1)$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += sossi.o
objs-$(CONFIG_ARCH_OMAP2)$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += rfbi.o
objs-$(CONFIG_ARCH_OMAP2)$(CONFIG_FB_OMAP_LCDC_EXTERNAL) += rfbi.o


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


omapfb-objs := $(objs-yy)
omapfb-objs := $(objs-yy)
+1568 −0

File added.

Preview size limit exceeded, changes collapsed.