diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2018-05-12 10:44:00 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-05-28 15:57:17 -0400 |
commit | 1f5965c4dfd7665f2914a1f1095dcc6020656b04 (patch) | |
tree | 531462341750f55ef66498336b08a07c5b9de454 /drivers/media/usb/gspca/Kconfig | |
parent | 90b2da89a083e1395cb322521a42397c49ae4500 (diff) | |
download | lwn-1f5965c4dfd7665f2914a1f1095dcc6020656b04.tar.gz lwn-1f5965c4dfd7665f2914a1f1095dcc6020656b04.zip |
media: gspca: convert to vb2
The gspca core has its own buffere implementation. Use the
core VB 2 instead.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/usb/gspca/Kconfig')
-rw-r--r-- | drivers/media/usb/gspca/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/gspca/Kconfig b/drivers/media/usb/gspca/Kconfig index bc9a439745aa..d3b6665c342d 100644 --- a/drivers/media/usb/gspca/Kconfig +++ b/drivers/media/usb/gspca/Kconfig @@ -2,6 +2,7 @@ menuconfig USB_GSPCA tristate "GSPCA based webcams" depends on VIDEO_V4L2 depends on INPUT || INPUT=n + select VIDEOBUF2_VMALLOC default m ---help--- Say Y here if you want to enable selecting webcams based |