Kconfig (cbecf716ca618fd44feda6bd9a64a8179d031fc5) Kconfig (0e389028ad75412ff624b304913bba14f8d46ec4)
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"
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 depends on NET_DSA || !NET_DSA
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
21 help
22 This driver supports the ethernet MAC IP first used on
23 MediaTek MT85** SoCs.
24
25endif #NET_VENDOR_MEDIATEK
13 select PHYLINK
14 help
15 This driver supports the gigabit ethernet MACs in the
16 MediaTek SoC family.
17
18config NET_MEDIATEK_STAR_EMAC
19 tristate "MediaTek STAR Ethernet MAC support"
20 select PHYLIB
21 select REGMAP_MMIO
22 help
23 This driver supports the ethernet MAC IP first used on
24 MediaTek MT85** SoCs.
25
26endif #NET_VENDOR_MEDIATEK