summaryrefslogtreecommitdiff
path: root/linux/drivers
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-04-06 14:59:31 -0700
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-04-06 14:59:31 -0700
commit40905aba779ffd9e3c84a2214d4fcaedc9baed7f (patch)
tree879e3fcb63683c13d95b256f9b86b9cc57bd0a5e /linux/drivers
parentb64197b551660377c1e6985c549258ab7b392187 (diff)
downloadmediapointer-dvb-s2-40905aba779ffd9e3c84a2214d4fcaedc9baed7f.tar.gz
mediapointer-dvb-s2-40905aba779ffd9e3c84a2214d4fcaedc9baed7f.tar.bz2
PWC: fix build error when CONFIG_INPUT=m
From: Randy Dunlap <randy.dunlap@oracle.com> Fix build errors when USB_PWC=y and INPUT=m. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Acked-by: Laurent Pinchart <laurent.pinchart@skynet.be> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers')
-rw-r--r--linux/drivers/media/video/pwc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/pwc/Kconfig b/linux/drivers/media/video/pwc/Kconfig
index 8b9f0aa84..340f954ab 100644
--- a/linux/drivers/media/video/pwc/Kconfig
+++ b/linux/drivers/media/video/pwc/Kconfig
@@ -39,7 +39,7 @@ config USB_PWC_DEBUG
config USB_PWC_INPUT_EVDEV
bool "USB Philips Cameras input events device support"
default y
- depends on USB_PWC && INPUT
+ 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.