OSDN Git Service

Make DST_CACHE a silent config option
authorDave Jones <davej@codemonkey.org.uk>
Mon, 21 Mar 2016 22:37:22 +0000 (18:37 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Feb 2018 10:03:37 +0000 (11:03 +0100)
commit 9b246841f4041f85265dec5f769c017fc36a0d33 upstream.

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>
Signed-off-by: David S. Miller <davem@davemloft.net>
Cc: Paolo Abeni <pabeni@redhat.com>
Cc: <manojboopathi@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/Kconfig

index ac7bec0..129b9fc 100644 (file)
@@ -384,7 +384,7 @@ config LWTUNNEL
          with light weight tunnel state associated with fib routes.
 
 config DST_CACHE
-       bool "dst cache"
+       bool
        default n
 
 endif   # if NET