Revert "phy: realtek: usb: Add driver for the Realtek SoC USB 3.0 PHY"
[platform/kernel/linux-rpi.git] / drivers / phy / realtek / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Phy drivers for Realtek platforms
4 #
5
6 if ARCH_REALTEK || COMPILE_TEST
7
8 config PHY_RTK_RTD_USB2PHY
9         tristate "Realtek RTD USB2 PHY Transceiver Driver"
10         depends on USB_SUPPORT
11         select GENERIC_PHY
12         select USB_PHY
13         select USB_COMMON
14         help
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
18           of the parameters.
19
20 endif # ARCH_REALTEK || COMPILE_TEST