]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
musb: Search and replace USB_INVENTRA_HCD_LOGGING with USB_MUSB_LOGLEVEL
authorTony Lindgren <tony@atomide.com>
Mon, 20 Aug 2007 06:34:06 +0000 (23:34 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 21 Aug 2007 07:00:46 +0000 (00:00 -0700)
Search and replace USB_INVENTRA_HCD_LOGGING with USB_MUSB_LOGLEVEL

Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/usb/musb/Kconfig
drivers/usb/musb/Makefile

index 7de373ff654c86cb51cc4e304d1d8fa7a8a778b1..2e030b9546366597d3f98250e23a7b435af855be 100644 (file)
@@ -165,7 +165,7 @@ config USB_TUSB_OMAP_DMA
        help
          Enable DMA transfers on TUSB 6010 when OMAP DMA is available.
 
-config USB_INVENTRA_HCD_LOGGING
+config USB_MUSB_LOGLEVEL
        depends on USB_MUSB_HDRC
        int  'Logging Level (0 - none / 3 - annoying / ... )'
        default 0
index 14408b5e067ea5c9038ca93bdb043eaa22dd5f47..8ac6cd5cf78a82fedbd8cbb5e4d2f7145fce0279 100644 (file)
@@ -60,7 +60,7 @@ endif
 
 # Debugging
 
-MUSB_DEBUG:=$(CONFIG_USB_INVENTRA_HCD_LOGGING)
+MUSB_DEBUG:=$(CONFIG_USB_MUSB_LOGLEVEL)
 
 ifeq ("$(strip $(MUSB_DEBUG))","")
     ifdef CONFIG_USB_DEBUG