Message ID | 20250218013653.229234-3-kylehendrydev@gmail.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net: phy: bcm63xx: Enable internal GPHY on BCM63268 | expand |
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"
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(-)