Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320110
b: refs/heads/master
c: ebc0404
h: refs/heads/master
v: v3
  • Loading branch information
Benoît Thébaudeau authored and Mauro Carvalho Chehab committed Jul 6, 2012
1 parent 43097d0 commit 3f885ff
Show file tree
Hide file tree
Showing 7 changed files with 717 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: 993568d4912aa5f4692b060496a4a8d487b86515
refs/heads/master: ebc04047b398d415627f82653c4e722e8fc2c083
9 changes: 9 additions & 0 deletions trunk/drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,15 @@ config VIDEO_ADV7343
To compile this driver as a module, choose M here: the
module will be called adv7343.

config VIDEO_ADV7393
tristate "ADV7393 video encoder"
depends on I2C
help
Support for Analog Devices I2C bus based ADV7393 encoder.

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

config VIDEO_AK881X
tristate "AK8813/AK8814 video encoders"
depends on I2C
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ obj-$(CONFIG_VIDEO_ADV7175) += adv7175.o
obj-$(CONFIG_VIDEO_ADV7180) += adv7180.o
obj-$(CONFIG_VIDEO_ADV7183) += adv7183.o
obj-$(CONFIG_VIDEO_ADV7343) += adv7343.o
obj-$(CONFIG_VIDEO_ADV7393) += adv7393.o
obj-$(CONFIG_VIDEO_VPX3220) += vpx3220.o
obj-$(CONFIG_VIDEO_VS6624) += vs6624.o
obj-$(CONFIG_VIDEO_BT819) += bt819.o
Expand Down
Loading

0 comments on commit 3f885ff

Please sign in to comment.