-
Notifications
You must be signed in to change notification settings - Fork 297
/
Copy pathKconfig
35 lines (27 loc) · 932 Bytes
/
Kconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# SPDX-License-Identifier: GPL-2.0-only
config NET_ALTERA_ETH
tristate "Altera Ethernet drivers"
depends on HAS_DMA
---help---
This driver supports ethernet drivers built around Altera
Ethernet and DMA IP.
If you have a network (Ethernet) IP belonging to this class, say Y.
if NET_ALTERA_ETH
config ALTERA_TSE
tristate "Altera Triple-Speed Ethernet MAC support"
select PTP_1588_CLOCK
select PHYLIB
---help---
This driver supports the Altera Triple-Speed (TSE) Ethernet MAC.
To compile this driver as a module, choose M here. The module
will be called altera_tse.
config INTEL_FPGA_QSE_LL
tristate "Intel FPGA Quad-Speed Low Latency Ethernet MAC support"
select PTP_1588_CLOCK
select PHYLINK
---help---
This driver supports the Intel FPGA Low Latency Quad-Speed (QSE)
Ethernet MAC.
To compile this driver as a module, choose M here. The module
will be called intel_fpga_qse_ll.
endif