xref: /linux/drivers/phy/realtek/Kconfig (revision 79790b6818e96c58fe2bffee1b418c16e64e7b80)
1eeda4945SStanley Chang# SPDX-License-Identifier: GPL-2.0
2eeda4945SStanley Chang#
3eeda4945SStanley Chang# Phy drivers for Realtek platforms
4eeda4945SStanley Chang#
5eeda4945SStanley Chang
6eeda4945SStanley Changif ARCH_REALTEK || COMPILE_TEST
7eeda4945SStanley Chang
8eeda4945SStanley Changconfig PHY_RTK_RTD_USB2PHY
9eeda4945SStanley Chang	tristate "Realtek RTD USB2 PHY Transceiver Driver"
10eeda4945SStanley Chang	depends on USB_SUPPORT
11eeda4945SStanley Chang	select GENERIC_PHY
12eeda4945SStanley Chang	select USB_PHY
13eeda4945SStanley Chang	select USB_COMMON
14eeda4945SStanley Chang	help
15eeda4945SStanley Chang	  Enable this to support Realtek SoC USB2 phy transceiver.
16eeda4945SStanley Chang	  The DHC (digital home center) RTD series SoCs used the Synopsys
17eeda4945SStanley Chang	  DWC3 USB IP. This driver will do the PHY initialization
18eeda4945SStanley Chang	  of the parameters.
19eeda4945SStanley Chang
20*b48415afSStanley Changconfig PHY_RTK_RTD_USB3PHY
21*b48415afSStanley Chang	tristate "Realtek RTD USB3 PHY Transceiver Driver"
22*b48415afSStanley Chang	depends on USB_SUPPORT
23*b48415afSStanley Chang	select GENERIC_PHY
24*b48415afSStanley Chang	select USB_PHY
25*b48415afSStanley Chang	select USB_COMMON
26*b48415afSStanley Chang	help
27*b48415afSStanley Chang	  Enable this to support Realtek SoC USB3 phy transceiver.
28*b48415afSStanley Chang	  The DHC (digital home center) RTD series SoCs used the Synopsys
29*b48415afSStanley Chang	  DWC3 USB IP. This driver will do the PHY initialization
30*b48415afSStanley Chang	  of the parameters.
31*b48415afSStanley Chang
32eeda4945SStanley Changendif # ARCH_REALTEK || COMPILE_TEST
33