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"
8787source "drivers/phy/mscc/Kconfig"
8888source "drivers/phy/qualcomm/Kconfig"
8989source "drivers/phy/ralink/Kconfig"
90+ source "drivers/phy/realtek/Kconfig"
9091source "drivers/phy/renesas/Kconfig"
9192source "drivers/phy/rockchip/Kconfig"
9293source "drivers/phy/samsung/Kconfig"
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ obj-y += allwinner/ \
2626 mscc/ \
2727 qualcomm/ \
2828 ralink/ \
29+ realtek/ \
2930 renesas/ \
3031 rockchip/ \
3132 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