usb: phy: omap-usb2: use the new generic PHY framework
[firefly-linux-kernel-4.4.55.git] / drivers / phy / Kconfig
index 349bef2e6e4ea78a165c3849a07ed6f69b8a60cd..38c3477ead4c1386a6b97732e14cf15becb481b1 100644 (file)
@@ -15,4 +15,16 @@ config GENERIC_PHY
          phy users can obtain reference to the PHY. All the users of this
          framework should select this config.
 
+config OMAP_USB2
+       tristate "OMAP USB2 PHY Driver"
+       depends on ARCH_OMAP2PLUS
+       select GENERIC_PHY
+       select USB_PHY
+       select OMAP_CONTROL_USB
+       help
+         Enable this to support the transceiver that is part of SOC. This
+         driver takes care of all the PHY functionality apart from comparator.
+         The USB OTG controller communicates with the comparator using this
+         driver.
+
 endmenu