projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe51f81
)
V4L/DVB (6547): V4L: remove PCI from VIDEO_VIVI depends
author
Brandon Philips
<brandon@ifup.org>
Sun, 4 Nov 2007 09:28:51 +0000
(06:28 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Sun, 4 Nov 2007 23:41:30 +0000
(21:41 -0200)
vivi.c is a virtual driver that builds without PCI and should run on
non-pci hardware.
Signed-off-by: Brandon Philips <bphilips@suse.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/media/video/Kconfig
b/drivers/media/video/Kconfig
index 2e571eb9313ae6d5b8e49b5829c83ec8a590c354..c9f14bfc85441cf28ce522875ba9169a6b82f56e 100644
(file)
--- a/
drivers/media/video/Kconfig
+++ b/
drivers/media/video/Kconfig
@@
-363,7
+363,7
@@
endmenu # encoder / decoder chips
config VIDEO_VIVI
tristate "Virtual Video Driver"
- depends on VIDEO_V4L2 && !SPARC32 && !SPARC64
&& PCI
+ depends on VIDEO_V4L2 && !SPARC32 && !SPARC64
select VIDEOBUF_VMALLOC
default n
---help---