| Michael Krufky | 43381ea | 2006-03-29 15:15:17 -0300 | [diff] [blame] | 1 | config USB_PWC | 
 | 2 | 	tristate "USB Philips Cameras" | 
| Jan Engelhardt | c5da5af | 2007-05-02 10:06:23 -0300 | [diff] [blame] | 3 | 	depends on VIDEO_V4L1 | 
| Michael Krufky | 43381ea | 2006-03-29 15:15:17 -0300 | [diff] [blame] | 4 | 	---help--- | 
 | 5 | 	  Say Y or M here if you want to use one of these Philips & OEM | 
 | 6 | 	  webcams: | 
 | 7 | 	   * Philips PCA645, PCA646 | 
 | 8 | 	   * Philips PCVC675, PCVC680, PCVC690 | 
 | 9 | 	   * Philips PCVC720/40, PCVC730, PCVC740, PCVC750 | 
| Luc Saillard | 2b455db | 2006-04-24 10:29:46 -0300 | [diff] [blame] | 10 | 	   * Philips SPC900NC | 
| Michael Krufky | 43381ea | 2006-03-29 15:15:17 -0300 | [diff] [blame] | 11 | 	   * Askey VC010 | 
 | 12 | 	   * Logitech QuickCam Pro 3000, 4000, 'Zoom', 'Notebook Pro' | 
 | 13 | 	     and 'Orbit'/'Sphere' | 
 | 14 | 	   * Samsung MPC-C10, MPC-C30 | 
 | 15 | 	   * Creative Webcam 5, Pro Ex | 
 | 16 | 	   * SOTEC Afina Eye | 
 | 17 | 	   * Visionite VCS-UC300, VCS-UM100 | 
 | 18 |  | 
 | 19 | 	  The PCA635, PCVC665 and PCVC720/20 are not supported by this driver | 
 | 20 | 	  and never will be, but the 665 and 720/20 are supported by other | 
 | 21 | 	  drivers. | 
 | 22 |  | 
| Luc Saillard | 2b455db | 2006-04-24 10:29:46 -0300 | [diff] [blame] | 23 | 	  Some newer logitech webcams are not handled by this driver but by the | 
 | 24 | 	  Usb Video Class driver (linux-uvc). | 
| Michael Krufky | 43381ea | 2006-03-29 15:15:17 -0300 | [diff] [blame] | 25 |  | 
 | 26 | 	  The built-in microphone is enabled by selecting USB Audio support. | 
 | 27 |  | 
 | 28 | 	  To compile this driver as a module, choose M here: the | 
 | 29 | 	  module will be called pwc. | 
| Luc Saillard | 2b455db | 2006-04-24 10:29:46 -0300 | [diff] [blame] | 30 |  | 
 | 31 | config USB_PWC_DEBUG | 
 | 32 | 	bool "USB Philips Cameras verbose debug" | 
| Trent Piepho | b02dc51 | 2006-08-08 09:10:12 -0300 | [diff] [blame] | 33 | 	depends on USB_PWC | 
| Luc Saillard | 2b455db | 2006-04-24 10:29:46 -0300 | [diff] [blame] | 34 | 	help | 
 | 35 | 	  Say Y here in order to have the pwc driver generate verbose debugging | 
 | 36 | 	  messages. | 
 | 37 | 	  A special module options 'trace' is used to control the verbosity. |