| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config USB_VIDEO_CLASS |
|---|
| 2 | 3 | tristate "USB Video Class (UVC)" |
|---|
| 3 | 4 | depends on VIDEO_V4L2 |
|---|
| 4 | 5 | select VIDEOBUF2_VMALLOC |
|---|
| 5 | | - ---help--- |
|---|
| 6 | + help |
|---|
| 6 | 7 | Support for the USB Video Class (UVC). Currently only video |
|---|
| 7 | 8 | input devices, such as webcams, are supported. |
|---|
| 8 | 9 | |
|---|
| .. | .. |
|---|
| 13 | 14 | default y |
|---|
| 14 | 15 | depends on USB_VIDEO_CLASS |
|---|
| 15 | 16 | depends on USB_VIDEO_CLASS=INPUT || INPUT=y |
|---|
| 16 | | - ---help--- |
|---|
| 17 | + help |
|---|
| 17 | 18 | This option makes USB Video Class devices register an input device |
|---|
| 18 | 19 | to report button events. |
|---|
| 19 | 20 | |
|---|