These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / usb / dwc3 / Kconfig
index 827c4f8..5a42c45 100644 (file)
@@ -11,6 +11,13 @@ config USB_DWC3
 
 if USB_DWC3
 
+config USB_DWC3_ULPI
+       bool "Register ULPI PHY Interface"
+       depends on USB_ULPI_BUS=y || USB_ULPI_BUS=USB_DWC3
+       help
+         Select this if you have ULPI type PHY attached to your DWC3
+         controller.
+
 choice
        bool "DWC3 Mode Selection"
        default USB_DWC3_DUAL_ROLE if (USB && USB_GADGET)
@@ -97,11 +104,4 @@ config USB_DWC3_QCOM
          Recent Qualcomm SoCs ship with one DesignWare Core USB3 IP inside,
          say 'Y' or 'M' if you have one such device.
 
-comment "Debugging features"
-
-config USB_DWC3_DEBUG
-       bool "Enable Debugging Messages"
-       help
-         Say Y here to enable debugging messages on DWC3 Driver.
-
 endif