This repository was archived by the owner on Oct 5, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +382
-1
lines changed
Expand file tree Collapse file tree 4 files changed +382
-1
lines changed Original file line number Diff line number Diff line change 66
77obj-$(CONFIG_USB) += core/
88
9+ obj-$(CONFIG_USB_SUPPORT) += phy/
910obj-$(CONFIG_USB_DWC3) += dwc3/
1011obj-$(CONFIG_USB_DWC2) += dwc2/
1112obj-$(CONFIG_USB_ISP1760) += isp1760/
@@ -48,7 +49,6 @@ obj-$(CONFIG_USB_MICROTEK) += image/
4849obj-$(CONFIG_USB_SERIAL) += serial/
4950
5051obj-$(CONFIG_USB) += misc/
51- obj-$(CONFIG_USB_SUPPORT) += phy/
5252obj-$(CONFIG_EARLY_PRINTK_DBGP) += early/
5353
5454obj-$(CONFIG_USB_ATM) += atm/
Original file line number Diff line number Diff line change @@ -173,6 +173,14 @@ config USB_MXS_PHY
173173
174174 MXS Phy is used by some of the i.MX SoCs, for example imx23/28/6x.
175175
176+ config USB_HISI_PHY
177+ tristate "hisi USB PHY support"
178+ select USB_PHY
179+ help
180+ Enable this to support the HISI USB PHY.
181+
182+ To compile this driver as a module, choose M here.
183+
176184config USB_RCAR_PHY
177185 tristate "Renesas R-Car USB PHY support"
178186 depends on USB || USB_GADGET
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ obj-$(CONFIG_SAMSUNG_USBPHY) += phy-samsung-usb.o
1818obj-$(CONFIG_TWL6030_USB) += phy-twl6030-usb.o
1919obj-$(CONFIG_USB_EHCI_TEGRA) += phy-tegra-usb.o
2020obj-$(CONFIG_USB_GPIO_VBUS) += phy-gpio-vbus-usb.o
21+ obj-$(CONFIG_USB_HISI_PHY) += phy-hisi.o
2122obj-$(CONFIG_USB_ISP1301) += phy-isp1301.o
2223obj-$(CONFIG_USB_MSM_OTG) += phy-msm-usb.o
2324obj-$(CONFIG_USB_MV_OTG) += phy-mv-usb.o
You can’t perform that action at this time.
0 commit comments