aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJohn Linn <john.linn@xilinx.com>2010-02-16 00:51:00 -0500
committerDavid S. Miller <davem@davemloft.net>2010-02-16 00:51:00 -0500
commit5cdaaa12866e916d0ada8b56c5f0e543cfc7fe3d (patch)
tree6f48329f17feb151315470cb6706a05c102bb6ae /drivers/net/Kconfig
parenta9288525d2aed806c1b8a785c226d4a9e6371650 (diff)
net: emaclite: adding MDIO and phy lib support
These changes add MDIO and phy lib support to the driver as the IP core now supports the MDIO bus. The MDIO bus and phy are added as a child to the emaclite in the device tree as illustrated below. mdio { #address-cells = <1>; #size-cells = <0>; phy0: phy@7 { compatible = "marvell,88e1111"; reg = <7>; } ; } Signed-off-by: Sadanand Mutyala <Sadanand.Mutyala@xilinx.com> Signed-off-by: John Linn <john.linn@xilinx.com> Acked-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 5f646523c5ae..b711d5416100 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1963,6 +1963,7 @@ config ATL2
1963config XILINX_EMACLITE 1963config XILINX_EMACLITE
1964 tristate "Xilinx 10/100 Ethernet Lite support" 1964 tristate "Xilinx 10/100 Ethernet Lite support"
1965 depends on PPC32 || MICROBLAZE 1965 depends on PPC32 || MICROBLAZE
1966 select PHYLIB
1966 help 1967 help
1967 This driver supports the 10/100 Ethernet Lite from Xilinx. 1968 This driver supports the 10/100 Ethernet Lite from Xilinx.
1968 1969