cd41e28e2d
V4L1 API is depreciated and should be removed soon from kernel. This patch adds two new options, one to disable V4L1 drivers, and another to disable V4L1 compat module. This way, it would be easy to check what still depends on V4L1 stuff, allowing also to test if app works fine with V4L2 only support. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
29 lines
929 B
Plaintext
29 lines
929 B
Plaintext
config USB_PWC
|
|
tristate "USB Philips Cameras"
|
|
depends on USB && VIDEO_V4L1
|
|
---help---
|
|
Say Y or M here if you want to use one of these Philips & OEM
|
|
webcams:
|
|
* Philips PCA645, PCA646
|
|
* Philips PCVC675, PCVC680, PCVC690
|
|
* Philips PCVC720/40, PCVC730, PCVC740, PCVC750
|
|
* Askey VC010
|
|
* Logitech QuickCam Pro 3000, 4000, 'Zoom', 'Notebook Pro'
|
|
and 'Orbit'/'Sphere'
|
|
* Samsung MPC-C10, MPC-C30
|
|
* Creative Webcam 5, Pro Ex
|
|
* SOTEC Afina Eye
|
|
* Visionite VCS-UC300, VCS-UM100
|
|
|
|
The PCA635, PCVC665 and PCVC720/20 are not supported by this driver
|
|
and never will be, but the 665 and 720/20 are supported by other
|
|
drivers.
|
|
|
|
See <file:Documentation/usb/philips.txt> for more information and
|
|
installation instructions.
|
|
|
|
The built-in microphone is enabled by selecting USB Audio support.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called pwc.
|