Commit 28def9bd authored by Tony Lindgren's avatar Tony Lindgren

musb: Search and replace USB_INVENTRA_HCD_LOGGING with USB_MUSB_LOGLEVEL

Search and replace USB_INVENTRA_HCD_LOGGING with USB_MUSB_LOGLEVEL
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent afe5ba76
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment