diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-10-24 11:53:59 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-11 11:13:06 -0200 |
commit | 6998b6fb4b1c8f320adeee938d399c4d8dcc90e2 (patch) | |
tree | 2a8e7687fe177c526fb518f22aff497bb4fcd98c /drivers/media/video/uvc/Kconfig | |
parent | 3d95e932573c316ad56b8e2f283e26de0b9c891c (diff) |
[media] uvcvideo: Use videobuf2-vmalloc
Replace the current video buffers queue implementation with
videobuf2-vmalloc.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/uvc/Kconfig')
-rw-r--r-- | drivers/media/video/uvc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/uvc/Kconfig b/drivers/media/video/uvc/Kconfig index 2956a763721..6c197da531b 100644 --- a/drivers/media/video/uvc/Kconfig +++ b/drivers/media/video/uvc/Kconfig @@ -1,5 +1,6 @@ config USB_VIDEO_CLASS tristate "USB Video Class (UVC)" + select VIDEOBUF2_VMALLOC ---help--- Support for the USB Video Class (UVC). Currently only video input devices, such as webcams, are supported. |