.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config USB_PWC |
---|
2 | 3 | tristate "USB Philips Cameras" |
---|
3 | 4 | depends on VIDEO_V4L2 |
---|
4 | 5 | select VIDEOBUF2_VMALLOC |
---|
5 | | - ---help--- |
---|
| 6 | + help |
---|
6 | 7 | Say Y or M here if you want to use one of these Philips & OEM |
---|
7 | 8 | webcams: |
---|
8 | 9 | * Philips PCA645, PCA646 |
---|
.. | .. |
---|
41 | 42 | bool "USB Philips Cameras input events device support" |
---|
42 | 43 | default y |
---|
43 | 44 | depends on USB_PWC && (USB_PWC=INPUT || INPUT=y) |
---|
44 | | - ---help--- |
---|
| 45 | + help |
---|
45 | 46 | This option makes USB Philips cameras register the snapshot button as |
---|
46 | 47 | an input device to report button events. |
---|
47 | 48 | |
---|