aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/xilinx/Kconfig
diff options
context:
space:
mode:
authordanborkmann@iogearbox.net <danborkmann@iogearbox.net>2012-01-19 00:39:31 +0000
committerDavid S. Miller <davem@davemloft.net>2012-01-25 16:59:47 -0500
commit8a3b7a252dca9fb28c23b5bf76c49180a2b60d3b (patch)
tree0fbf680fa4b679f8fd7f72ee8335f3c6021ce483 /drivers/net/ethernet/xilinx/Kconfig
parentbnx2x: unlock before returning an error (diff)
downloadlinux-dev-8a3b7a252dca9fb28c23b5bf76c49180a2b60d3b.tar.xz
linux-dev-8a3b7a252dca9fb28c23b5bf76c49180a2b60d3b.zip
drivers/net/ethernet/xilinx: added Xilinx AXI Ethernet driver
This driver adds support for Xilinx 10/100/1000 AXI Ethernet. It can be used, for instance, on Xilinx boards with a Microblaze architecture like the ML605. The patch is against the latest net-next tree and checkpatch clean. Signed-off-by: Ariane Keller <ariane.keller@tik.ee.ethz.ch> Signed-off-by: Daniel Borkmann <daniel.borkmann@tik.ee.ethz.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/xilinx/Kconfig')
-rw-r--r--drivers/net/ethernet/xilinx/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/ethernet/xilinx/Kconfig b/drivers/net/ethernet/xilinx/Kconfig
index d5a826063a82..5778a4ae1164 100644
--- a/drivers/net/ethernet/xilinx/Kconfig
+++ b/drivers/net/ethernet/xilinx/Kconfig
@@ -25,6 +25,14 @@ config XILINX_EMACLITE
---help---
This driver supports the 10/100 Ethernet Lite from Xilinx.
+config XILINX_AXI_EMAC
+ tristate "Xilinx 10/100/1000 AXI Ethernet support"
+ depends on (PPC32 || MICROBLAZE)
+ select PHYLIB
+ ---help---
+ This driver supports the 10/100/1000 Ethernet from Xilinx for the
+ AXI bus interface used in Xilinx Virtex FPGAs.
+
config XILINX_LL_TEMAC
tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver"
depends on (PPC || MICROBLAZE)