]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
usb: chipidea: delete static debug support
authorPeter Chen <peter.chen@freescale.com>
Tue, 27 Oct 2015 08:08:30 +0000 (16:08 +0800)
committerPeter Chen <peter.chen@freescale.com>
Wed, 28 Oct 2015 05:56:50 +0000 (13:56 +0800)
Since we have dynamic debug support, delete static debug for chipidea

Signed-off-by: Peter Chen <peter.chen@freescale.com>
drivers/usb/chipidea/Kconfig
drivers/usb/chipidea/Makefile

index 5619b8ca3bf3f4d4e0b0651385a88c286a012967..3644a3500b700013250f1f841bfe49117f70f563 100644 (file)
@@ -37,9 +37,4 @@ config USB_CHIPIDEA_HOST
          Say Y here to enable host controller functionality of the
          ChipIdea driver.
 
          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
 endif
index c437d5f1a0d5242d394a7344123b21a21aba9634..518e445476c3f5c7fed0cb9930700310f04688b6 100644 (file)
@@ -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
 obj-$(CONFIG_USB_CHIPIDEA)             += ci_hdrc.o
 
 ci_hdrc-y                              := core.o otg.o debug.o