Linux Audio

Check our new training course

Loading...
v6.8
 1# SPDX-License-Identifier: GPL-2.0-only
 2config ALTERA_TSE
 3	tristate "Altera Triple-Speed Ethernet MAC support"
 4	depends on HAS_DMA
 5	depends on HAS_IOMEM
 6	select PHYLIB
 7	select PHYLINK
 8	select PCS_LYNX
 9	select MDIO_REGMAP
10	select REGMAP_MMIO
11	help
12	  This driver supports the Altera Triple-Speed (TSE) Ethernet MAC.
13
14	  To compile this driver as a module, choose M here. The module
15	  will be called alteratse.
v3.15
 
1config ALTERA_TSE
2	tristate "Altera Triple-Speed Ethernet MAC support"
3	depends on HAS_DMA
 
4	select PHYLIB
5	---help---
 
 
 
 
6	  This driver supports the Altera Triple-Speed (TSE) Ethernet MAC.
7
8	  To compile this driver as a module, choose M here. The module
9	  will be called alteratse.