xref: /linux/drivers/phy/realtek/Kconfig (revision 759426c758c7053a941a4c06c7571461439fcff6)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Phy drivers for Realtek platforms
4#
5config 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	select USB_COMMON
11	help
12	  Enable this to support Realtek SoC USB2 phy transceiver.
13	  The DHC (digital home center) RTD series SoCs used the Synopsys
14	  DWC3 USB IP. This driver will do the PHY initialization
15	  of the parameters.
16
17config PHY_RTK_RTD_USB3PHY
18	tristate "Realtek RTD USB3 PHY Transceiver Driver"
19	depends on USB_SUPPORT
20	select GENERIC_PHY
21	select USB_PHY
22	select USB_COMMON
23	help
24	  Enable this to support Realtek SoC USB3 phy transceiver.
25	  The DHC (digital home center) RTD series SoCs used the Synopsys
26	  DWC3 USB IP. This driver will do the PHY initialization
27	  of the parameters.
28