diff options
author | Mayuresh Janorkar <mayur@ti.com> | 2011-05-17 08:19:40 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-09-14 11:08:23 -0400 |
commit | 24305db864cd62bf4279f745528c3238cbaf1c12 (patch) | |
tree | 04749e55b46f59efc1d56567735f856feb3d5d10 /drivers/video/omap2/displays/Kconfig | |
parent | b6fd41e29dea9c6753b1843a77e50433e6123bcb (diff) |
OMAP: DSS2: Add picodlp panel driver
PicoDLP is a micro projector from TI.
DLP used in OMAP4 is dpp2600 (DLP Pico Projector) The DLP requires
commands to be sent over i2c for configurations. To know more about
dpp2600 commands please visit:
https://focus.ti.com/myti/docs/extranet.tsp?sectionId=403
The picodlp module consists of a dss driver and an i2c_client.
To know more please visit:
http://www.omappedia.org/wiki/PicoDLP_projector_guide
Based on original design from Mythri P K <mythripk@ti.com>
Signed-off-by: Mayuresh Janorkar <mayur@ti.com>
Signed-off-by: Mythri P K <mythripk@ti.com>
[tomi.valkeinen@ti.com: squashed commits]
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/displays/Kconfig')
-rw-r--r-- | drivers/video/omap2/displays/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/omap2/displays/Kconfig b/drivers/video/omap2/displays/Kconfig index 609a28073178..6ddb401552cd 100644 --- a/drivers/video/omap2/displays/Kconfig +++ b/drivers/video/omap2/displays/Kconfig | |||
@@ -30,6 +30,13 @@ config PANEL_NEC_NL8048HL11_01B | |||
30 | This NEC NL8048HL11-01B panel is TFT LCD | 30 | This NEC NL8048HL11-01B panel is TFT LCD |
31 | used in the Zoom2/3/3630 sdp boards. | 31 | used in the Zoom2/3/3630 sdp boards. |
32 | 32 | ||
33 | config PANEL_PICODLP | ||
34 | tristate "TI PICO DLP mini-projector" | ||
35 | depends on OMAP2_DSS && I2C | ||
36 | help | ||
37 | A mini-projector used in TI's SDP4430 and EVM boards | ||
38 | For more info please visit http://www.dlp.com/projector/ | ||
39 | |||
33 | config PANEL_TAAL | 40 | config PANEL_TAAL |
34 | tristate "Taal DSI Panel" | 41 | tristate "Taal DSI Panel" |
35 | depends on OMAP2_DSS_DSI | 42 | depends on OMAP2_DSS_DSI |