mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-11 07:39:47 +00:00
[media] uvc: Depend on VIDEO_V4L2
The uvcvideo driver lost its dependency on VIDEO_V4L2 during the big media directory reorganization. Add it back. Reported-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
ee17608d6a
commit
05959be7b6
@ -1,5 +1,6 @@
|
|||||||
config USB_VIDEO_CLASS
|
config USB_VIDEO_CLASS
|
||||||
tristate "USB Video Class (UVC)"
|
tristate "USB Video Class (UVC)"
|
||||||
|
depends on VIDEO_V4L2
|
||||||
select VIDEOBUF2_VMALLOC
|
select VIDEOBUF2_VMALLOC
|
||||||
---help---
|
---help---
|
||||||
Support for the USB Video Class (UVC). Currently only video
|
Support for the USB Video Class (UVC). Currently only video
|
||||||
|
Loading…
x
Reference in New Issue
Block a user