aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2014-12-16 00:57:13 -0500
committerDavid S. Miller <davem@davemloft.net>2014-12-16 00:57:13 -0500
commitc286bbaf4f56958db2591146145e248c7b9021c5 (patch)
tree5b056039c144a0aa16b2509cca2da49243c578a6
parentd2cdcdf56e27135bc48f82ade9636fc8b822e6a5 (diff)
parent9f9f26475c915afcf6d9a1971a1f1f57cd61aa61 (diff)
Merge branch 'fixed_phy'
Florian Fainelli says: ==================== net: broadcom: fix FIXED_PHY dependencies This patch series removes the bogus "select FIXED_PHY if FOO=y" that I have been using in GENET, SYSTEMPORT and the SF2 DSA switch driver. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--drivers/net/dsa/Kconfig2
-rw-r--r--drivers/net/ethernet/broadcom/Kconfig4
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/dsa/Kconfig b/drivers/net/dsa/Kconfig
index 7cf8f4ac281f..48e62a34f7f2 100644
--- a/drivers/net/dsa/Kconfig
+++ b/drivers/net/dsa/Kconfig
@@ -59,7 +59,7 @@ config NET_DSA_BCM_SF2
59 depends on HAS_IOMEM 59 depends on HAS_IOMEM
60 select NET_DSA 60 select NET_DSA
61 select NET_DSA_TAG_BRCM 61 select NET_DSA_TAG_BRCM
62 select FIXED_PHY if NET_DSA_BCM_SF2=y 62 select FIXED_PHY
63 select BCM7XXX_PHY 63 select BCM7XXX_PHY
64 select MDIO_BCM_UNIMAC 64 select MDIO_BCM_UNIMAC
65 ---help--- 65 ---help---
diff --git a/drivers/net/ethernet/broadcom/Kconfig b/drivers/net/ethernet/broadcom/Kconfig
index 888247ad9068..41a3c9804427 100644
--- a/drivers/net/ethernet/broadcom/Kconfig
+++ b/drivers/net/ethernet/broadcom/Kconfig
@@ -64,7 +64,7 @@ config BCMGENET
64 tristate "Broadcom GENET internal MAC support" 64 tristate "Broadcom GENET internal MAC support"
65 select MII 65 select MII
66 select PHYLIB 66 select PHYLIB
67 select FIXED_PHY if BCMGENET=y 67 select FIXED_PHY
68 select BCM7XXX_PHY 68 select BCM7XXX_PHY
69 help 69 help
70 This driver supports the built-in Ethernet MACs found in the 70 This driver supports the built-in Ethernet MACs found in the
@@ -155,7 +155,7 @@ config SYSTEMPORT
155 depends on OF 155 depends on OF
156 select MII 156 select MII
157 select PHYLIB 157 select PHYLIB
158 select FIXED_PHY if SYSTEMPORT=y 158 select FIXED_PHY
159 help 159 help
160 This driver supports the built-in Ethernet MACs found in the 160 This driver supports the built-in Ethernet MACs found in the
161 Broadcom BCM7xxx Set Top Box family chipset using an internal 161 Broadcom BCM7xxx Set Top Box family chipset using an internal