Kconfig (976e3645923bdd2fe7893aae33fd7a21098bfb28) Kconfig (d3d6974bc539d2a4311a20230892a5e4b2fd5e8d)
1# SPDX-License-Identifier: GPL-2.0-only
2config NET_VENDOR_MEDIATEK
1# SPDX-License-Identifier: GPL-2.0-only
2config NET_VENDOR_MEDIATEK
3 bool "MediaTek ethernet driver"
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
17endif #NET_VENDOR_MEDIATEK
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
17endif #NET_VENDOR_MEDIATEK