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

Commit dec97187 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: phy: Add snapshot of QUSB-V2 PHY driver"

parents 728b5843 812da9d8
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -206,6 +206,16 @@ config USB_MSM_SSPHY_QMP
	  set for its control sequences, normally paired with newer DWC3-based
	  SuperSpeed controllers.

config MSM_QUSB_PHY
	tristate "MSM QUSB2 PHY Driver"
	depends on ARCH_QCOM
	select USB_PHY
	help
	  Enable this to support the QUSB2 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 MSM_HSUSB_PHY
	tristate "MSM HSUSB PHY Driver"
	depends on ARCH_QCOM
+1 −0
Original line number Diff line number Diff line
@@ -25,5 +25,6 @@ obj-$(CONFIG_USB_MXS_PHY) += phy-mxs-usb.o
obj-$(CONFIG_USB_ULPI)			+= phy-ulpi.o
obj-$(CONFIG_USB_ULPI_VIEWPORT)		+= phy-ulpi-viewport.o
obj-$(CONFIG_KEYSTONE_USB_PHY)		+= phy-keystone.o
obj-$(CONFIG_MSM_QUSB_PHY)		+= phy-msm-qusb-v2.o
obj-$(CONFIG_USB_MSM_SSPHY_QMP)		+= phy-msm-ssusb-qmp.o
obj-$(CONFIG_MSM_HSUSB_PHY)		+= phy-msm-snps-hs.o
+1302 −0

File added.

Preview size limit exceeded, changes collapsed.