From 2a452b2ac4bc0099750eb55ff4b49018cb248cb4 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 15 Dec 2014 09:57:14 -0800 Subject: [PATCH] net: systemport: always select FIXED_PHY There is no need to do the following: select FIXED_PHY if SYSTEMPORT=y, as this implies that we will not be able to build and/or run the driver correctly when built as a module, which is no longer an issue since commit fba3357bfb1f ("net: phy: export fixed_phy_register()") Fixes: af466e665986 ("net: systemport: hook SYSTEMPORT driver in the build") Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- drivers/net/ethernet/broadcom/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/broadcom/Kconfig b/drivers/net/ethernet/broadcom/Kconfig index f4789a059d545..41a3c9804427b 100644 --- a/drivers/net/ethernet/broadcom/Kconfig +++ b/drivers/net/ethernet/broadcom/Kconfig @@ -155,7 +155,7 @@ config SYSTEMPORT depends on OF select MII select PHYLIB - select FIXED_PHY if SYSTEMPORT=y + select FIXED_PHY help This driver supports the built-in Ethernet MACs found in the Broadcom BCM7xxx Set Top Box family chipset using an internal -- 2.39.5