We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11395c3 commit 089667aCopy full SHA for 089667a
drivers/phy/realtek/Kconfig
@@ -2,6 +2,9 @@
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
@@ -25,3 +28,5 @@ config PHY_RTK_RTD_USB3PHY
25
28
The DHC (digital home center) RTD series SoCs used the Synopsys
26
29
DWC3 USB IP. This driver will do the PHY initialization
27
30
of the parameters.
31
32
+endif # ARCH_REALTEK || COMPILE_TEST
0 commit comments