diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-01-30 14:10:14 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-02-05 18:20:06 -0200 |
commit | 1888e4a9742087df22ba64ea2e0e1064edeb8785 (patch) | |
tree | 6bca46be80986eee37d5fec34ec28afff69da755 /drivers/media/parport/Kconfig | |
parent | 11d379395291609f95cf1e102f9f23892b83a493 (diff) |
[media] bw-qcam: convert to videobuf2
I know, nobody really cares about this black-and-white webcam anymore, but
it was fun to do.
Tested with an actual webcam.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/parport/Kconfig')
-rw-r--r-- | drivers/media/parport/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/parport/Kconfig b/drivers/media/parport/Kconfig index ece13dcff07..948c981d9f0 100644 --- a/drivers/media/parport/Kconfig +++ b/drivers/media/parport/Kconfig @@ -9,6 +9,7 @@ if MEDIA_PARPORT_SUPPORT config VIDEO_BWQCAM tristate "Quickcam BW Video For Linux" depends on PARPORT && VIDEO_V4L2 + select VIDEOBUF2_VMALLOC help Say Y have if you the black and white version of the QuickCam camera. See the next option for the color version. |