GitHub

File tree

  • drivers/net/ethernet/xilinx

Original file line numberDiff line numberDiff line change

@@ -18,19 +18,22 @@ if NET_VENDOR_XILINX

1818
1919

config XILINX_EMACLITE

2020

tristate "Xilinx 10/100 Ethernet Lite support"

21+

depends on HAS_IOMEM

2122

select PHYLIB

2223

help

2324

This driver supports the 10/100 Ethernet Lite from Xilinx.

2425
2526

config XILINX_AXI_EMAC

2627

tristate "Xilinx 10/100/1000 AXI Ethernet support"

28+

depends on HAS_IOMEM

2729

select PHYLINK

2830

help

2931

This driver supports the 10/100/1000 Ethernet from Xilinx for the

3032

AXI bus interface used in Xilinx Virtex FPGAs and Soc's.

3133
3234

config XILINX_LL_TEMAC

3335

tristate "Xilinx LL TEMAC (LocalLink Tri-mode Ethernet MAC) driver"

36+

depends on HAS_IOMEM

3437

select PHYLIB

3538

help

3639

This driver supports the Xilinx 10/100/1000 LocalLink TEMAC

Read the original on github.com ↗