Skip to content

Commit 54c899f

Browse files
rddunlapvinodkoul
authored andcommitted
phy: renesas: phy-rcar-gen2: use select for GENERIC_PHY
Change the last "depends on GENERIC_PHY" to use select, like the other 170+ Kconfig users do. This can help prevent circular dependency issues. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Vinod Koul <vkoul@kernel.org> Cc: Kishon Vijay Abraham I <kishon@kernel.org> Cc: linux-phy@lists.infradead.org Link: https://lore.kernel.org/r/20231204234917.23509-1-rdunlap@infradead.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent ee6fcc0 commit 54c899f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/phy/renesas/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ config PHY_R8A779F0_ETHERNET_SERDES
1313
config PHY_RCAR_GEN2
1414
tristate "Renesas R-Car generation 2 USB PHY driver"
1515
depends on ARCH_RENESAS
16-
depends on GENERIC_PHY
16+
select GENERIC_PHY
1717
help
1818
Support for USB PHY found on Renesas R-Car generation 2 SoCs.
1919

0 commit comments

Comments
 (0)