aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/mon/Kconfig
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-04-09 08:29:25 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-04-09 19:49:07 -0400
commit25e11ec4fe5271c4895265ecbb69531e6b0c0dd5 (patch)
treeff7baadd2effb7e76b62fce13b7392e4a59f8d03 /drivers/usb/mon/Kconfig
parenta2a2d6c7f93e160b52a4ad0164db1f43f743ae0f (diff)
USB: regroup all depends on USB within an if USB block
This patch removes the depends on USB from all config symbols in drivers/usb/host/Kconfig and replace that with an if USB / endif block as suggested by Alan Stern. Some source ... Kconfig lines have been shuffled around to permit a better regroupment of the Kconfig files depending on "config USB" item. No functionnal change is introduced. Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/mon/Kconfig')
-rw-r--r--drivers/usb/mon/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/mon/Kconfig b/drivers/usb/mon/Kconfig
index 635745f57fbd..5c6ffa2a612e 100644
--- a/drivers/usb/mon/Kconfig
+++ b/drivers/usb/mon/Kconfig
@@ -4,7 +4,6 @@
4 4
5config USB_MON 5config USB_MON
6 tristate "USB Monitor" 6 tristate "USB Monitor"
7 depends on USB
8 help 7 help
9 If you select this option, a component which captures the USB traffic 8 If you select this option, a component which captures the USB traffic
10 between peripheral-specific drivers and HC drivers will be built. 9 between peripheral-specific drivers and HC drivers will be built.