]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/dwc3/Kconfig
usb: dwc3: Move CONFIG_USB_DWC3_GADGET/HOST to Kconfig
[u-boot] / drivers / usb / dwc3 / Kconfig
index debc74baa1ebce7aff411bc24660f5edb1e65f1c..c0251b1937ccb2aac4fc394720b7e39bc3f0b39a 100644 (file)
@@ -5,3 +5,26 @@ config USB_DWC3
        help
          Say Y here if your system has a Dual Role SuperSpeed
          USB controller based on the DesignWare USB3 IP Core.
+
+if USB_DWC3
+
+choice
+       bool "DWC3 Mode Selection"
+
+config USB_DWC3_HOST
+       bool "Host only mode"
+       depends on USB
+       help
+         Select this when you want to use DWC3 in host mode only,
+         thereby the gadget feature will be regressed.
+
+config USB_DWC3_GADGET
+       bool "Gadget only mode"
+       depends on USB_GADGET
+       help
+         Select this when you want to use DWC3 in gadget mode only,
+         thereby the host feature will be regressed.
+
+endchoice
+
+endif