Skip to content

Commit 8ae587e

Browse files
Srinivas-Kandagatlagregkh
authored andcommitted
usb: Kconfig: make EHCI_MSM selectable for QCOM SOCs
This patch makes the msm ehci driver available to use on QCOM SOCs, which have the same IP. Signed-off-by: Srinivas Kandagatla <[email protected]> Acked-by: Felipe Balbi <[email protected]> Acked-by: Alan Stern <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent b14bf2d commit 8ae587e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/host/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ config USB_EHCI_HCD_AT91
176176

177177
config USB_EHCI_MSM
178178
tristate "Support for Qualcomm QSD/MSM on-chip EHCI USB controller"
179-
depends on ARCH_MSM
179+
depends on ARCH_MSM || ARCH_QCOM
180180
select USB_EHCI_ROOT_HUB_TT
181181
---help---
182182
Enables support for the USB Host controller present on the

0 commit comments

Comments
 (0)