2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2014-03-17 17:52:39 -05:00
|
|
|
config ALTERA_TSE
|
|
|
|
tristate "Altera Triple-Speed Ethernet MAC support"
|
2014-05-02 06:29:21 +02:00
|
|
|
depends on HAS_DMA
|
2023-07-07 21:58:49 +08:00
|
|
|
depends on HAS_IOMEM
|
2014-03-17 17:52:39 -05:00
|
|
|
select PHYLIB
|
2022-09-02 10:32:04 +02:00
|
|
|
select PHYLINK
|
2023-06-07 15:59:38 +02:00
|
|
|
select PCS_LYNX
|
2023-06-01 16:14:52 +02:00
|
|
|
select MDIO_REGMAP
|
|
|
|
select REGMAP_MMIO
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2014-03-17 17:52:39 -05:00
|
|
|
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 alteratse.
|