Skip to content

Commit

Permalink
V4L/DVB: pwc Kconfig dependency fix
Browse files Browse the repository at this point in the history
makes USB_PWC_INPUT_EVDEV to depend also on USB_PWC

Signed-off-by: Christoph Fritz <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
ch-f authored and Mauro Carvalho Chehab committed May 19, 2010
1 parent dd0bbcc commit 10f1a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/pwc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 10f1a6e

Please sign in to comment.