This fixes a dependency problem as found by Randy Dunlap: https://lkml.org/lkml/2013/6/27/501 Mauro, is there any reason for any V4L2 driver to depend on VIDEO_DEV instead of just VIDEO_V4L2? Some drivers depend on VIDEO_DEV, some on VIDEO_V4L2, some on both. It's all pretty chaotic. Regards, Hans diff --git a/drivers/media/usb/usbtv/Kconfig b/drivers/media/usb/usbtv/Kconfig index 8864436..7c5b860 100644 --- a/drivers/media/usb/usbtv/Kconfig +++ b/drivers/media/usb/usbtv/Kconfig @@ -1,6 +1,6 @@ config VIDEO_USBTV tristate "USBTV007 video capture support" - depends on VIDEO_DEV + depends on VIDEO_V4L2 select VIDEOBUF2_VMALLOC ---help--- -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html