aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2012-07-06 09:41:53 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-07-06 09:52:43 -0400
commit81059812c246cc4308447c0f2964c0b26d963778 (patch)
tree29caaebfdd7655b8564cb7d3f403ae966f254556
parent94f74767160ab0d288f3b416971cf259f2a38b3d (diff)
[media] uvc/Kconfig: Fix INPUT/EVDEV dependencies
USB_VIDEO_CLASS_INPUT_EVDEV should be dependent on the UVC selection, as otherwise, when UVC is unselected, this dependent config still appears. Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/uvc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/uvc/Kconfig b/drivers/media/video/uvc/Kconfig
index 6c197da531b2..541c9f1e4c6a 100644
--- a/drivers/media/video/uvc/Kconfig
+++ b/drivers/media/video/uvc/Kconfig
@@ -10,6 +10,7 @@ config USB_VIDEO_CLASS
10config USB_VIDEO_CLASS_INPUT_EVDEV 10config USB_VIDEO_CLASS_INPUT_EVDEV
11 bool "UVC input events device support" 11 bool "UVC input events device support"
12 default y 12 default y
13 depends on USB_VIDEO_CLASS
13 depends on USB_VIDEO_CLASS=INPUT || INPUT=y 14 depends on USB_VIDEO_CLASS=INPUT || INPUT=y
14 ---help--- 15 ---help---
15 This option makes USB Video Class devices register an input device 16 This option makes USB Video Class devices register an input device