mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
c6349f8807
The whole block is protected by "if NET_VENDOR_MEDIATEK", so there is no need for individual driver config symbols to duplicate this dependency. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: David S. Miller <davem@davemloft.net>
18 lines
439 B
Plaintext
18 lines
439 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config NET_VENDOR_MEDIATEK
|
|
bool "MediaTek ethernet driver"
|
|
depends on ARCH_MEDIATEK || SOC_MT7621
|
|
---help---
|
|
If you have a Mediatek SoC with ethernet, say Y.
|
|
|
|
if NET_VENDOR_MEDIATEK
|
|
|
|
config NET_MEDIATEK_SOC
|
|
tristate "MediaTek SoC Gigabit Ethernet support"
|
|
select PHYLIB
|
|
---help---
|
|
This driver supports the gigabit ethernet MACs in the
|
|
MediaTek SoC family.
|
|
|
|
endif #NET_VENDOR_MEDIATEK
|