net/fsl: remove dependency FSL_SOC from MDIO
FSL_PQ_MDIO and FSL_XGMAC_MDIO are not really depend on FSL_SOC, they can build on non-PPC platforms. Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
aa34a6cb04
commit
19693f1166
@ -58,14 +58,12 @@ source "drivers/net/ethernet/freescale/fs_enet/Kconfig"
|
|||||||
|
|
||||||
config FSL_PQ_MDIO
|
config FSL_PQ_MDIO
|
||||||
tristate "Freescale PQ MDIO"
|
tristate "Freescale PQ MDIO"
|
||||||
depends on FSL_SOC
|
|
||||||
select PHYLIB
|
select PHYLIB
|
||||||
---help---
|
---help---
|
||||||
This driver supports the MDIO bus used by the gianfar and UCC drivers.
|
This driver supports the MDIO bus used by the gianfar and UCC drivers.
|
||||||
|
|
||||||
config FSL_XGMAC_MDIO
|
config FSL_XGMAC_MDIO
|
||||||
tristate "Freescale XGMAC MDIO"
|
tristate "Freescale XGMAC MDIO"
|
||||||
depends on FSL_SOC
|
|
||||||
select PHYLIB
|
select PHYLIB
|
||||||
select OF_MDIO
|
select OF_MDIO
|
||||||
---help---
|
---help---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user