Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37415
b: refs/heads/master
c: eb42c42
h: refs/heads/master
i:
  37413: 84a5662
  37411: 0be48cf
  37407: b329fda
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Sep 26, 2006
1 parent e0a9df8 commit 439152a
Show file tree
Hide file tree
Showing 4 changed files with 12 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: 12500f07c6e179692ae3bd4d7bee9aa07ec74c25
refs/heads/master: eb42c42449b4d018881dc8f1856ce84cf74f90c5
9 changes: 9 additions & 0 deletions trunk/drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,15 @@ config VIDEO_SAA711X
To compile this driver as a module, choose M here: the
module will be called saa7115.

config VIDEO_TVP5150
tristate "Texas Instruments TVP5150 video decoder"
depends on VIDEO_DEV && I2C
---help---
Support for the Texas Instruments TVP5150 video decoder.

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

config VIDEO_SAA7127
tristate "Philips SAA7127/9 digital video encoders"
depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ obj-$(CONFIG_VIDEO_MEYE) += meye.o
obj-$(CONFIG_VIDEO_SAA7134) += ir-kbd-i2c.o saa7134/
obj-$(CONFIG_VIDEO_CX88) += cx88/
obj-$(CONFIG_VIDEO_EM28XX) += em28xx/
obj-$(CONFIG_VIDEO_EM28XX) += tvp5150.o
obj-$(CONFIG_VIDEO_TVP5150) += tvp5150.o
obj-$(CONFIG_VIDEO_PVRUSB2) += pvrusb2/
obj-$(CONFIG_VIDEO_MSP3400) += msp3400.o
obj-$(CONFIG_VIDEO_CS53L32A) += cs53l32a.o
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/media/video/em28xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ config VIDEO_EM28XX
select VIDEO_TVEEPROM
select VIDEO_IR
select VIDEO_SAA711X
select VIDEO_TVP5150
---help---
This is a video4linux driver for Empia 28xx based TV cards.

Expand Down

0 comments on commit 439152a

Please sign in to comment.