diff options
author | John Linn <john.linn@xilinx.com> | 2009-08-20 02:52:16 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-20 02:52:16 -0700 |
commit | bb81b2ddfa194b6d12761a350b5b5985cecae0a9 (patch) | |
tree | 3955dda3791dd39a3b0c08ddbd658fc0b340e5ca /drivers/net/Kconfig | |
parent | 886f9fe68310168358f55028a03553ae154dfeb6 (diff) |
net: add Xilinx emac lite device driver
This patch adds support for the Xilinx Ethernet Lite device. The
soft logic core from Xilinx is typically used on Virtex and Spartan
designs attached to either a PowerPC or a Microblaze processor.
Signed-off-by: Sadanand M <sadanan@xilinx.com>
Signed-off-by: John Linn <john.linn@xilinx.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 29935a9fb1a..bbe77a06584 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -1926,6 +1926,12 @@ config ATL2 To compile this driver as a module, choose M here. The module will be called atl2. +config XILINX_EMACLITE + tristate "Xilinx 10/100 Ethernet Lite support" + depends on PPC32 || MICROBLAZE + help + This driver supports the 10/100 Ethernet Lite from Xilinx. + source "drivers/net/fs_enet/Kconfig" endif # NET_ETHERNET |