diff options
| author | Ivan T. Ivanov <iivanov@mm-sol.com> | 2014-04-28 09:34:04 -0400 |
|---|---|---|
| committer | Felipe Balbi <balbi@ti.com> | 2014-04-30 12:11:30 -0400 |
| commit | 0d092fdb8c7a1b874d5c1b56f14d97b62df13186 (patch) | |
| tree | ac7612f65ba5a34227511c01e88d427a0ccc647d /drivers/usb/phy/Kconfig | |
| parent | 427c3df684ab97379b529188d505cc99c2a1429d (diff) | |
usb: phy: msm: Make driver selectable on ARCH_QCOM
Controller could be found on APQ and MSM platforms,
make configuration description more generic.
Signed-off-by: Ivan T. Ivanov <iivanov@mm-sol.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy/Kconfig')
| -rw-r--r-- | drivers/usb/phy/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index 416e0c8cf6ff..0c668a3f5c37 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig | |||
| @@ -171,11 +171,11 @@ config USB_ISP1301 | |||
| 171 | module will be called phy-isp1301. | 171 | module will be called phy-isp1301. |
| 172 | 172 | ||
| 173 | config USB_MSM_OTG | 173 | config USB_MSM_OTG |
| 174 | tristate "OTG support for Qualcomm on-chip USB controller" | 174 | tristate "Qualcomm on-chip USB OTG controller support" |
| 175 | depends on (USB || USB_GADGET) && ARCH_MSM | 175 | depends on (USB || USB_GADGET) && (ARCH_MSM || ARCH_QCOM) |
| 176 | select USB_PHY | 176 | select USB_PHY |
| 177 | help | 177 | help |
| 178 | Enable this to support the USB OTG transceiver on MSM chips. It | 178 | Enable this to support the USB OTG transceiver on Qualcomm chips. It |
| 179 | handles PHY initialization, clock management, and workarounds | 179 | handles PHY initialization, clock management, and workarounds |
| 180 | required after resetting the hardware and power management. | 180 | required after resetting the hardware and power management. |
| 181 | This driver is required even for peripheral only or host only | 181 | This driver is required even for peripheral only or host only |
