diff options
Diffstat (limited to 'drivers/phy/Kconfig')
| -rw-r--r-- | drivers/phy/Kconfig | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index a53bd5b52df9..fc9b9f0ea91e 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig | |||
| @@ -38,7 +38,9 @@ config ARMADA375_USBCLUSTER_PHY | |||
| 38 | config PHY_DM816X_USB | 38 | config PHY_DM816X_USB |
| 39 | tristate "TI dm816x USB PHY driver" | 39 | tristate "TI dm816x USB PHY driver" |
| 40 | depends on ARCH_OMAP2PLUS | 40 | depends on ARCH_OMAP2PLUS |
| 41 | depends on USB_SUPPORT | ||
| 41 | select GENERIC_PHY | 42 | select GENERIC_PHY |
| 43 | select USB_PHY | ||
| 42 | help | 44 | help |
| 43 | Enable this for dm816x USB to work. | 45 | Enable this for dm816x USB to work. |
| 44 | 46 | ||
| @@ -97,8 +99,9 @@ config OMAP_CONTROL_PHY | |||
| 97 | config OMAP_USB2 | 99 | config OMAP_USB2 |
| 98 | tristate "OMAP USB2 PHY Driver" | 100 | tristate "OMAP USB2 PHY Driver" |
| 99 | depends on ARCH_OMAP2PLUS | 101 | depends on ARCH_OMAP2PLUS |
| 100 | depends on USB_PHY | 102 | depends on USB_SUPPORT |
| 101 | select GENERIC_PHY | 103 | select GENERIC_PHY |
| 104 | select USB_PHY | ||
| 102 | select OMAP_CONTROL_PHY | 105 | select OMAP_CONTROL_PHY |
| 103 | depends on OMAP_OCP2SCP | 106 | depends on OMAP_OCP2SCP |
| 104 | help | 107 | help |
| @@ -122,8 +125,9 @@ config TI_PIPE3 | |||
| 122 | config TWL4030_USB | 125 | config TWL4030_USB |
| 123 | tristate "TWL4030 USB Transceiver Driver" | 126 | tristate "TWL4030 USB Transceiver Driver" |
| 124 | depends on TWL4030_CORE && REGULATOR_TWL4030 && USB_MUSB_OMAP2PLUS | 127 | depends on TWL4030_CORE && REGULATOR_TWL4030 && USB_MUSB_OMAP2PLUS |
| 125 | depends on USB_PHY | 128 | depends on USB_SUPPORT |
| 126 | select GENERIC_PHY | 129 | select GENERIC_PHY |
| 130 | select USB_PHY | ||
| 127 | help | 131 | help |
| 128 | Enable this to support the USB OTG transceiver on TWL4030 | 132 | Enable this to support the USB OTG transceiver on TWL4030 |
| 129 | family chips (including the TWL5030 and TPS659x0 devices). | 133 | family chips (including the TWL5030 and TPS659x0 devices). |
| @@ -304,7 +308,7 @@ config PHY_STIH41X_USB | |||
| 304 | 308 | ||
| 305 | config PHY_QCOM_UFS | 309 | config PHY_QCOM_UFS |
| 306 | tristate "Qualcomm UFS PHY driver" | 310 | tristate "Qualcomm UFS PHY driver" |
| 307 | depends on OF && ARCH_MSM | 311 | depends on OF && ARCH_QCOM |
| 308 | select GENERIC_PHY | 312 | select GENERIC_PHY |
| 309 | help | 313 | help |
| 310 | Support for UFS PHY on QCOM chipsets. | 314 | Support for UFS PHY on QCOM chipsets. |
