File tree Expand file tree Collapse file tree 5 files changed +1347
-0
lines changed Expand file tree Collapse file tree 5 files changed +1347
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ source "drivers/phy/motorola/Kconfig"
87
87
source "drivers/phy/mscc/Kconfig"
88
88
source "drivers/phy/qualcomm/Kconfig"
89
89
source "drivers/phy/ralink/Kconfig"
90
+ source "drivers/phy/realtek/Kconfig"
90
91
source "drivers/phy/renesas/Kconfig"
91
92
source "drivers/phy/rockchip/Kconfig"
92
93
source "drivers/phy/samsung/Kconfig"
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ obj-y += allwinner/ \
26
26
mscc/ \
27
27
qualcomm/ \
28
28
ralink/ \
29
+ realtek/ \
29
30
renesas/ \
30
31
rockchip/ \
31
32
samsung/ \
Original file line number Diff line number Diff line change
1
+ # SPDX-License-Identifier: GPL-2.0
2
+ #
3
+ # Phy drivers for Realtek platforms
4
+ #
5
+ config PHY_RTK_RTD_USB2PHY
6
+ tristate "Realtek RTD USB2 PHY Transceiver Driver"
7
+ depends on USB_SUPPORT
8
+ select GENERIC_PHY
9
+ select USB_PHY
10
+ help
11
+ Enable this to support Realtek SoC USB2 phy transceiver.
12
+ The DHC (digital home center) RTD series SoCs used the Synopsys
13
+ DWC3 USB IP. This driver will do the PHY initialization
14
+ of the parameters.
Original file line number Diff line number Diff line change
1
+ # SPDX-License-Identifier: GPL-2.0
2
+ obj-$(CONFIG_PHY_RTK_RTD_USB2PHY) += phy-rtk-usb2.o
You can’t perform that action at this time.
0 commit comments