]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: bcm_sf2: always select FIXED_PHY
authorFlorian Fainelli <f.fainelli@gmail.com>
Mon, 15 Dec 2014 17:57:15 +0000 (09:57 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Dec 2014 05:57:07 +0000 (00:57 -0500)
commit97985b4721fc6a44368cc46f09b8b203e8c28bd5
tree5b056039c144a0aa16b2509cca2da49243c578a6
parent2a452b2ac4bc0099750eb55ff4b49018cb248cb4
net: dsa: bcm_sf2: always select FIXED_PHY

There is no need to do the following:

select FIXED_PHY if NET_DSA_BCM_SF2=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: fccc2cd9438e23 ("net: dsa: add Broadcom SF2 switch driver")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/Kconfig