Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
29adeee5
Commit
29adeee5
authored
Aug 31, 2006
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V4L/DVB (4568): Added missing KS0197 Kconfig item
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@infradead.org
>
parent
faa1cb20
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
drivers/media/video/Kconfig
drivers/media/video/Kconfig
+12
-0
drivers/media/video/Makefile
drivers/media/video/Makefile
+1
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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