mirror of https://gitee.com/openkylin/linux.git
net: mediatek: Drop unneeded dependency on NET_VENDOR_MEDIATEK
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>
This commit is contained in:
parent
f86a677e57
commit
c6349f8807
|
@ -9,7 +9,6 @@ if NET_VENDOR_MEDIATEK
|
||||||
|
|
||||||
config NET_MEDIATEK_SOC
|
config NET_MEDIATEK_SOC
|
||||||
tristate "MediaTek SoC Gigabit Ethernet support"
|
tristate "MediaTek SoC Gigabit Ethernet support"
|
||||||
depends on NET_VENDOR_MEDIATEK
|
|
||||||
select PHYLIB
|
select PHYLIB
|
||||||
---help---
|
---help---
|
||||||
This driver supports the gigabit ethernet MACs in the
|
This driver supports the gigabit ethernet MACs in the
|
||||||
|
|
Loading…
Reference in New Issue