brintos

brintos / linux-shallow public Read only

0
0
Text · 410 B · 4ef819a Raw
16 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config ALTERA_TSE3	tristate "Altera Triple-Speed Ethernet MAC support"4	depends on HAS_DMA5	depends on HAS_IOMEM6	select PHYLIB7	select PHYLINK8	select PCS_LYNX9	select MDIO_REGMAP10	select REGMAP_MMIO11	help12	  This driver supports the Altera Triple-Speed (TSE) Ethernet MAC.13 14	  To compile this driver as a module, choose M here. The module15	  will be called alteratse.16