brintos

brintos / linux-shallow public Read only

0
0
Text · 892 B · 75ac7e7 Raw
33 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Phy drivers for Realtek platforms4#5 6if ARCH_REALTEK || COMPILE_TEST7 8config PHY_RTK_RTD_USB2PHY9	tristate "Realtek RTD USB2 PHY Transceiver Driver"10	depends on USB_SUPPORT11	select GENERIC_PHY12	select USB_PHY13	select USB_COMMON14	help15	  Enable this to support Realtek SoC USB2 phy transceiver.16	  The DHC (digital home center) RTD series SoCs used the Synopsys17	  DWC3 USB IP. This driver will do the PHY initialization18	  of the parameters.19 20config PHY_RTK_RTD_USB3PHY21	tristate "Realtek RTD USB3 PHY Transceiver Driver"22	depends on USB_SUPPORT23	select GENERIC_PHY24	select USB_PHY25	select USB_COMMON26	help27	  Enable this to support Realtek SoC USB3 phy transceiver.28	  The DHC (digital home center) RTD series SoCs used the Synopsys29	  DWC3 USB IP. This driver will do the PHY initialization30	  of the parameters.31 32endif # ARCH_REALTEK || COMPILE_TEST33