diff options
author | 2007-11-04 06:28:51 -0300 | |
---|---|---|
committer | 2007-11-04 21:41:30 -0200 | |
commit | ac72fed79fbbdb35882b393401584435c9fc37ac (patch) | |
tree | d6c47aae7cfb476b9212396ebc994b2e79003b4d | |
parent | V4L/DVB (6532): Add the remaining addresses for tda9887 (diff) | |
download | wireguard-linux-ac72fed79fbbdb35882b393401584435c9fc37ac.tar.xz wireguard-linux-ac72fed79fbbdb35882b393401584435c9fc37ac.zip |
V4L/DVB (6547): V4L: remove PCI from VIDEO_VIVI depends
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>
-rw-r--r-- | drivers/media/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 2e571eb9313a..c9f14bfc8544 100644 --- 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--- |