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

There is no need to do the following:

select FIXED_PHY if BCMGENET=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: b0ba512e225d ("net: bcmgenet: enable driver to work without device tree"
Fixes: 5296203b753e ("net: bcmgenet: hook into the build system")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/Kconfig