summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/Kconfig
diff options
context:
space:
mode:
authorPeter Chen2015-10-27 09:08:30 +0100
committerPeter Chen2015-12-24 07:15:26 +0100
commit383da2450c7150b4c470dab3759ab86532c65b78 (patch)
treea6b14807832a5e1367c0d2ed082cd9db0dd77e44 /drivers/usb/chipidea/Kconfig
parentusb: chipidea: support debugfs without CONFIG_USB_CHIPIDEA_DEBUG (diff)
downloadkernel-qcow2-linux-383da2450c7150b4c470dab3759ab86532c65b78.tar.gz
kernel-qcow2-linux-383da2450c7150b4c470dab3759ab86532c65b78.tar.xz
kernel-qcow2-linux-383da2450c7150b4c470dab3759ab86532c65b78.zip
usb: chipidea: delete static debug support
Since we have dynamic debug support, delete static debug for chipidea Signed-off-by: Peter Chen <peter.chen@freescale.com>
Diffstat (limited to 'drivers/usb/chipidea/Kconfig')
-rw-r--r--drivers/usb/chipidea/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/chipidea/Kconfig b/drivers/usb/chipidea/Kconfig
index 5619b8ca3bf3..3644a3500b70 100644
--- a/drivers/usb/chipidea/Kconfig
+++ b/drivers/usb/chipidea/Kconfig
@@ -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