Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Jeff Kirsher | b13ad8f | 2011-06-15 11:23:00 -0700 | [diff] [blame] | 2 | # |
| 3 | # Xilink device configuration |
| 4 | # |
| 5 | |
| 6 | config NET_VENDOR_XILINX |
| 7 | bool "Xilinx devices" |
Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 8 | default y |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 9 | help |
Paul Gortmaker | 138b15e | 2015-06-21 16:28:02 -0400 | [diff] [blame] | 10 | If you have a network (Ethernet) card belonging to this class, say Y. |
Jeff Kirsher | b13ad8f | 2011-06-15 11:23:00 -0700 | [diff] [blame] | 11 | |
| 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 | |
| 17 | if NET_VENDOR_XILINX |
| 18 | |
| 19 | config XILINX_EMACLITE |
| 20 | tristate "Xilinx 10/100 Ethernet Lite support" |
Randy Dunlap | 46fd447 | 2021-04-16 23:55:54 -0700 | [diff] [blame] | 21 | depends on HAS_IOMEM |
Jeff Kirsher | b13ad8f | 2011-06-15 11:23:00 -0700 | [diff] [blame] | 22 | select PHYLIB |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 23 | help |
Jeff Kirsher | b13ad8f | 2011-06-15 11:23:00 -0700 | [diff] [blame] | 24 | This driver supports the 10/100 Ethernet Lite from Xilinx. |
| 25 | |
danborkmann@iogearbox.net | 8a3b7a2 | 2012-01-19 00:39:31 +0000 | [diff] [blame] | 26 | config XILINX_AXI_EMAC |
| 27 | tristate "Xilinx 10/100/1000 AXI Ethernet support" |
Randy Dunlap | 46fd447 | 2021-04-16 23:55:54 -0700 | [diff] [blame] | 28 | depends on HAS_IOMEM |
Robert Hancock | f5203a3 | 2019-06-06 16:28:24 -0600 | [diff] [blame] | 29 | select PHYLINK |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 30 | help |
danborkmann@iogearbox.net | 8a3b7a2 | 2012-01-19 00:39:31 +0000 | [diff] [blame] | 31 | This driver supports the 10/100/1000 Ethernet from Xilinx for the |
Radhey Shyam Pandey | d7eaf96 | 2019-11-13 10:51:23 +0530 | [diff] [blame] | 32 | AXI bus interface used in Xilinx Virtex FPGAs and Soc's. |
danborkmann@iogearbox.net | 8a3b7a2 | 2012-01-19 00:39:31 +0000 | [diff] [blame] | 33 | |
Jeff Kirsher | b13ad8f | 2011-06-15 11:23:00 -0700 | [diff] [blame] | 34 | config XILINX_LL_TEMAC |
| 35 | tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver" |
Randy Dunlap | 46fd447 | 2021-04-16 23:55:54 -0700 | [diff] [blame] | 36 | depends on HAS_IOMEM |
Jeff Kirsher | b13ad8f | 2011-06-15 11:23:00 -0700 | [diff] [blame] | 37 | select PHYLIB |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 38 | help |
Jeff Kirsher | b13ad8f | 2011-06-15 11:23:00 -0700 | [diff] [blame] | 39 | This driver supports the Xilinx 10/100/1000 LocalLink TEMAC |
| 40 | core used in Xilinx Spartan and Virtex FPGAs |
| 41 | |
| 42 | endif # NET_VENDOR_XILINX |