diff options
author | Marek Belisko <marek@goldelico.com> | 2013-10-29 23:25:40 +0100 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-10-31 12:30:36 +0200 |
commit | 8623ec220b9c9d873ef82d41c9adbac7eec53174 (patch) | |
tree | 450b3597c9cf38dd9df000cf92fb33dbc422ea7f /drivers/video/omap2/displays-new/Kconfig | |
parent | 8900346d5ced18487588af20a8b6323858688d07 (diff) | |
download | talos-obmc-linux-8623ec220b9c9d873ef82d41c9adbac7eec53174.tar.gz talos-obmc-linux-8623ec220b9c9d873ef82d41c9adbac7eec53174.zip |
omapdss: Add new panel driver for Topolly td028ttec1 LCD.
Signed-off-by: Marek Belisko <marek@goldelico.com>
Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
[tomi.valkeinen@ti.com: made a few funcs static]
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/displays-new/Kconfig')
-rw-r--r-- | drivers/video/omap2/displays-new/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/omap2/displays-new/Kconfig b/drivers/video/omap2/displays-new/Kconfig index 6c90885b0940..1054249b16a5 100644 --- a/drivers/video/omap2/displays-new/Kconfig +++ b/drivers/video/omap2/displays-new/Kconfig @@ -56,6 +56,12 @@ config DISPLAY_PANEL_SHARP_LS037V7DW01 help LCD Panel used in TI's SDP3430 and EVM boards +config DISPLAY_PANEL_TPO_TD028TTEC1 + tristate "TPO TD028TTEC1 LCD Panel" + depends on SPI + help + LCD panel used in Openmoko. + config DISPLAY_PANEL_TPO_TD043MTEA1 tristate "TPO TD043MTEA1 LCD Panel" depends on SPI |