Skip to content

Commit

Permalink
OMAP: DSS2: Taal DSI command mode panel driver
Browse files Browse the repository at this point in the history
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
  • Loading branch information
Tomi Valkeinen committed Dec 9, 2009
1 parent 3b8f29b commit f133a9d
Show file tree
Hide file tree
Showing 3 changed files with 1,011 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/video/omap2/displays/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@ config PANEL_SHARP_LS037V7DW01
help
LCD Panel used in TI's SDP3430 and EVM boards

config PANEL_TAAL
tristate "Taal DSI Panel"
depends on OMAP2_DSS_DSI
help
Taal DSI command mode panel from TPO.

endmenu
2 changes: 2 additions & 0 deletions drivers/video/omap2/displays/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
obj-$(CONFIG_PANEL_GENERIC) += panel-generic.o
obj-$(CONFIG_PANEL_SHARP_LS037V7DW01) += panel-sharp-ls037v7dw01.o

obj-$(CONFIG_PANEL_TAAL) += panel-taal.o
Loading

0 comments on commit f133a9d

Please sign in to comment.