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