[PATCH net-next v4 2/3] net: phy: enable bcm63xx on bmips
From: Kyle Hendry
Date: Thu Mar 06 2025 - 00:33:19 EST
Allow the bcm63xx PHY driver to be built on bmips machines
Signed-off-by: Kyle Hendry <kylehendrydev@xxxxxxxxx>
Reviewed-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>
---
drivers/net/phy/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 41c15a2c2037..0f2956ba472d 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -156,10 +156,10 @@ config BCM54140_PHY
config BCM63XX_PHY
tristate "Broadcom 63xx SOCs internal PHY"
- depends on BCM63XX || COMPILE_TEST
+ depends on BCM63XX || BMIPS_GENERIC || COMPILE_TEST
select BCM_NET_PHYLIB
help
- Currently supports the 6348 and 6358 PHYs.
+ Currently supports the 6348, 6358 and 63268 PHYs.
config BCM7XXX_PHY
tristate "Broadcom 7xxx SOCs internal PHYs"
--
2.43.0