forked from Minki/linux
24305db864
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>
59 lines
1.6 KiB
Plaintext
59 lines
1.6 KiB
Plaintext
menu "OMAP2/3 Display Device Drivers"
|
|
depends on OMAP2_DSS
|
|
|
|
config PANEL_GENERIC_DPI
|
|
tristate "Generic DPI Panel"
|
|
depends on OMAP2_DSS_DPI
|
|
help
|
|
Generic DPI panel driver.
|
|
Supports DVI output for Beagle and OMAP3 SDP.
|
|
Supports LCD Panel used in TI SDP3430 and EVM boards,
|
|
OMAP3517 EVM boards and CM-T35.
|
|
|
|
config PANEL_LGPHILIPS_LB035Q02
|
|
tristate "LG.Philips LB035Q02 LCD Panel"
|
|
depends on OMAP2_DSS_DPI && SPI
|
|
help
|
|
LCD Panel used on the Gumstix Overo Palo35
|
|
|
|
config PANEL_SHARP_LS037V7DW01
|
|
tristate "Sharp LS037V7DW01 LCD Panel"
|
|
depends on OMAP2_DSS_DPI
|
|
select BACKLIGHT_CLASS_DEVICE
|
|
help
|
|
LCD Panel used in TI's SDP3430 and EVM boards
|
|
|
|
config PANEL_NEC_NL8048HL11_01B
|
|
tristate "NEC NL8048HL11-01B Panel"
|
|
depends on OMAP2_DSS_DPI
|
|
help
|
|
This NEC NL8048HL11-01B panel is TFT LCD
|
|
used in the Zoom2/3/3630 sdp boards.
|
|
|
|
config PANEL_PICODLP
|
|
tristate "TI PICO DLP mini-projector"
|
|
depends on OMAP2_DSS && I2C
|
|
help
|
|
A mini-projector used in TI's SDP4430 and EVM boards
|
|
For more info please visit http://www.dlp.com/projector/
|
|
|
|
config PANEL_TAAL
|
|
tristate "Taal DSI Panel"
|
|
depends on OMAP2_DSS_DSI
|
|
help
|
|
Taal DSI command mode panel from TPO.
|
|
|
|
config PANEL_TPO_TD043MTEA1
|
|
tristate "TPO TD043MTEA1 LCD Panel"
|
|
depends on OMAP2_DSS_DPI && SPI
|
|
help
|
|
LCD Panel used in OMAP3 Pandora
|
|
|
|
config PANEL_ACX565AKM
|
|
tristate "ACX565AKM Panel"
|
|
depends on OMAP2_DSS_SDI && SPI
|
|
select BACKLIGHT_CLASS_DEVICE
|
|
help
|
|
This is the LCD panel used on Nokia N900
|
|
endmenu
|