diff options
author | Stanley.Miao <stanley.miao@windriver.com> | 2009-09-22 19:46:52 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 10:39:49 -0400 |
commit | 8fea8844a72f95ef22b108f5dc5c4237019771dd (patch) | |
tree | a283441a2b4da09a9e762192d68d471a748c1038 /drivers/video/omap/Kconfig | |
parent | be481941c6ddfe96e5c17a5d6f077b00e7b7bdf1 (diff) |
omapfb: add support for the ZOOM MDK LCD
Add glue to control the OMAP_LDP LCD as a frame buffer device using the
existing dispc.c driver under omapfb.
Patch updated for mainline kernel. Note that the drivers/video/omap
should be updated to pass omap_lcd_config in platform_data. The patch
should also be updated to compile if twl4030 is not selected, and
eventually to use the regulator framework.
Fixed-by: Jarkko Nikula <jarkko.nikula@gmail.com>
Fixed-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Stanley.Miao <stanley.miao@windriver.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Imre Deak <imre.deak@nokia.com>
Acked-by: Krzysztof Helt <krzysztof.h1@wp.pl>
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/video/omap/Kconfig b/drivers/video/omap/Kconfig index eb05e0999383..2bffc07f317b 100644 --- a/drivers/video/omap/Kconfig +++ b/drivers/video/omap/Kconfig | |||
@@ -7,6 +7,10 @@ config FB_OMAP | |||
7 | help | 7 | help |
8 | Frame buffer driver for OMAP based boards. | 8 | Frame buffer driver for OMAP based boards. |
9 | 9 | ||
10 | config FB_OMAP_LCD_VGA | ||
11 | bool "Use LCD in VGA mode" | ||
12 | depends on MACH_OMAP_3430SDP || MACH_OMAP_LDP | ||
13 | |||
10 | choice | 14 | choice |
11 | depends on FB_OMAP && MACH_OVERO | 15 | depends on FB_OMAP && MACH_OVERO |
12 | prompt "Screen resolution" | 16 | prompt "Screen resolution" |