Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358338
b: refs/heads/master
c: e7792ce
h: refs/heads/master
v: v3
  • Loading branch information
Rob Clark committed Feb 19, 2013
1 parent 27fdf38 commit 695f539
Show file tree
Hide file tree
Showing 4 changed files with 916 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 16ea975eac671fa40a78594a116a44fef8e3f4a9
refs/heads/master: e7792ce2da5ded80861db787ace9b57ecf7bc96c
6 changes: 6 additions & 0 deletions trunk/drivers/gpu/drm/i2c/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,10 @@ config DRM_I2C_SIL164
when used in pairs) TMDS transmitters, used in some nVidia
video cards.

config DRM_I2C_NXP_TDA998X
tristate "NXP Semiconductors TDA998X HDMI encoder"
default m if DRM_TILCDC
help
Support for NXP Semiconductors TDA998X HDMI encoders.

endmenu
3 changes: 3 additions & 0 deletions trunk/drivers/gpu/drm/i2c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ obj-$(CONFIG_DRM_I2C_CH7006) += ch7006.o

sil164-y := sil164_drv.o
obj-$(CONFIG_DRM_I2C_SIL164) += sil164.o

tda998x-y := tda998x_drv.o
obj-$(CONFIG_DRM_I2C_NXP_TDA998X) += tda998x.o
Loading

0 comments on commit 695f539

Please sign in to comment.