aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pwc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/pwc/Kconfig')
-rw-r--r--drivers/media/video/pwc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/video/pwc/Kconfig b/drivers/media/video/pwc/Kconfig
index 7298cf2e1650..340f954aba34 100644
--- a/drivers/media/video/pwc/Kconfig
+++ b/drivers/media/video/pwc/Kconfig
@@ -35,3 +35,13 @@ config USB_PWC_DEBUG
Say Y here in order to have the pwc driver generate verbose debugging
messages.
A special module options 'trace' is used to control the verbosity.
+
+config USB_PWC_INPUT_EVDEV
+ bool "USB Philips Cameras input events device support"
+ default y
+ depends on USB_PWC=INPUT || INPUT=y
+ ---help---
+ This option makes USB Philips cameras register the snapshot button as
+ an input device to report button events.
+
+ If you are in doubt, say Y.