1 # SPDX-License-Identifier: GPL-2.0
3 # Phy drivers for Realtek platforms
6 if ARCH_REALTEK || COMPILE_TEST
8 config PHY_RTK_RTD_USB2PHY
9 tristate "Realtek RTD USB2 PHY Transceiver Driver"
10 depends on USB_SUPPORT
15 Enable this to support Realtek SoC USB2 phy transceiver.
16 The DHC (digital home center) RTD series SoCs used the Synopsys
17 DWC3 USB IP. This driver will do the PHY initialization
20 config PHY_RTK_RTD_USB3PHY
21 tristate "Realtek RTD USB3 PHY Transceiver Driver"
22 depends on USB_SUPPORT
27 Enable this to support Realtek SoC USB3 phy transceiver.
28 The DHC (digital home center) RTD series SoCs used the Synopsys
29 DWC3 USB IP. This driver will do the PHY initialization
32 endif # ARCH_REALTEK || COMPILE_TEST