File tree Expand file tree Collapse file tree 3 files changed +778
-0
lines changed Expand file tree Collapse file tree 3 files changed +778
-0
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,14 @@ config PHY_RTK_RTD_USB2PHY
12
12
The DHC (digital home center) RTD series SoCs used the Synopsys
13
13
DWC3 USB IP. This driver will do the PHY initialization
14
14
of the parameters.
15
+
16
+ config PHY_RTK_RTD_USB3PHY
17
+ tristate "Realtek RTD USB3 PHY Transceiver Driver"
18
+ depends on USB_SUPPORT
19
+ select GENERIC_PHY
20
+ select USB_PHY
21
+ help
22
+ Enable this to support Realtek SoC USB3 phy transceiver.
23
+ The DHC (digital home center) RTD series SoCs used the Synopsys
24
+ DWC3 USB IP. This driver will do the PHY initialization
25
+ of the parameters.
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: GPL-2.0
2
2
obj-$(CONFIG_PHY_RTK_RTD_USB2PHY) += phy-rtk-usb2.o
3
+ obj-$(CONFIG_PHY_RTK_RTD_USB3PHY) += phy-rtk-usb3.o
You can’t perform that action at this time.
0 commit comments