aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/uvc/Kconfig
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2011-10-24 10:53:59 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-12-11 08:13:06 -0500
commit6998b6fb4b1c8f320adeee938d399c4d8dcc90e2 (patch)
tree2a8e7687fe177c526fb518f22aff497bb4fcd98c /drivers/media/video/uvc/Kconfig
parent3d95e932573c316ad56b8e2f283e26de0b9c891c (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/Kconfig1
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 @@
1config USB_VIDEO_CLASS 1config USB_VIDEO_CLASS
2 tristate "USB Video Class (UVC)" 2 tristate "USB Video Class (UVC)"
3 select VIDEOBUF2_VMALLOC
3 ---help--- 4 ---help---
4 Support for the USB Video Class (UVC). Currently only video 5 Support for the USB Video Class (UVC). Currently only video
5 input devices, such as webcams, are supported. 6 input devices, such as webcams, are supported.