treewide: Add SPDX license identifier - Makefile/Kconfig
[linux-2.6-block.git] / drivers / net / ethernet / mediatek / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
009fb097
JC
2config NET_VENDOR_MEDIATEK
3 bool "MediaTek ethernet driver"
889bcbde 4 depends on ARCH_MEDIATEK || SOC_MT7621
009fb097
JC
5 ---help---
6 If you have a Mediatek SoC with ethernet, say Y.
7
8if NET_VENDOR_MEDIATEK
9
10config NET_MEDIATEK_SOC
2ec50f57
SW
11 tristate "MediaTek SoC Gigabit Ethernet support"
12 depends on NET_VENDOR_MEDIATEK
009fb097
JC
13 select PHYLIB
14 ---help---
15 This driver supports the gigabit ethernet MACs in the
2ec50f57 16 MediaTek SoC family.
009fb097
JC
17
18endif #NET_VENDOR_MEDIATEK