]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - drivers/phy/Kconfig
phy: Add a new driver for OMAP's USB2 PHYs
[thirdparty/u-boot.git] / drivers / phy / Kconfig
index 14d82b93ed1e058b96abd76321e5f2016cff8854..3921e39d7bce703316c72e96c6e013523cf57d4d 100644 (file)
@@ -155,4 +155,13 @@ config MSM8916_USB_PHY
 
          This PHY is found on qualcomm dragonboard410c development board.
 
+config OMAP_USB2_PHY
+       bool "Support OMAP's USB2 PHY"
+       depends on PHY
+       depends on SYSCON
+       help
+         Support for the OMAP's USB2 PHY.
+
+         This PHY is found on OMAP devices supporting USB2.
+
 endmenu