treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / net / ethernet / mediatek / Kconfig
blob4968352ba188feb68cc9ac734dc280fdad1c1745
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 || SOC_MT7620
5         ---help---
6           If you have a Mediatek SoC with ethernet, say Y.
8 if NET_VENDOR_MEDIATEK
10 config 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.
17 endif #NET_VENDOR_MEDIATEK