2019-05-19 15:07:45 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-03-08 13:29:56 +03:00
|
|
|
config NET_VENDOR_MEDIATEK
|
2020-05-22 15:06:53 +03:00
|
|
|
bool "MediaTek devices"
|
2019-08-16 16:23:25 +03:00
|
|
|
depends on ARCH_MEDIATEK || SOC_MT7621 || SOC_MT7620
|
2020-06-13 19:50:22 +03:00
|
|
|
help
|
2016-03-08 13:29:56 +03:00
|
|
|
If you have a Mediatek SoC with ethernet, say Y.
|
|
|
|
|
|
|
|
if NET_VENDOR_MEDIATEK
|
|
|
|
|
|
|
|
config NET_MEDIATEK_SOC
|
2017-07-31 13:05:09 +03:00
|
|
|
tristate "MediaTek SoC Gigabit Ethernet support"
|
2019-08-25 20:43:39 +03:00
|
|
|
select PHYLINK
|
2020-06-13 19:50:22 +03:00
|
|
|
help
|
2016-03-08 13:29:56 +03:00
|
|
|
This driver supports the gigabit ethernet MACs in the
|
2017-07-31 13:05:09 +03:00
|
|
|
MediaTek SoC family.
|
2016-03-08 13:29:56 +03:00
|
|
|
|
2020-05-22 15:06:55 +03:00
|
|
|
config NET_MEDIATEK_STAR_EMAC
|
|
|
|
tristate "MediaTek STAR Ethernet MAC support"
|
|
|
|
select PHYLIB
|
2020-10-20 10:35:15 +03:00
|
|
|
select REGMAP_MMIO
|
2020-05-22 15:06:55 +03:00
|
|
|
help
|
|
|
|
This driver supports the ethernet MAC IP first used on
|
|
|
|
MediaTek MT85** SoCs.
|
|
|
|
|
2016-03-08 13:29:56 +03:00
|
|
|
endif #NET_VENDOR_MEDIATEK
|