Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
Packaging
Upstream
linux-rt
Commits
29adeee5
Commit
29adeee5
authored
Aug 31, 2006
by
Mauro Carvalho Chehab
Browse files
V4L/DVB (4568): Added missing KS0197 Kconfig item
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@infradead.org
>
parent
faa1cb20
Changes
2
Hide whitespace changes
Inline
Side-by-side
drivers/media/video/Kconfig
View file @
29adeee5
...
...
@@ -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
...
...
drivers/media/video/Makefile
View file @
29adeee5
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment