aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/host/Kconfig1
-rw-r--r--drivers/usb/phy/Kconfig1
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 3d9e54062d62..7a39ae86d5ce 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -170,7 +170,6 @@ config USB_EHCI_MSM
170 tristate "Support for Qualcomm QSD/MSM on-chip EHCI USB controller" 170 tristate "Support for Qualcomm QSD/MSM on-chip EHCI USB controller"
171 depends on ARCH_MSM 171 depends on ARCH_MSM
172 select USB_EHCI_ROOT_HUB_TT 172 select USB_EHCI_ROOT_HUB_TT
173 select USB_MSM_OTG
174 ---help--- 173 ---help---
175 Enables support for the USB Host controller present on the 174 Enables support for the USB Host controller present on the
176 Qualcomm chipsets. Root Hub has inbuilt TT. 175 Qualcomm chipsets. Root Hub has inbuilt TT.
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig
index fbbced80b68d..ec531a48d240 100644
--- a/drivers/usb/phy/Kconfig
+++ b/drivers/usb/phy/Kconfig
@@ -173,6 +173,7 @@ config USB_ISP1301
173config USB_MSM_OTG 173config USB_MSM_OTG
174 tristate "Qualcomm on-chip USB OTG controller support" 174 tristate "Qualcomm on-chip USB OTG controller support"
175 depends on (USB || USB_GADGET) && (ARCH_MSM || ARCH_QCOM || COMPILE_TEST) 175 depends on (USB || USB_GADGET) && (ARCH_MSM || ARCH_QCOM || COMPILE_TEST)
176 depends on RESET_CONTROLLER
176 select USB_PHY 177 select USB_PHY
177 help 178 help
178 Enable this to support the USB OTG transceiver on Qualcomm chips. It 179 Enable this to support the USB OTG transceiver on Qualcomm chips. It