Skip to content

Commit

Permalink
usb: chipidea: delete static debug support
Browse files Browse the repository at this point in the history
Since we have dynamic debug support, delete static debug for chipidea

Signed-off-by: Peter Chen <peter.chen@freescale.com>
  • Loading branch information
Peter Chen committed Dec 24, 2015
1 parent 9d8c850 commit 383da24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions drivers/usb/chipidea/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,4 @@ config USB_CHIPIDEA_HOST
Say Y here to enable host controller functionality of the
ChipIdea driver.

config USB_CHIPIDEA_DEBUG
bool "ChipIdea driver debug"
help
Say Y here to enable debugging output of the ChipIdea driver.

endif
2 changes: 0 additions & 2 deletions drivers/usb/chipidea/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
ccflags-$(CONFIG_USB_CHIPIDEA_DEBUG) := -DDEBUG

obj-$(CONFIG_USB_CHIPIDEA) += ci_hdrc.o

ci_hdrc-y := core.o otg.o debug.o
Expand Down

0 comments on commit 383da24

Please sign in to comment.