]> Git Repo - linux.git/blob - drivers/phy/realtek/Kconfig
x86/kaslr: Expose and use the end of the physical memory address space
[linux.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 config PHY_RTK_RTD_USB3PHY
21         tristate "Realtek RTD USB3 PHY Transceiver Driver"
22         depends on USB_SUPPORT
23         select GENERIC_PHY
24         select USB_PHY
25         select USB_COMMON
26         help
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
30           of the parameters.
31
32 endif # ARCH_REALTEK || COMPILE_TEST
This page took 0.038019 seconds and 4 git commands to generate.