2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-03-08 11:29:56 +01:00
|
|
|
config NET_VENDOR_MEDIATEK
|
2020-05-22 14:06:53 +02:00
|
|
|
bool "MediaTek devices"
|
2019-08-16 15:23:25 +02:00
|
|
|
depends on ARCH_MEDIATEK || SOC_MT7621 || SOC_MT7620
|
2016-03-08 11:29:56 +01:00
|
|
|
---help---
|
|
|
|
If you have a Mediatek SoC with ethernet, say Y.
|
|
|
|
|
|
|
|
if NET_VENDOR_MEDIATEK
|
|
|
|
|
|
|
|
config NET_MEDIATEK_SOC
|
2017-07-31 18:05:09 +08:00
|
|
|
tristate "MediaTek SoC Gigabit Ethernet support"
|
2019-08-25 19:43:39 +02:00
|
|
|
select PHYLINK
|
2016-03-08 11:29:56 +01:00
|
|
|
---help---
|
|
|
|
This driver supports the gigabit ethernet MACs in the
|
2017-07-31 18:05:09 +08:00
|
|
|
MediaTek SoC family.
|
2016-03-08 11:29:56 +01:00
|
|
|
|
|
|
|
endif #NET_VENDOR_MEDIATEK
|