Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 474cc9af authored by Jack Pham's avatar Jack Pham
Browse files

usb: phy: Kconfig: Add MSM_HSUSB_PHY config entry



The snapshot for the phy-msm-snps-hs driver omitted the Kconfig
entry which is needed for compilation.

Change-Id: I884f7b61401e84d7b87151c6cf385c7fa2f288c0
Signed-off-by: default avatarJack Pham <jackp@codeaurora.org>
parent e881320d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -157,6 +157,16 @@ config MSM_QUSB_PHY
	  Synopsys DWC3 USB IPs on MSM SOCs. This driver expects to configure the
	  PHY with a dedicated register I/O memory region.

config MSM_HSUSB_PHY
	tristate "MSM HSUSB PHY Driver"
	depends on ARCH_QCOM
	select USB_PHY
	help
	  Enable this to support the HSUSB PHY on MSM chips. This driver supports
	  the high-speed PHY which is usually paired with either the ChipIdea or
	  Synopsys DWC3 USB IPs on MSM SOCs. This driver expects to configure the
	  PHY with a dedicated register I/O memory region.

config USB_QCOM_EMU_PHY
	tristate "Qualcomm Technologies, Inc. emulation USB PHY driver"
	depends on ARCH_QCOM || COMPILE_TEST