[03/03] USB: remove CONFIG_USB_DEBUG

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Greg KH
Date: Friday, August 8, 2008 - 6:40 pm

From: Greg Kroah-Hartman <gregkh@suse.de>

It's no longer needed, so remove it from the system.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

---
 drivers/usb/core/Kconfig  |    8 --------
 drivers/usb/core/Makefile |    4 ----
 2 files changed, 12 deletions(-)

--- a/drivers/usb/core/Kconfig
+++ b/drivers/usb/core/Kconfig
@@ -1,14 +1,6 @@
 #
 # USB Core configuration
 #
-config USB_DEBUG
-	bool "USB verbose debug messages"
-	depends on USB
-	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_DEBUG_MESSAGES
 	default y
 	bool "USB debugging messages" if EMBEDDED
--- a/drivers/usb/core/Makefile
+++ b/drivers/usb/core/Makefile
@@ -15,7 +15,3 @@ ifeq ($(CONFIG_USB_DEVICEFS),y)
 endif
 
 obj-$(CONFIG_USB)	+= usbcore.o
-
-ifeq ($(CONFIG_USB_DEBUG),y)
-EXTRA_CFLAGS += -DDEBUG
-endif
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[00/03] [RFC] USB debugging rework, Greg KH, (Fri Aug 8, 6:38 pm)
[03/03] USB: remove CONFIG_USB_DEBUG, Greg KH, (Fri Aug 8, 6:40 pm)
Re: [00/03] [RFC] USB debugging rework, Pete Zaitcev, (Sat Aug 9, 3:04 pm)
Re: [00/03] [RFC] USB debugging rework, Frans Pop, (Sat Aug 9, 3:57 pm)
Re: [00/03] [RFC] USB debugging rework, Felipe Balbi, (Sat Aug 9, 4:36 pm)
Re: [00/03] [RFC] USB debugging rework, Felipe Balbi, (Sat Aug 9, 4:44 pm)
Re: [00/03] [RFC] USB debugging rework, Greg KH, (Sat Aug 9, 6:38 pm)
Re: [00/03] [RFC] USB debugging rework, Greg KH, (Sat Aug 9, 8:35 pm)