diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2011-10-24 18:53:59 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-12-11 17:13:06 +0400 |
commit | 6998b6fb4b1c8f320adeee938d399c4d8dcc90e2 (patch) | |
tree | 2a8e7687fe177c526fb518f22aff497bb4fcd98c /drivers/media/video/uvc/Kconfig | |
parent | 3d95e932573c316ad56b8e2f283e26de0b9c891c (diff) | |
download | linux-6998b6fb4b1c8f320adeee938d399c4d8dcc90e2.tar.xz |
[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 2956a7637219..6c197da531b2 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. |