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
Kirill Smelkov
linux
Commits
c1d1ea9e
Commit
c1d1ea9e
authored
Apr 09, 2006
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V4L/DVB (3775): Add VIVI Kconfig stuff
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@infradead.org
>
parent
cd41e28e
Changes
2
Hide 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
+11
-0
drivers/media/video/Makefile
drivers/media/video/Makefile
+2
-0
No files found.
drivers/media/video/Kconfig
View file @
c1d1ea9e
...
...
@@ -16,6 +16,17 @@ config VIDEO_ADV_DEBUG
V4L devices.
In doubt, say N.
config VIDEO_VIVI
tristate "Virtual Video Driver"
depends on VIDEO_V4L2
default n
---help---
Enables a virtual video driver. This device shows a color bar
and a timestamp, as a real device would generate by using V4L2
api.
Say Y here if you want to test video apps or debug V4L devices.
In doubt, say N.
source "drivers/media/video/bt8xx/Kconfig"
config VIDEO_SAA6588
...
...
drivers/media/video/Makefile
View file @
c1d1ea9e
...
...
@@ -85,4 +85,6 @@ obj-$(CONFIG_USB_IBMCAM) += usbvideo/
obj-$(CONFIG_USB_KONICAWC)
+=
usbvideo/
obj-$(CONFIG_USB_VICAM)
+=
usbvideo/
obj-$(CONFIG_VIDEO_VIVI)
+=
vivi.o
EXTRA_CFLAGS
+=
-Idrivers
/media/dvb/dvb-core
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