diff options
author | Imre Deak <imre.deak@solidboot.com> | 2007-07-17 07:06:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 13:23:14 -0400 |
commit | 1d381b894d24d7642aec85df1cf281400ac87a18 (patch) | |
tree | 911d07969f7c1ecc00660967c00284090b41a540 /drivers/video/omap/Kconfig | |
parent | aae76ef13e348cebac225407ea2c452f8d0ff862 (diff) |
OMAP: add external Epson Blizzard LCD controller support
- Adds Epson Blizzard 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>
Diffstat (limited to 'drivers/video/omap/Kconfig')
-rw-r--r-- | drivers/video/omap/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/omap/Kconfig b/drivers/video/omap/Kconfig index 3d36e62897ff..7f4d25b8a184 100644 --- a/drivers/video/omap/Kconfig +++ b/drivers/video/omap/Kconfig | |||
@@ -50,3 +50,9 @@ config FB_OMAP_LCDC_HWA742 | |||
50 | Say Y here if you want to have support for the external | 50 | Say Y here if you want to have support for the external |
51 | Epson HWA742 LCD controller. | 51 | Epson HWA742 LCD controller. |
52 | 52 | ||
53 | config FB_OMAP_LCDC_BLIZZARD | ||
54 | bool "Epson Blizzard LCD controller support" | ||
55 | depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL | ||
56 | help | ||
57 | Say Y here if you want to have support for the external | ||
58 | Epson Blizzard LCD controller. | ||