]> git.karo-electronics.de Git - linux-beck.git/commitdiff
usb: phy: msm: Make driver selectable on ARCH_QCOM
authorIvan T. Ivanov <iivanov@mm-sol.com>
Mon, 28 Apr 2014 13:34:04 +0000 (16:34 +0300)
committerFelipe Balbi <balbi@ti.com>
Wed, 30 Apr 2014 16:11:30 +0000 (11:11 -0500)
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>
drivers/usb/phy/Kconfig

index 416e0c8cf6ff165b2aec8d8d602852a359ec22ff..0c668a3f5c3704538cf2744c4687df8a3bfa8df0 100644 (file)
@@ -171,11 +171,11 @@ config USB_ISP1301
          module will be called phy-isp1301.
 
 config USB_MSM_OTG
-       tristate "OTG support for Qualcomm on-chip USB controller"
-       depends on (USB || USB_GADGET) && ARCH_MSM
+       tristate "Qualcomm on-chip USB OTG controller support"
+       depends on (USB || USB_GADGET) && (ARCH_MSM || ARCH_QCOM)
        select USB_PHY
        help
-         Enable this to support the USB OTG transceiver on MSM chips. It
+         Enable this to support the USB OTG transceiver on Qualcomm chips. It
          handles PHY initialization, clock management, and workarounds
          required after resetting the hardware and power management.
          This driver is required even for peripheral only or host only