From: Christoph Fritz <chf.fritz@googlemail.com>
To: linux-media@vger.kernel.org
Cc: Luc Saillard <luc@saillard.org>,
Pham Thanh Nam <phamthanhnam.ptn@gmail.com>,
Mauro Carvalho Chehab <mchehab@infradead.org>
Subject: [PATCH] pwc Kconfig dependency fix
Date: Thu, 25 Mar 2010 02:40:41 +0100 [thread overview]
Message-ID: <1269481241.3855.5.camel@lovely> (raw)
makes USB_PWC_INPUT_EVDEV to depend also on USB_PWC
Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
---
drivers/media/video/pwc/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media/video/pwc/Kconfig b/drivers/media/video/pwc/Kconfig
index 340f954..11980db 100644
--- 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.
--
1.5.6.5
reply other threads:[~2010-03-25 1:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1269481241.3855.5.camel@lovely \
--to=chf.fritz@googlemail.com \
--cc=linux-media@vger.kernel.org \
--cc=luc@saillard.org \
--cc=mchehab@infradead.org \
--cc=phamthanhnam.ptn@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox