From: Jose Abreu Date: Tue, 2 Jul 2019 09:12:10 +0000 (+0200) Subject: net: stmmac: Re-word Kconfig entry X-Git-Tag: v5.4-rc1~616^2~88 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b432bdb6c6304d4c14ba9eff55c99884ccfc1aae;p=platform%2Fkernel%2Flinux-rpi.git net: stmmac: Re-word Kconfig entry We support many speeds and it doesn't make much sense to list them all in the Kconfig. Let's just call it Multi-Gigabit. Suggested-by: David S. Miller Signed-off-by: Jose Abreu Cc: Joao Pinto Cc: David S. Miller Cc: Giuseppe Cavallaro Cc: Alexandre Torgue Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/stmicro/stmmac/Kconfig b/drivers/net/ethernet/stmicro/stmmac/Kconfig index 2acb999..943189dc 100644 --- a/drivers/net/ethernet/stmicro/stmmac/Kconfig +++ b/drivers/net/ethernet/stmicro/stmmac/Kconfig @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only config STMMAC_ETH - tristate "STMicroelectronics 10/100/1000/EQOS/2500/5000/10000 Ethernet driver" + tristate "STMicroelectronics Multi-Gigabit Ethernet driver" depends on HAS_IOMEM && HAS_DMA select MII select PHYLINK