brintos

brintos / linux-shallow public Read only

0
0
Text · 1.5 KiB · 2078bd5 Raw
50 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config USB_PWC3	tristate "USB Philips Cameras"4	depends on VIDEO_DEV5	select VIDEOBUF2_VMALLOC6	help7	  Say Y or M here if you want to use one of these Philips & OEM8	  webcams:9	   * Philips PCA645, PCA64610	   * Philips PCVC675, PCVC680, PCVC69011	   * Philips PCVC720/40, PCVC730, PCVC740, PCVC75012	   * Philips SPC900NC13	   * Askey VC01014	   * Logitech QuickCam Pro 3000, 4000, 'Zoom', 'Notebook Pro'15	     and 'Orbit'/'Sphere'16	   * Samsung MPC-C10, MPC-C3017	   * Creative Webcam 5, Pro Ex18	   * SOTEC Afina Eye19	   * Visionite VCS-UC300, VCS-UM10020 21	  The PCA635, PCVC665 and PCVC720/20 are not supported by this driver22	  and never will be, but the 665 and 720/20 are supported by other23	  drivers.24 25	  Some newer logitech webcams are not handled by this driver but by the26	  Usb Video Class driver (linux-uvc).27 28	  The built-in microphone is enabled by selecting USB Audio support.29 30	  To compile this driver as a module, choose M here: the31	  module will be called pwc.32 33config USB_PWC_DEBUG34	bool "USB Philips Cameras verbose debug"35	depends on USB_PWC36	help37	  Say Y here in order to have the pwc driver generate verbose debugging38	  messages.39	  A special module options 'trace' is used to control the verbosity.40 41config USB_PWC_INPUT_EVDEV42	bool "USB Philips Cameras input events device support"43	default y44	depends on USB_PWC && (USB_PWC=INPUT || INPUT=y)45	help46	  This option makes USB Philips cameras register the snapshot button as47	  an input device to report button events.48 49	  If you are in doubt, say Y.50