aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/Kconfig
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2014-04-28 02:12:38 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-05-27 18:18:48 -0400
commita838ec7b0293ba0cdcda9b75cf428c93beea927c (patch)
tree222ebb6f18fe4e4871287fad41ab4d26e834975c /drivers/usb/core/Kconfig
parentfebf2f63c1d8b4e622730f52202b9d0374a6c058 (diff)
usb: core: remove the Kconfig entry for USB_DEBUG
Since we have already removed the usage of CONFIG_USB_DEBUG, it is meaningless that there is still a configuration entry for CONFIG_USB_DEBUG. Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/core/Kconfig')
-rw-r--r--drivers/usb/core/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/usb/core/Kconfig b/drivers/usb/core/Kconfig
index cb8e99156f5a..9519878587f6 100644
--- a/drivers/usb/core/Kconfig
+++ b/drivers/usb/core/Kconfig
@@ -1,13 +1,6 @@
1# 1#
2# USB Core configuration 2# USB Core configuration
3# 3#
4config USB_DEBUG
5 bool "USB verbose debug messages"
6 help
7 Say Y here if you want the USB core & hub drivers to produce a bunch
8 of debug messages to the system log. Select this if you are having a
9 problem with USB support and want to see more of what is going on.
10
11config USB_ANNOUNCE_NEW_DEVICES 4config USB_ANNOUNCE_NEW_DEVICES
12 bool "USB announce new devices" 5 bool "USB announce new devices"
13 help 6 help