]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
usb: core: remove the Kconfig entry for USB_DEBUG
authorPeter Chen <peter.chen@freescale.com>
Mon, 28 Apr 2014 06:12:38 +0000 (14:12 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 May 2014 22:18:48 +0000 (15:18 -0700)
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>
drivers/usb/core/Kconfig

index cb8e99156f5a711b0e9154ecd7f5acbc3e82b2ab..9519878587f666e3125cf5b5a89409435c3f3de4 100644 (file)
@@ -1,13 +1,6 @@
 #
 # USB Core configuration
 #
-config USB_DEBUG
-       bool "USB verbose debug messages"
-       help
-         Say Y here if you want the USB core & hub drivers to produce a bunch
-         of debug messages to the system log. Select this if you are having a
-         problem with USB support and want to see more of what is going on.
-
 config USB_ANNOUNCE_NEW_DEVICES
        bool "USB announce new devices"
        help