.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | menuconfig USB_GSPCA |
---|
2 | 3 | tristate "GSPCA based webcams" |
---|
3 | 4 | depends on VIDEO_V4L2 |
---|
4 | 5 | depends on INPUT || INPUT=n |
---|
5 | 6 | select VIDEOBUF2_VMALLOC |
---|
6 | 7 | default m |
---|
7 | | - ---help--- |
---|
| 8 | + help |
---|
8 | 9 | Say Y here if you want to enable selecting webcams based |
---|
9 | 10 | on the GSPCA framework. |
---|
10 | 11 | |
---|
11 | | - See <file:Documentation/media/v4l-drivers/gspca-cardlist.rst> for more info. |
---|
| 12 | + See <file:Documentation/admin-guide/media/gspca-cardlist.rst> for more info. |
---|
12 | 13 | |
---|
13 | 14 | This driver uses the Video For Linux API. You must say Y or M to |
---|
14 | 15 | "Video For Linux" to use this driver. |
---|
.. | .. |
---|
46 | 47 | depends on VIDEO_V4L2 && USB_GSPCA |
---|
47 | 48 | help |
---|
48 | 49 | Say Y here if you want support for USB cameras based on the cpia |
---|
49 | | - CPiA chip. Note that you need atleast version 0.6.4 of libv4l for |
---|
| 50 | + CPiA chip. Note that you need at least version 0.6.4 of libv4l for |
---|
50 | 51 | applications to understand the videoformat generated by this driver. |
---|
51 | 52 | |
---|
52 | 53 | To compile this driver as a module, choose M here: the |
---|