]> git.itanic.dy.fi Git - linux-stable/commit
phy: renesas: phy-rcar-gen2: use select for GENERIC_PHY
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 4 Dec 2023 23:49:17 +0000 (15:49 -0800)
committerVinod Koul <vkoul@kernel.org>
Thu, 21 Dec 2023 17:09:34 +0000 (22:39 +0530)
commit54c899f0d647e5724b02486243da40134dc91c45
treed2ba7ad888738fc919e9202fb332dc5ccd8a76f3
parentee6fcc0f337d6790b46838bab76c36e8bdd5658e
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>
drivers/phy/renesas/Kconfig