Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 366772
b: refs/heads/master
c: 12be52a
h: refs/heads/master
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 24, 2013
1 parent 5c79f71 commit f3e998e
Show file tree
Hide file tree
Showing 4 changed files with 479 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: 0890ec19c65def8c8e445931b026e0fa8d809a34
refs/heads/master: 12be52a9e0b3e6f0402d721e8dada40a705cb78a
11 changes: 10 additions & 1 deletion trunk/drivers/media/i2c/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,20 @@ config VIDEO_TVP7002
To compile this driver as a module, choose M here: the
module will be called tvp7002.

config VIDEO_TW2804
tristate "Techwell TW2804 multiple video decoder"
depends on VIDEO_V4L2 && I2C
---help---
Support for the Techwell tw2804 multiple video decoder.

To compile this driver as a module, choose M here: the
module will be called tw2804.

config VIDEO_TW9903
tristate "Techwell TW9903 video decoder"
depends on VIDEO_V4L2 && I2C
---help---
Support for the Techwell 9903 multi-standard video decoder
Support for the Techwell tw9903 multi-standard video decoder
with high quality down scaler.

To compile this driver as a module, choose M here: the
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/i2c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ obj-$(CONFIG_VIDEO_THS7303) += ths7303.o
obj-$(CONFIG_VIDEO_TVP5150) += tvp5150.o
obj-$(CONFIG_VIDEO_TVP514X) += tvp514x.o
obj-$(CONFIG_VIDEO_TVP7002) += tvp7002.o
obj-$(CONFIG_VIDEO_TW2804) += tw2804.o
obj-$(CONFIG_VIDEO_TW9903) += tw9903.o
obj-$(CONFIG_VIDEO_CS5345) += cs5345.o
obj-$(CONFIG_VIDEO_CS53L32A) += cs53l32a.o
Expand Down
Loading

0 comments on commit f3e998e

Please sign in to comment.