diff options
author | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2010-01-14 08:12:47 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2010-02-12 05:46:06 -0500 |
commit | 60596045ac3d73ab6aac85d1eca617ba4c97b020 (patch) | |
tree | 408fe924725af2492b95e5e970585a531f30161a /drivers/video | |
parent | 9ce4ad0a7b2e21363ce1d1d4c8eb4c2ae213cb59 (diff) |
OMAP: DSS2: Improve Kconfig help texts
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/omap2/dss/Kconfig | 26 | ||||
-rw-r--r-- | drivers/video/omap2/omapfb/Kconfig | 2 |
2 files changed, 23 insertions, 5 deletions
diff --git a/drivers/video/omap2/dss/Kconfig b/drivers/video/omap2/dss/Kconfig index c63ce767b277..87afb81b2c44 100644 --- a/drivers/video/omap2/dss/Kconfig +++ b/drivers/video/omap2/dss/Kconfig | |||
@@ -30,19 +30,29 @@ config OMAP2_DSS_COLLECT_IRQ_STATS | |||
30 | depends on OMAP2_DSS_DEBUG_SUPPORT | 30 | depends on OMAP2_DSS_DEBUG_SUPPORT |
31 | default n | 31 | default n |
32 | help | 32 | help |
33 | Collect DSS IRQ statistics, printable via debugfs | 33 | Collect DSS IRQ statistics, printable via debugfs. |
34 | |||
35 | The statistics can be found from | ||
36 | <debugfs>/omapdss/dispc_irq for DISPC interrupts, and | ||
37 | <debugfs>/omapdss/dsi_irq for DSI interrupts. | ||
34 | 38 | ||
35 | config OMAP2_DSS_RFBI | 39 | config OMAP2_DSS_RFBI |
36 | bool "RFBI support" | 40 | bool "RFBI support" |
37 | default n | 41 | default n |
38 | help | 42 | help |
39 | MIPI DBI, or RFBI (Remote Framebuffer Interface), support. | 43 | MIPI DBI support (RFBI, Remote Framebuffer Interface, in Texas |
44 | Instrument's terminology). | ||
45 | |||
46 | DBI is a bus between the host processor and a peripheral, | ||
47 | such as a display or a framebuffer chip. | ||
48 | |||
49 | See http://www.mipi.org/ for DBI spesifications. | ||
40 | 50 | ||
41 | config OMAP2_DSS_VENC | 51 | config OMAP2_DSS_VENC |
42 | bool "VENC support" | 52 | bool "VENC support" |
43 | default y | 53 | default y |
44 | help | 54 | help |
45 | OMAP Video Encoder support. | 55 | OMAP Video Encoder support for S-Video and composite TV-out. |
46 | 56 | ||
47 | config OMAP2_DSS_SDI | 57 | config OMAP2_DSS_SDI |
48 | bool "SDI support" | 58 | bool "SDI support" |
@@ -51,12 +61,20 @@ config OMAP2_DSS_SDI | |||
51 | help | 61 | help |
52 | SDI (Serial Display Interface) support. | 62 | SDI (Serial Display Interface) support. |
53 | 63 | ||
64 | SDI is a high speed one-way display serial bus between the host | ||
65 | processor and a display. | ||
66 | |||
54 | config OMAP2_DSS_DSI | 67 | config OMAP2_DSS_DSI |
55 | bool "DSI support" | 68 | bool "DSI support" |
56 | depends on ARCH_OMAP3 | 69 | depends on ARCH_OMAP3 |
57 | default n | 70 | default n |
58 | help | 71 | help |
59 | MIPI DSI support. | 72 | MIPI DSI (Display Serial Interface) support. |
73 | |||
74 | DSI is a high speed half-duplex serial interface between the host | ||
75 | processor and a peripheral, such as a display or a framebuffer chip. | ||
76 | |||
77 | See http://www.mipi.org/ for DSI spesifications. | ||
60 | 78 | ||
61 | config OMAP2_DSS_USE_DSI_PLL | 79 | config OMAP2_DSS_USE_DSI_PLL |
62 | bool "Use DSI PLL for PCLK (EXPERIMENTAL)" | 80 | bool "Use DSI PLL for PCLK (EXPERIMENTAL)" |
diff --git a/drivers/video/omap2/omapfb/Kconfig b/drivers/video/omap2/omapfb/Kconfig index bb694cc52a50..5effa1d4d0e6 100644 --- a/drivers/video/omap2/omapfb/Kconfig +++ b/drivers/video/omap2/omapfb/Kconfig | |||
@@ -16,7 +16,7 @@ config FB_OMAP2_DEBUG_SUPPORT | |||
16 | depends on FB_OMAP2 | 16 | depends on FB_OMAP2 |
17 | help | 17 | help |
18 | Support for debug output. You have to enable the actual printing | 18 | Support for debug output. You have to enable the actual printing |
19 | with debug module parameter. | 19 | with 'debug' module parameter. |
20 | 20 | ||
21 | config FB_OMAP2_FORCE_AUTO_UPDATE | 21 | config FB_OMAP2_FORCE_AUTO_UPDATE |
22 | bool "Force main display to automatic update mode" | 22 | bool "Force main display to automatic update mode" |