xref: /linux/drivers/net/ethernet/mediatek/Kconfig (revision ec8f24b7faaf3d4799a7c3f4c1b87f6b02778ad1)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2009fb097SJohn Crispinconfig NET_VENDOR_MEDIATEK
3009fb097SJohn Crispin	bool "MediaTek ethernet driver"
4889bcbdeSBjørn Mork	depends on ARCH_MEDIATEK || SOC_MT7621
5009fb097SJohn Crispin	---help---
6009fb097SJohn Crispin	  If you have a Mediatek SoC with ethernet, say Y.
7009fb097SJohn Crispin
8009fb097SJohn Crispinif NET_VENDOR_MEDIATEK
9009fb097SJohn Crispin
10009fb097SJohn Crispinconfig NET_MEDIATEK_SOC
112ec50f57SSean Wang	tristate "MediaTek SoC Gigabit Ethernet support"
122ec50f57SSean Wang	depends on NET_VENDOR_MEDIATEK
13009fb097SJohn Crispin	select PHYLIB
14009fb097SJohn Crispin	---help---
15009fb097SJohn Crispin	  This driver supports the gigabit ethernet MACs in the
162ec50f57SSean Wang	  MediaTek SoC family.
17009fb097SJohn Crispin
18009fb097SJohn Crispinendif #NET_VENDOR_MEDIATEK
19