···478478479479source "drivers/media/video/zc0301/Kconfig"480480481481-config USB_PWC482482- tristate "USB Philips Cameras"483483- depends on USB && VIDEO_DEV484484- ---help---485485- Say Y or M here if you want to use one of these Philips & OEM486486- webcams:487487- * Philips PCA645, PCA646488488- * Philips PCVC675, PCVC680, PCVC690489489- * Philips PCVC720/40, PCVC730, PCVC740, PCVC750490490- * Askey VC010491491- * Logitech QuickCam Pro 3000, 4000, 'Zoom', 'Notebook Pro'492492- and 'Orbit'/'Sphere'493493- * Samsung MPC-C10, MPC-C30494494- * Creative Webcam 5, Pro Ex495495- * SOTEC Afina Eye496496- * Visionite VCS-UC300, VCS-UM100497497-498498- The PCA635, PCVC665 and PCVC720/20 are not supported by this driver499499- and never will be, but the 665 and 720/20 are supported by other500500- drivers.501501-502502- See <file:Documentation/usb/philips.txt> for more information and503503- installation instructions.504504-505505- The built-in microphone is enabled by selecting USB Audio support.506506-507507- To compile this driver as a module, choose M here: the508508- module will be called pwc.481481+source "drivers/media/video/pwc/Kconfig"509482510483endmenu # V4L USB devices511484
+28
drivers/media/video/pwc/Kconfig
···11+config USB_PWC22+ tristate "USB Philips Cameras"33+ depends on USB && VIDEO_DEV44+ ---help---55+ Say Y or M here if you want to use one of these Philips & OEM66+ webcams:77+ * Philips PCA645, PCA64688+ * Philips PCVC675, PCVC680, PCVC69099+ * Philips PCVC720/40, PCVC730, PCVC740, PCVC7501010+ * Askey VC0101111+ * Logitech QuickCam Pro 3000, 4000, 'Zoom', 'Notebook Pro'1212+ and 'Orbit'/'Sphere'1313+ * Samsung MPC-C10, MPC-C301414+ * Creative Webcam 5, Pro Ex1515+ * SOTEC Afina Eye1616+ * Visionite VCS-UC300, VCS-UM1001717+1818+ The PCA635, PCVC665 and PCVC720/20 are not supported by this driver1919+ and never will be, but the 665 and 720/20 are supported by other2020+ drivers.2121+2222+ See <file:Documentation/usb/philips.txt> for more information and2323+ installation instructions.2424+2525+ The built-in microphone is enabled by selecting USB Audio support.2626+2727+ To compile this driver as a module, choose M here: the2828+ module will be called pwc.