Skip to content

Commit

Permalink
phy: realtek: Realtek PHYs should depend on ARCH_REALTEK
Browse files Browse the repository at this point in the history
The Realtek SoC USB2 and USB3 PHY Transceivers are only present on
Realtek Digital Home Center (DHC) RTD series SoCs.  Hence add a
dependency on ARCH_REALTEK, to prevent asking the user about these
drivers when configuring a kernel without Realtek SoC support.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/2892527cac9af6fa8f5e7b8daeffd7d4351fde68.1692113167.git.geert+renesas@glider.be
Signed-off-by: Vinod Koul <vkoul@kernel.org>
  • Loading branch information
Geert Uytterhoeven authored and Vinod Koul committed Sep 29, 2023
1 parent 11395c3 commit 089667a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/phy/realtek/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
#
# Phy drivers for Realtek platforms
#

if ARCH_REALTEK || COMPILE_TEST

config PHY_RTK_RTD_USB2PHY
tristate "Realtek RTD USB2 PHY Transceiver Driver"
depends on USB_SUPPORT
Expand All @@ -25,3 +28,5 @@ config PHY_RTK_RTD_USB3PHY
The DHC (digital home center) RTD series SoCs used the Synopsys
DWC3 USB IP. This driver will do the PHY initialization
of the parameters.

endif # ARCH_REALTEK || COMPILE_TEST

0 comments on commit 089667a

Please sign in to comment.