Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184840
b: refs/heads/master
c: 9ce4ad0
h: refs/heads/master
v: v3
  • Loading branch information
Grazvydas Ignotas authored and Tomi Valkeinen committed Feb 12, 2010
1 parent 95e2eda commit 51f73b8
Show file tree
Hide file tree
Showing 4 changed files with 498 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 751ef159c5600e7ee53e64c3d04f3e2d78908ce5
refs/heads/master: 9ce4ad0a7b2e21363ce1d1d4c8eb4c2ae213cb59
6 changes: 6 additions & 0 deletions trunk/drivers/video/omap2/displays/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,10 @@ config PANEL_TOPPOLY_TDO35S
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
3 changes: 2 additions & 1 deletion trunk/drivers/video/omap2/displays/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ obj-$(CONFIG_PANEL_SHARP_LS037V7DW01) += panel-sharp-ls037v7dw01.o
obj-$(CONFIG_PANEL_SHARP_LQ043T1DG01) += panel-sharp-lq043t1dg01.o

obj-$(CONFIG_PANEL_TAAL) += panel-taal.o
obj-$(CONFIG_PANEL_TOPPOLY_TDO35S) += panel-toppoly-tdo35s.o
obj-$(CONFIG_PANEL_TOPPOLY_TDO35S) += panel-toppoly-tdo35s.o
obj-$(CONFIG_PANEL_TPO_TD043MTEA1) += panel-tpo-td043mtea1.o
Loading

0 comments on commit 51f73b8

Please sign in to comment.