netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Make DST_CACHE a silent config option
@ 2016-03-21 22:37 Dave Jones
  2016-03-22  2:58 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Jones @ 2016-03-21 22:37 UTC (permalink / raw)
  To: netdev

commit 911362c70d ("net: add dst_cache support") added a new
kconfig option that gets selected by other networking options.
It seems the intent wasn't to offer this as a user-selectable
option given the lack of help text, so this patch converts it
to a silent option.

Signed-off-by: Dave Jones <davej@codemonkey.org.uk>

diff --git a/net/Kconfig b/net/Kconfig
index e13449870d06..a8934d8c8fda 100644
--- a/net/Kconfig
+++ b/net/Kconfig
@@ -397,7 +397,7 @@ config LWTUNNEL
 	  with light weight tunnel state associated with fib routes.
 
 config DST_CACHE
-	bool "dst cache"
+	bool
 	default n
 
 config NET_DEVLINK

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

* Re: Make DST_CACHE a silent config option
  2016-03-21 22:37 Make DST_CACHE a silent config option Dave Jones
@ 2016-03-22  2:58 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-03-22  2:58 UTC (permalink / raw)
  To: davej; +Cc: netdev

From: Dave Jones <davej@codemonkey.org.uk>
Date: Mon, 21 Mar 2016 18:37:22 -0400

> commit 911362c70d ("net: add dst_cache support") added a new
> kconfig option that gets selected by other networking options.
> It seems the intent wasn't to offer this as a user-selectable
> option given the lack of help text, so this patch converts it
> to a silent option.
> 
> Signed-off-by: Dave Jones <davej@codemonkey.org.uk>

That indeed is the intention, applied, thanks Dave.

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

end of thread, other threads:[~2016-03-22  2:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-21 22:37 Make DST_CACHE a silent config option Dave Jones
2016-03-22  2:58 ` 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).