Skip to content

Commit

Permalink
usb: core: remove the Kconfig entry for USB_DEBUG
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Chen authored and Greg Kroah-Hartman committed May 27, 2014
1 parent febf2f6 commit a838ec7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/usb/core/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a838ec7

Please sign in to comment.