Skip to content

Commit

Permalink
V4L/DVB (4568): Added missing KS0197 Kconfig item
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Mauro Carvalho Chehab committed Sep 26, 2006
1 parent faa1cb2 commit 29adeee
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions drivers/media/video/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,18 @@ config VIDEO_BT866
To compile this driver as a module, choose M here: the
module will be called bt866.

config VIDEO_KS0127
tristate "KS0127 video decoder"
depends on VIDEO_V4L1 && I2C
---help---
Support for KS0127 video decoder.

This chip is used on AverMedia AVS6EYES Zoran-based MJPEG
cards.

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

config VIDEO_SAA7110
tristate "Philips SAA7110 video decoder"
depends on VIDEO_DEV
Expand Down
1 change: 1 addition & 0 deletions drivers/media/video/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ obj-$(CONFIG_VIDEO_VPX3220) += vpx3220.o
obj-$(CONFIG_VIDEO_BT819) += bt819.o
obj-$(CONFIG_VIDEO_BT856) += bt856.o
obj-$(CONFIG_VIDEO_BT866) += bt866.o
obj-$(CONFIG_VIDEO_KS0127) += ks0127.o

obj-$(CONFIG_VIDEO_ZORAN) += zr36067.o videocodec.o
obj-$(CONFIG_VIDEO_ZORAN_DC30) += zr36050.o zr36016.o
Expand Down

0 comments on commit 29adeee

Please sign in to comment.