blob: 911b5ef9e680312f562694bf3793b8d0aa1067a4 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Jeff Kirsherb13ad8f2011-06-15 11:23:00 -07002#
3# Xilink device configuration
4#
5
6config NET_VENDOR_XILINX
7 bool "Xilinx devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07008 default y
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +09009 help
Paul Gortmaker138b15e2015-06-21 16:28:02 -040010 If you have a network (Ethernet) card belonging to this class, say Y.
Jeff Kirsherb13ad8f2011-06-15 11:23:00 -070011
12 Note that the answer to this question doesn't directly affect the
13 kernel: saying N will just cause the configurator to skip all
14 the questions about Xilinx devices. If you say Y, you will be asked
15 for your specific card in the following questions.
16
17if NET_VENDOR_XILINX
18
19config XILINX_EMACLITE
20 tristate "Xilinx 10/100 Ethernet Lite support"
Randy Dunlap46fd4472021-04-16 23:55:54 -070021 depends on HAS_IOMEM
Jeff Kirsherb13ad8f2011-06-15 11:23:00 -070022 select PHYLIB
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +090023 help
Jeff Kirsherb13ad8f2011-06-15 11:23:00 -070024 This driver supports the 10/100 Ethernet Lite from Xilinx.
25
danborkmann@iogearbox.net8a3b7a22012-01-19 00:39:31 +000026config XILINX_AXI_EMAC
27 tristate "Xilinx 10/100/1000 AXI Ethernet support"
Randy Dunlap46fd4472021-04-16 23:55:54 -070028 depends on HAS_IOMEM
Robert Hancockf5203a32019-06-06 16:28:24 -060029 select PHYLINK
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +090030 help
danborkmann@iogearbox.net8a3b7a22012-01-19 00:39:31 +000031 This driver supports the 10/100/1000 Ethernet from Xilinx for the
Radhey Shyam Pandeyd7eaf962019-11-13 10:51:23 +053032 AXI bus interface used in Xilinx Virtex FPGAs and Soc's.
danborkmann@iogearbox.net8a3b7a22012-01-19 00:39:31 +000033
Jeff Kirsherb13ad8f2011-06-15 11:23:00 -070034config XILINX_LL_TEMAC
35 tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver"
Randy Dunlap46fd4472021-04-16 23:55:54 -070036 depends on HAS_IOMEM
Jeff Kirsherb13ad8f2011-06-15 11:23:00 -070037 select PHYLIB
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +090038 help
Jeff Kirsherb13ad8f2011-06-15 11:23:00 -070039 This driver supports the Xilinx 10/100/1000 LocalLink TEMAC
40 core used in Xilinx Spartan and Virtex FPGAs
41
42endif # NET_VENDOR_XILINX