hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/net/ethernet/xilinx/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Xilink device configuration
34 #
....@@ -5,8 +6,7 @@
56 config NET_VENDOR_XILINX
67 bool "Xilinx devices"
78 default y
8
- depends on PPC || PPC32 || MICROBLAZE || ARCH_ZYNQ || MIPS
9
- ---help---
9
+ help
1010 If you have a network (Ethernet) card belonging to this class, say Y.
1111
1212 Note that the answer to this question doesn't directly affect the
....@@ -20,23 +20,20 @@
2020 tristate "Xilinx 10/100 Ethernet Lite support"
2121 depends on PPC32 || MICROBLAZE || ARCH_ZYNQ || MIPS
2222 select PHYLIB
23
- ---help---
23
+ help
2424 This driver supports the 10/100 Ethernet Lite from Xilinx.
2525
2626 config XILINX_AXI_EMAC
2727 tristate "Xilinx 10/100/1000 AXI Ethernet support"
28
- depends on MICROBLAZE
29
- select PHYLIB
30
- ---help---
28
+ select PHYLINK
29
+ help
3130 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.
3332
3433 config XILINX_LL_TEMAC
3534 tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver"
36
- depends on (PPC || MICROBLAZE)
37
- depends on !64BIT || BROKEN
3835 select PHYLIB
39
- ---help---
36
+ help
4037 This driver supports the Xilinx 10/100/1000 LocalLink TEMAC
4138 core used in Xilinx Spartan and Virtex FPGAs
4239