projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd0bbcc
)
V4L/DVB: pwc Kconfig dependency fix
author
Christoph Fritz
<chf.fritz@googlemail.com>
Thu, 25 Mar 2010 01:40:41 +0000
(22:40 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 19 May 2010 15:57:20 +0000
(12:57 -0300)
makes USB_PWC_INPUT_EVDEV to depend also on USB_PWC
Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/pwc/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/media/video/pwc/Kconfig
b/drivers/media/video/pwc/Kconfig
index 340f954aba346496e22460d7d5f276a5022951b2..11980db22d31dc0d739f0896c656d48dc8eb6de5 100644
(file)
--- a/
drivers/media/video/pwc/Kconfig
+++ b/
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 || INPUT=y
+ depends on USB_PWC
&& (USB_PWC=INPUT || INPUT=y)
---help---
This option makes USB Philips cameras register the snapshot button as
an input device to report button events.