2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-03-08 11:29:56 +01:00
|
|
|
config NET_VENDOR_MEDIATEK
|
2020-05-22 14:06:53 +02:00
|
|
|
bool "MediaTek devices"
|
2019-08-16 15:23:25 +02:00
|
|
|
depends on ARCH_MEDIATEK || SOC_MT7621 || SOC_MT7620
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2016-03-08 11:29:56 +01: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-25 19:43:39 +02:00
|
|
|
select PHYLINK
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2016-03-08 11:29:56 +01:00
|
|
|
This driver supports the gigabit ethernet MACs in the
|
2017-07-31 18:05:09 +08:00
|
|
|
MediaTek SoC family.
|
2016-03-08 11:29:56 +01:00
|
|
|
|
2020-05-22 14:06:55 +02:00
|
|
|
config NET_MEDIATEK_STAR_EMAC
|
|
|
|
tristate "MediaTek STAR Ethernet MAC support"
|
|
|
|
select PHYLIB
|
2020-10-20 09:35:15 +02:00
|
|
|
select REGMAP_MMIO
|
2020-05-22 14:06:55 +02:00
|
|
|
help
|
|
|
|
This driver supports the ethernet MAC IP first used on
|
|
|
|
MediaTek MT85** SoCs.
|
|
|
|
|
2016-03-08 11:29:56 +01:00
|
|
|
endif #NET_VENDOR_MEDIATEK
|