diff options
Diffstat (limited to 'drivers/video/omap/Kconfig')
-rw-r--r-- | drivers/video/omap/Kconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/video/omap/Kconfig b/drivers/video/omap/Kconfig index 083c8fe53e24..15e7f1912af9 100644 --- a/drivers/video/omap/Kconfig +++ b/drivers/video/omap/Kconfig | |||
@@ -5,13 +5,18 @@ config FB_OMAP | |||
5 | select FB_CFB_FILLRECT | 5 | select FB_CFB_FILLRECT |
6 | select FB_CFB_COPYAREA | 6 | select FB_CFB_COPYAREA |
7 | select FB_CFB_IMAGEBLIT | 7 | select FB_CFB_IMAGEBLIT |
8 | select TWL4030_CORE if MACH_OMAP_2430SDP | ||
8 | help | 9 | help |
9 | Frame buffer driver for OMAP based boards. | 10 | Frame buffer driver for OMAP based boards. |
10 | 11 | ||
11 | config FB_OMAP_LCD_VGA | 12 | config FB_OMAP_LCD_VGA |
12 | bool "Use LCD in VGA mode" | 13 | bool "Use LCD in VGA mode" |
13 | depends on MACH_OMAP_3430SDP || MACH_OMAP_LDP | 14 | depends on MACH_OMAP_3430SDP || MACH_OMAP_LDP |
14 | 15 | help | |
16 | Set LCD resolution as VGA (640 X 480). | ||
17 | Default resolution without this option is QVGA(320 X 240). | ||
18 | Please take a look at drivers/video/omap/lcd_ldp.c file | ||
19 | for lcd driver code. | ||
15 | choice | 20 | choice |
16 | depends on FB_OMAP && MACH_OVERO | 21 | depends on FB_OMAP && MACH_OVERO |
17 | prompt "Screen resolution" | 22 | prompt "Screen resolution" |