Kconfig (b3e30c9884407599353e690a4eb36d0c4671bf62) Kconfig (b8fc9f30821ec0ca018b3716fbed55ab6910a8f1)
1# SPDX-License-Identifier: GPL-2.0-only
2config NET_VENDOR_MEDIATEK
3 bool "MediaTek ethernet driver"
1# SPDX-License-Identifier: GPL-2.0-only
2config NET_VENDOR_MEDIATEK
3 bool "MediaTek ethernet driver"
4 depends on ARCH_MEDIATEK || SOC_MT7621
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"
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 PHYLIB
12 select PHYLINK
13 ---help---
14 This driver supports the gigabit ethernet MACs in the
15 MediaTek SoC family.
16
17endif #NET_VENDOR_MEDIATEK
13 ---help---
14 This driver supports the gigabit ethernet MACs in the
15 MediaTek SoC family.
16
17endif #NET_VENDOR_MEDIATEK