treewide: replace '---help---' in Kconfig files with 'help'
[linux-block.git] / drivers / net / ethernet / xilinx / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
b13ad8f4
JK
2#
3# Xilink device configuration
4#
5
6config NET_VENDOR_XILINX
7 bool "Xilinx devices"
88f07484 8 default y
a7f7f624 9 help
138b15ed 10 If you have a network (Ethernet) card belonging to this class, say Y.
b13ad8f4
JK
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
17if NET_VENDOR_XILINX
18
19config XILINX_EMACLITE
20 tristate "Xilinx 10/100 Ethernet Lite support"
74f13c80 21 depends on PPC32 || MICROBLAZE || ARCH_ZYNQ || MIPS
b13ad8f4 22 select PHYLIB
a7f7f624 23 help
b13ad8f4
JK
24 This driver supports the 10/100 Ethernet Lite from Xilinx.
25
8a3b7a25 26config XILINX_AXI_EMAC
27 tristate "Xilinx 10/100/1000 AXI Ethernet support"
f5203a3d 28 select PHYLINK
a7f7f624 29 help
8a3b7a25 30 This driver supports the 10/100/1000 Ethernet from Xilinx for the
d7eaf962 31 AXI bus interface used in Xilinx Virtex FPGAs and Soc's.
8a3b7a25 32
b13ad8f4
JK
33config XILINX_LL_TEMAC
34 tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver"
b13ad8f4 35 select PHYLIB
a7f7f624 36 help
b13ad8f4
JK
37 This driver supports the Xilinx 10/100/1000 LocalLink TEMAC
38 core used in Xilinx Spartan and Virtex FPGAs
39
40endif # NET_VENDOR_XILINX