projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa34a6c
)
net/fsl: remove dependency FSL_SOC from MDIO
author
Shaohui Xie
<Shaohui.Xie@freescale.com>
Tue, 10 Mar 2015 10:31:12 +0000
(18:31 +0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 11 Mar 2015 20:37:50 +0000
(16:37 -0400)
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>
drivers/net/ethernet/freescale/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/freescale/Kconfig
b/drivers/net/ethernet/freescale/Kconfig
index ba84c4a9ce32fd2d677b42e49531aab5a0433d97..25e3425729d0ad54acb0a86e0c1137b3f3152059 100644
(file)
--- a/
drivers/net/ethernet/freescale/Kconfig
+++ b/
drivers/net/ethernet/freescale/Kconfig
@@
-58,14
+58,12
@@
source "drivers/net/ethernet/freescale/fs_enet/Kconfig"
config FSL_PQ_MDIO
tristate "Freescale PQ MDIO"
- depends on FSL_SOC
select PHYLIB
---help---
This driver supports the MDIO bus used by the gianfar and UCC drivers.
config FSL_XGMAC_MDIO
tristate "Freescale XGMAC MDIO"
- depends on FSL_SOC
select PHYLIB
select OF_MDIO
---help---