summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanorkar, Mayuresh2011-02-24 10:39:17 +0100
committerTomi Valkeinen2011-03-11 14:46:25 +0100
commit0897cc21036c4da0337d8ebcbe7d4b7bb81cf2ca (patch)
tree609f760aa713851cf3e3dd814ab4c6332d165f12
parentOMAP: DSS2: Check for SDI HW before accessing SDI registers (diff)
downloadkernel-qcow2-linux-0897cc21036c4da0337d8ebcbe7d4b7bb81cf2ca.tar.gz
kernel-qcow2-linux-0897cc21036c4da0337d8ebcbe7d4b7bb81cf2ca.tar.xz
kernel-qcow2-linux-0897cc21036c4da0337d8ebcbe7d4b7bb81cf2ca.zip
OMAP: OMAPFB: Adding help for FB_OMAP_LCD_VGA option
CONFIG_FB_OMAP_LCD_VGA option is present in drivers/video/omap There is no explaination about what this flag does. Lets add information about it. FB_OMAP_LCD_VGA flag sets resolution of display to VGA (640 X 480). The default resolution of 3430 LDP is 320 X 240. Signed-off-by: Mayuresh Janorkar <mayur@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
-rw-r--r--drivers/video/omap/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/video/omap/Kconfig b/drivers/video/omap/Kconfig
index 083c8fe53e24..ff7049b2cc8f 100644
--- a/drivers/video/omap/Kconfig
+++ b/drivers/video/omap/Kconfig
@@ -11,7 +11,11 @@ config FB_OMAP
config FB_OMAP_LCD_VGA
bool "Use LCD in VGA mode"
depends on MACH_OMAP_3430SDP || MACH_OMAP_LDP
-
+ help
+ Set LCD resolution as VGA (640 X 480).
+ Default resolution without this option is QVGA(320 X 240).
+ Please take a look at drivers/video/omap/lcd_ldp.c file
+ for lcd driver code.
choice
depends on FB_OMAP && MACH_OVERO
prompt "Screen resolution"