.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config USB_ZR364XX |
---|
2 | 3 | tristate "USB ZR364XX Camera support" |
---|
3 | 4 | depends on VIDEO_V4L2 |
---|
4 | 5 | select VIDEOBUF_GEN |
---|
5 | 6 | select VIDEOBUF_VMALLOC |
---|
6 | | - ---help--- |
---|
| 7 | + help |
---|
7 | 8 | Say Y here if you want to connect this type of camera to your |
---|
8 | 9 | computer's USB port. |
---|
9 | | - See <file:Documentation/media/v4l-drivers/zr364xx.rst> for more info |
---|
| 10 | + See <file:Documentation/admin-guide/media/zr364xx.rst> for more info |
---|
10 | 11 | and list of supported cameras. |
---|
11 | 12 | |
---|
12 | 13 | To compile this driver as a module, choose M here: the |
---|