]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/host/Kconfig
usb: Kconfig: migrate USB_DWC2 to Kconfig
[u-boot] / drivers / usb / host / Kconfig
index 5e07a10e7527a38ec5bcac76320654da8a2f189b..bc2c1f17e588e762e3dadf4774108bdbe5b0af02 100644 (file)
@@ -201,3 +201,13 @@ config USB_UHCI_HCD
 if USB_UHCI_HCD
 
 endif # USB_UHCI_HCD
+
+config USB_DWC2
+       bool "DesignWare USB2 Core support"
+       select USB_HOST
+       ---help---
+         The DesignWare USB 2.0 controller is compliant with the
+         USB-Implementers Forum (USB-IF) USB 2.0 specifications.
+         Hi-Speed (480 Mbps), Full-Speed (12 Mbps), and Low-Speed (1.5 Mbps)
+         operation is compliant to the controller Supplement. If you want to
+         enable this controller in host mode, say Y.