2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2011-06-16 02:23:00 +08:00
|
|
|
#
|
|
|
|
# Xilink device configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config NET_VENDOR_XILINX
|
|
|
|
bool "Xilinx devices"
|
2011-08-23 16:29:52 +08:00
|
|
|
default y
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2015-06-22 04:28:02 +08:00
|
|
|
If you have a network (Ethernet) card belonging to this class, say Y.
|
2011-06-16 02:23:00 +08:00
|
|
|
|
|
|
|
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"
|
2016-09-05 20:07:54 +08:00
|
|
|
depends on PPC32 || MICROBLAZE || ARCH_ZYNQ || MIPS
|
2011-06-16 02:23:00 +08:00
|
|
|
select PHYLIB
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2011-06-16 02:23:00 +08:00
|
|
|
This driver supports the 10/100 Ethernet Lite from Xilinx.
|
|
|
|
|
2012-01-19 08:39:31 +08:00
|
|
|
config XILINX_AXI_EMAC
|
|
|
|
tristate "Xilinx 10/100/1000 AXI Ethernet support"
|
2019-06-07 06:28:24 +08:00
|
|
|
select PHYLINK
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2012-01-19 08:39:31 +08:00
|
|
|
This driver supports the 10/100/1000 Ethernet from Xilinx for the
|
2019-11-13 13:21:23 +08:00
|
|
|
AXI bus interface used in Xilinx Virtex FPGAs and Soc's.
|
2012-01-19 08:39:31 +08:00
|
|
|
|
2011-06-16 02:23:00 +08:00
|
|
|
config XILINX_LL_TEMAC
|
|
|
|
tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver"
|
|
|
|
select PHYLIB
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2011-06-16 02:23:00 +08:00
|
|
|
This driver supports the Xilinx 10/100/1000 LocalLink TEMAC
|
|
|
|
core used in Xilinx Spartan and Virtex FPGAs
|
|
|
|
|
|
|
|
endif # NET_VENDOR_XILINX
|