]> git.baikalelectronics.ru Git - kernel.git/commit
net: systemport: always select FIXED_PHY
authorFlorian Fainelli <f.fainelli@gmail.com>
Mon, 15 Dec 2014 17:57:14 +0000 (09:57 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 16 Dec 2014 05:57:07 +0000 (00:57 -0500)
commitf4b47a54abf6fbc6250a628525c749c97c37e987
tree02bc11fc0331dbf26967e1080c63e4552e11e980
parentb904a29d693fa3bc930b01a81d7f072c6a22e91f
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 ab1c454f550f ("net: phy: export
fixed_phy_register()")

Fixes: 3569f58a32b0 ("net: systemport: hook SYSTEMPORT driver in the build")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/Kconfig