Browse Source

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>
Ivan T. Ivanov 11 years ago
parent
commit
0d092fdb8c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      drivers/usb/phy/Kconfig

+ 3 - 3
drivers/usb/phy/Kconfig

@@ -171,11 +171,11 @@ config USB_ISP1301
 	  module will be called phy-isp1301.
 	  module will be called phy-isp1301.
 
 
 config USB_MSM_OTG
 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
 	select USB_PHY
 	help
 	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
 	  handles PHY initialization, clock management, and workarounds
 	  required after resetting the hardware and power management.
 	  required after resetting the hardware and power management.
 	  This driver is required even for peripheral only or host only
 	  This driver is required even for peripheral only or host only