All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pwc Kconfig dependency fix
@ 2010-03-29 13:20 Christoph Fritz
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Fritz @ 2010-03-29 13:20 UTC (permalink / raw)
  To: kernel-janitors

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] pwc Kconfig dependency fix
@ 2010-03-25  1:40 Christoph Fritz
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Fritz @ 2010-03-25  1:40 UTC (permalink / raw)
  To: linux-media; +Cc: Luc Saillard, Pham Thanh Nam, Mauro Carvalho Chehab

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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-29 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-29 13:20 [PATCH] pwc Kconfig dependency fix Christoph Fritz
  -- strict thread matches above, loose matches on Subject: below --
2010-03-25  1:40 Christoph Fritz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.