9ce4ad0a7b
Add support of TPO TD043MTEA1 TFT LCD panel to DSS2 driver. This panel is used by OMAP3 Pandora device. Signed-off-by: Grazvydas Ignotas <notasas@gmail.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
41 lines
1.0 KiB
Plaintext
41 lines
1.0 KiB
Plaintext
menu "OMAP2/3 Display Device Drivers"
|
|
depends on OMAP2_DSS
|
|
|
|
config PANEL_GENERIC
|
|
tristate "Generic Panel"
|
|
help
|
|
Generic panel driver.
|
|
Used for DVI output for Beagle and OMAP3 SDP.
|
|
|
|
config PANEL_SHARP_LS037V7DW01
|
|
tristate "Sharp LS037V7DW01 LCD Panel"
|
|
depends on OMAP2_DSS
|
|
help
|
|
LCD Panel used in TI's SDP3430 and EVM boards
|
|
|
|
config PANEL_SHARP_LQ043T1DG01
|
|
tristate "Sharp LQ043T1DG01 LCD Panel"
|
|
depends on OMAP2_DSS
|
|
help
|
|
LCD Panel used in TI's OMAP3517 EVM boards
|
|
|
|
config PANEL_TAAL
|
|
tristate "Taal DSI Panel"
|
|
depends on OMAP2_DSS_DSI
|
|
help
|
|
Taal DSI command mode panel from TPO.
|
|
|
|
config PANEL_TOPPOLY_TDO35S
|
|
tristate "Toppoly TDO35S LCD Panel support"
|
|
depends on OMAP2_DSS
|
|
help
|
|
LCD Panel used in CM-T35
|
|
|
|
config PANEL_TPO_TD043MTEA1
|
|
tristate "TPO TD043MTEA1 LCD Panel"
|
|
depends on OMAP2_DSS && I2C
|
|
help
|
|
LCD Panel used in OMAP3 Pandora
|
|
|
|
endmenu
|