linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: hisilicon: Make CONFIG_HNS invisible
@ 2020-05-07 11:45 Geert Uytterhoeven
  2020-05-07 20:18 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2020-05-07 11:45 UTC (permalink / raw)
  To: David S . Miller, Yisen Zhuang, Salil Mehta, huangdaode, Kenneth Lee
  Cc: Arnd Bergmann, netdev, linux-kernel, Geert Uytterhoeven

The HNS config symbol enables the framework support for the Hisilicon
Network Subsystem.  It is already selected by all of its users, so there
is no reason to make it visible.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/net/ethernet/hisilicon/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/hisilicon/Kconfig b/drivers/net/ethernet/hisilicon/Kconfig
index 3892a2062404eee6..2fff435090983395 100644
--- a/drivers/net/ethernet/hisilicon/Kconfig
+++ b/drivers/net/ethernet/hisilicon/Kconfig
@@ -64,7 +64,7 @@ config HNS_MDIO
 	  the PHY
 
 config HNS
-	tristate "Hisilicon Network Subsystem Support (Framework)"
+	tristate
 	---help---
 	  This selects the framework support for Hisilicon Network Subsystem. It
 	  is needed by any driver which provides HNS acceleration engine or make
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] net: hisilicon: Make CONFIG_HNS invisible
  2020-05-07 11:45 [PATCH] net: hisilicon: Make CONFIG_HNS invisible Geert Uytterhoeven
@ 2020-05-07 20:18 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2020-05-07 20:18 UTC (permalink / raw)
  To: geert+renesas
  Cc: yisen.zhuang, salil.mehta, huangdaode, liguozhu, arnd, netdev,
	linux-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>
Date: Thu,  7 May 2020 13:45:11 +0200

> The HNS config symbol enables the framework support for the Hisilicon
> Network Subsystem.  It is already selected by all of its users, so there
> is no reason to make it visible.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-07 20:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-07 11:45 [PATCH] net: hisilicon: Make CONFIG_HNS invisible Geert Uytterhoeven
2020-05-07 20:18 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).