diff options
author | Brandon Philips <brandon@ifup.org> | 2007-11-04 10:28:51 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-11-05 00:41:30 +0100 |
commit | ac72fed79fbbdb35882b393401584435c9fc37ac (patch) | |
tree | d6c47aae7cfb476b9212396ebc994b2e79003b4d /drivers/media/video | |
parent | V4L/DVB (6532): Add the remaining addresses for tda9887 (diff) | |
download | linux-ac72fed79fbbdb35882b393401584435c9fc37ac.tar.xz 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>
Diffstat (limited to 'drivers/media/video')
-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--- |