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