From: Brandon Philips Date: Sun, 4 Nov 2007 09:28:51 +0000 (-0300) Subject: V4L/DVB (6547): V4L: remove PCI from VIDEO_VIVI depends X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ac72fed79fbbdb35882b393401584435c9fc37ac;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git 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 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/Kconfig b/drivers/media/video/Kconfig index 2e571eb9313..c9f14bfc854 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---