2011-06-15 18:23:00 +00:00
|
|
|
#
|
|
|
|
# Xilink device configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config NET_VENDOR_XILINX
|
|
|
|
bool "Xilinx devices"
|
2011-08-23 08:29:52 +00:00
|
|
|
default y
|
2013-05-30 00:28:07 +00:00
|
|
|
depends on PPC || PPC32 || MICROBLAZE || ARCH_ZYNQ
|
2011-06-15 18:23:00 +00:00
|
|
|
---help---
|
|
|
|
If you have a network (Ethernet) card belonging to this class, say Y
|
|
|
|
and read the Ethernet-HOWTO, available from
|
|
|
|
<http://www.tldp.org/docs.html#howto>.
|
|
|
|
|
|
|
|
Note that the answer to this question doesn't directly affect the
|
|
|
|
kernel: saying N will just cause the configurator to skip all
|
|
|
|
the questions about Xilinx devices. If you say Y, you will be asked
|
|
|
|
for your specific card in the following questions.
|
|
|
|
|
|
|
|
if NET_VENDOR_XILINX
|
|
|
|
|
|
|
|
config XILINX_EMACLITE
|
|
|
|
tristate "Xilinx 10/100 Ethernet Lite support"
|
2013-05-30 00:28:07 +00:00
|
|
|
depends on (PPC32 || MICROBLAZE || ARCH_ZYNQ)
|
2011-06-15 18:23:00 +00:00
|
|
|
select PHYLIB
|
|
|
|
---help---
|
|
|
|
This driver supports the 10/100 Ethernet Lite from Xilinx.
|
|
|
|
|
2012-01-19 00:39:31 +00:00
|
|
|
config XILINX_AXI_EMAC
|
|
|
|
tristate "Xilinx 10/100/1000 AXI Ethernet support"
|
2013-01-10 06:58:42 +00:00
|
|
|
depends on MICROBLAZE
|
2012-01-19 00:39:31 +00:00
|
|
|
select PHYLIB
|
|
|
|
---help---
|
|
|
|
This driver supports the 10/100/1000 Ethernet from Xilinx for the
|
|
|
|
AXI bus interface used in Xilinx Virtex FPGAs.
|
|
|
|
|
2011-06-15 18:23:00 +00:00
|
|
|
config XILINX_LL_TEMAC
|
|
|
|
tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver"
|
|
|
|
depends on (PPC || MICROBLAZE)
|
|
|
|
select PHYLIB
|
|
|
|
---help---
|
|
|
|
This driver supports the Xilinx 10/100/1000 LocalLink TEMAC
|
|
|
|
core used in Xilinx Spartan and Virtex FPGAs
|
|
|
|
|
|
|
|
endif # NET_VENDOR_XILINX
|