diff options
author | Felipe Balbi <balbi@ti.com> | 2015-01-27 13:48:14 -0600 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-01-27 14:00:10 -0600 |
commit | 73815280a5af8d95e818eb25f4091e86497dfa4b (patch) | |
tree | e49ef700d5c68e40781bc0f667435e015563f475 /drivers/usb/dwc3/Kconfig | |
parent | 6bac4ff0a52262faea4649dc8142962767f88b82 (diff) | |
download | op-kernel-dev-73815280a5af8d95e818eb25f4091e86497dfa4b.zip op-kernel-dev-73815280a5af8d95e818eb25f4091e86497dfa4b.tar.gz |
usb: dwc3: remove reliance on dev_vdbg()
By moving all dev_vdbg() to tracepoints, we
can finally get rid of dev_vdbg() usage from
dwc3.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3/Kconfig')
-rw-r--r-- | drivers/usb/dwc3/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig index 58b5b2c..edbf9c8 100644 --- a/drivers/usb/dwc3/Kconfig +++ b/drivers/usb/dwc3/Kconfig @@ -104,12 +104,6 @@ config USB_DWC3_DEBUG help Say Y here to enable debugging messages on DWC3 Driver. -config USB_DWC3_VERBOSE - bool "Enable Verbose Debugging Messages" - depends on USB_DWC3_DEBUG - help - Say Y here to enable verbose debugging messages on DWC3 Driver. - config DWC3_HOST_USB3_LPM_ENABLE bool "Enable USB3 LPM Capability" depends on USB_DWC3_HOST=y || USB_DWC3_DUAL_ROLE=y |