Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) Kconfig (b60a5b8dcf49af9f2c60ae82e0383ee8e62a9a52)
1config USB_PWC
2 tristate "USB Philips Cameras"
3 depends on VIDEO_V4L2
4 select VIDEOBUF2_VMALLOC
1config USB_PWC
2 tristate "USB Philips Cameras"
3 depends on VIDEO_V4L2
4 select VIDEOBUF2_VMALLOC
5 ---help---
5 help
6 Say Y or M here if you want to use one of these Philips & OEM
7 webcams:
8 * Philips PCA645, PCA646
9 * Philips PCVC675, PCVC680, PCVC690
10 * Philips PCVC720/40, PCVC730, PCVC740, PCVC750
11 * Philips SPC900NC
12 * Askey VC010
13 * Logitech QuickCam Pro 3000, 4000, 'Zoom', 'Notebook Pro'

--- 22 unchanged lines hidden (view full) ---

36 Say Y here in order to have the pwc driver generate verbose debugging
37 messages.
38 A special module options 'trace' is used to control the verbosity.
39
40config USB_PWC_INPUT_EVDEV
41 bool "USB Philips Cameras input events device support"
42 default y
43 depends on USB_PWC && (USB_PWC=INPUT || INPUT=y)
6 Say Y or M here if you want to use one of these Philips & OEM
7 webcams:
8 * Philips PCA645, PCA646
9 * Philips PCVC675, PCVC680, PCVC690
10 * Philips PCVC720/40, PCVC730, PCVC740, PCVC750
11 * Philips SPC900NC
12 * Askey VC010
13 * Logitech QuickCam Pro 3000, 4000, 'Zoom', 'Notebook Pro'

--- 22 unchanged lines hidden (view full) ---

36 Say Y here in order to have the pwc driver generate verbose debugging
37 messages.
38 A special module options 'trace' is used to control the verbosity.
39
40config USB_PWC_INPUT_EVDEV
41 bool "USB Philips Cameras input events device support"
42 default y
43 depends on USB_PWC && (USB_PWC=INPUT || INPUT=y)
44 ---help---
44 help
45 This option makes USB Philips cameras register the snapshot button as
46 an input device to report button events.
47
48 If you are in doubt, say Y.
45 This option makes USB Philips cameras register the snapshot button as
46 an input device to report button events.
47
48 If you are in doubt, say Y.