]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/phy/Kconfig
Merge branch 'acpi-bind'
[karo-tx-linux.git] / drivers / usb / phy / Kconfig
index f5ea339ec155270ad886c90cf4d3f46bc78d7331..d5589f9c60a92e3c96757c8a6ba1fd6a171e01b1 100644 (file)
@@ -58,6 +58,7 @@ config NOP_USB_XCEIV
 
 config OMAP_CONTROL_USB
        tristate "OMAP CONTROL USB Driver"
+       depends on ARCH_OMAP2PLUS || COMPILE_TEST
        help
          Enable this to add support for the USB part present in the control
          module. This driver has API to power on the USB2 PHY and to write to
@@ -78,6 +79,7 @@ config OMAP_USB2
 
 config OMAP_USB3
        tristate "OMAP USB3 PHY Driver"
+       depends on ARCH_OMAP2PLUS || COMPILE_TEST
        select OMAP_CONTROL_USB
        select USB_PHY
        help
@@ -86,6 +88,18 @@ config OMAP_USB3
          This driver interacts with the "OMAP Control USB Driver" to power
          on/off the PHY.
 
+config AM335X_CONTROL_USB
+       tristate
+
+config AM335X_PHY_USB
+       tristate "AM335x USB PHY Driver"
+       select USB_PHY
+       select AM335X_CONTROL_USB
+       select NOP_USB_XCEIV
+       help
+         This driver provides PHY support for that phy which part for the
+         AM335x SoC.
+
 config SAMSUNG_USBPHY
        tristate
        help