Kconfig (ead5d1f4d877e92c051e1a1ade623d0d30e71619) Kconfig (5403caf21648d739bf2b1266c33e34384c313379)
1# SPDX-License-Identifier: GPL-2.0-only
2config NET_VENDOR_MEDIATEK
3 bool "MediaTek devices"
4 depends on ARCH_MEDIATEK || SOC_MT7621 || SOC_MT7620
5 help
6 If you have a Mediatek SoC with ethernet, say Y.
7
8if NET_VENDOR_MEDIATEK
9
10config NET_MEDIATEK_SOC
11 tristate "MediaTek SoC Gigabit Ethernet support"
12 select PHYLINK
13 help
14 This driver supports the gigabit ethernet MACs in the
15 MediaTek SoC family.
16
17config NET_MEDIATEK_STAR_EMAC
18 tristate "MediaTek STAR Ethernet MAC support"
19 select PHYLIB
1# SPDX-License-Identifier: GPL-2.0-only
2config NET_VENDOR_MEDIATEK
3 bool "MediaTek devices"
4 depends on ARCH_MEDIATEK || SOC_MT7621 || SOC_MT7620
5 help
6 If you have a Mediatek SoC with ethernet, say Y.
7
8if NET_VENDOR_MEDIATEK
9
10config NET_MEDIATEK_SOC
11 tristate "MediaTek SoC Gigabit Ethernet support"
12 select PHYLINK
13 help
14 This driver supports the gigabit ethernet MACs in the
15 MediaTek SoC family.
16
17config NET_MEDIATEK_STAR_EMAC
18 tristate "MediaTek STAR Ethernet MAC support"
19 select PHYLIB
20 select REGMAP_MMIO
20 help
21 This driver supports the ethernet MAC IP first used on
22 MediaTek MT85** SoCs.
23
24endif #NET_VENDOR_MEDIATEK
21 help
22 This driver supports the ethernet MAC IP first used on
23 MediaTek MT85** SoCs.
24
25endif #NET_VENDOR_MEDIATEK