diff options
author | Imre Deak <imre.deak@solidboot.com> | 2007-05-26 09:49:19 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 13:23:14 -0400 |
commit | aae76ef13e348cebac225407ea2c452f8d0ff862 (patch) | |
tree | 4810e83aa802a549dbbf52302de811b3b9b7ff12 /drivers/video/omap/Kconfig | |
parent | f5c125a0fc44e513c3d51d179cb8a9ccaf589b7b (diff) |
OMAP: add external Epson HWA742 LCD controller support
- 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>
Diffstat (limited to 'drivers/video/omap/Kconfig')
-rw-r--r-- | drivers/video/omap/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/omap/Kconfig b/drivers/video/omap/Kconfig index 17607e97ba32..3d36e62897ff 100644 --- a/drivers/video/omap/Kconfig +++ b/drivers/video/omap/Kconfig | |||
@@ -43,3 +43,10 @@ config FB_OMAP_LCDC_EXTERNAL | |||
43 | Say Y here, if you want to have support for boards with an | 43 | Say Y here, if you want to have support for boards with an |
44 | external LCD controller connected to the SoSSI/RFBI interface. | 44 | external LCD controller connected to the SoSSI/RFBI interface. |
45 | 45 | ||
46 | config FB_OMAP_LCDC_HWA742 | ||
47 | bool "Epson HWA742 LCD controller support" | ||
48 | depends on FB_OMAP && FB_OMAP_LCDC_EXTERNAL | ||
49 | help | ||
50 | Say Y here if you want to have support for the external | ||
51 | Epson HWA742 LCD controller. | ||
52 | |||