.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Xilink device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
5 | 6 | config NET_VENDOR_XILINX |
---|
6 | 7 | bool "Xilinx devices" |
---|
7 | 8 | default y |
---|
8 | | - depends on PPC || PPC32 || MICROBLAZE || ARCH_ZYNQ || MIPS |
---|
9 | | - ---help--- |
---|
| 9 | + help |
---|
10 | 10 | If you have a network (Ethernet) card belonging to this class, say Y. |
---|
11 | 11 | |
---|
12 | 12 | Note that the answer to this question doesn't directly affect the |
---|
.. | .. |
---|
20 | 20 | tristate "Xilinx 10/100 Ethernet Lite support" |
---|
21 | 21 | depends on PPC32 || MICROBLAZE || ARCH_ZYNQ || MIPS |
---|
22 | 22 | select PHYLIB |
---|
23 | | - ---help--- |
---|
| 23 | + help |
---|
24 | 24 | This driver supports the 10/100 Ethernet Lite from Xilinx. |
---|
25 | 25 | |
---|
26 | 26 | config XILINX_AXI_EMAC |
---|
27 | 27 | tristate "Xilinx 10/100/1000 AXI Ethernet support" |
---|
28 | | - depends on MICROBLAZE |
---|
29 | | - select PHYLIB |
---|
30 | | - ---help--- |
---|
| 28 | + select PHYLINK |
---|
| 29 | + help |
---|
31 | 30 | This driver supports the 10/100/1000 Ethernet from Xilinx for the |
---|
32 | | - AXI bus interface used in Xilinx Virtex FPGAs. |
---|
| 31 | + AXI bus interface used in Xilinx Virtex FPGAs and Soc's. |
---|
33 | 32 | |
---|
34 | 33 | config XILINX_LL_TEMAC |
---|
35 | 34 | tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver" |
---|
36 | | - depends on (PPC || MICROBLAZE) |
---|
37 | | - depends on !64BIT || BROKEN |
---|
38 | 35 | select PHYLIB |
---|
39 | | - ---help--- |
---|
| 36 | + help |
---|
40 | 37 | This driver supports the Xilinx 10/100/1000 LocalLink TEMAC |
---|
41 | 38 | core used in Xilinx Spartan and Virtex FPGAs |
---|
42 | 39 | |
---|