[PATCH v2 2/5] net: phy: enable bcm63xx on bmips

Kyle Hendry posted 5 patches 9 months, 4 weeks ago
[PATCH v2 2/5] net: phy: enable bcm63xx on bmips
Posted by Kyle Hendry 9 months, 4 weeks ago
Allow the bcm63xx PHY driver to be built on bmips machines

Signed-off-by: Kyle Hendry <kylehendrydev@gmail.com>
---
 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
Re: [PATCH v2 2/5] net: phy: enable bcm63xx on bmips
Posted by Florian Fainelli 9 months, 3 weeks ago

On 2/17/2025 5:36 PM, Kyle Hendry wrote:
> Allow the bcm63xx PHY driver to be built on bmips machines
> 
> Signed-off-by: Kyle Hendry <kylehendrydev@gmail.com>

Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
-- 
Florian