summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2013-05-22 16:25:52 +0200
committerMauro Carvalho Chehab2013-06-17 16:40:28 +0200
commit5077ac3b8108007f4a2b4589f2d373cf55453206 (patch)
tree8aa2240a2470230a78b4e2e424399f01a857b6ff /drivers/media/usb/Kconfig
parent[media] mt9p031: Use bulk regulator API (diff)
downloadkernel-qcow2-linux-5077ac3b8108007f4a2b4589f2d373cf55453206.tar.gz
kernel-qcow2-linux-5077ac3b8108007f4a2b4589f2d373cf55453206.tar.xz
kernel-qcow2-linux-5077ac3b8108007f4a2b4589f2d373cf55453206.zip
Properly handle tristate dependencies on USB/PCI menus
As USB/PCI/MEDIA_SUPPORT dependencies can be tristate, we can't simply make the bool menu to be dependent on it. Everything below the menu should also depend on it, otherwise, we risk to allow building them with 'y', while only 'm' would be supported. So, add an IF just before everything below, in order to avoid such risks. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/Kconfig')
-rw-r--r--drivers/media/usb/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/usb/Kconfig b/drivers/media/usb/Kconfig
index 0d8fe005d1f4..7cac453e34c7 100644
--- a/drivers/media/usb/Kconfig
+++ b/drivers/media/usb/Kconfig
@@ -1,8 +1,7 @@
-if USB
+if USB && MEDIA_SUPPORT
menuconfig MEDIA_USB_SUPPORT
bool "Media USB Adapters"
- depends on MEDIA_SUPPORT
help
Enable media drivers for USB bus.
If you have such devices, say Y.