Merge tag 'pci-v5.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
[sfrench/cifs-2.6.git] / drivers / net / ethernet / mediatek / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config NET_VENDOR_MEDIATEK
3         bool "MediaTek ethernet driver"
4         depends on ARCH_MEDIATEK || SOC_MT7621
5         ---help---
6           If you have a Mediatek SoC with ethernet, say Y.
7
8 if NET_VENDOR_MEDIATEK
9
10 config NET_MEDIATEK_SOC
11         tristate "MediaTek SoC Gigabit Ethernet support"
12         select PHYLIB
13         ---help---
14           This driver supports the gigabit ethernet MACs in the
15           MediaTek SoC family.
16
17 endif #NET_VENDOR_MEDIATEK