From: Peter Chen Date: Mon, 28 Apr 2014 06:12:38 +0000 (+0800) Subject: usb: core: remove the Kconfig entry for USB_DEBUG X-Git-Tag: v4.14-rc1~7083^2~37^2~76 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a838ec7b0293ba0cdcda9b75cf428c93beea927c;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/core/Kconfig b/drivers/usb/core/Kconfig index cb8e9915..9519878 100644 --- a/drivers/usb/core/Kconfig +++ b/drivers/usb/core/Kconfig @@ -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