From: Dave Jones Date: Mon, 21 Mar 2016 22:37:22 +0000 (-0400) Subject: Make DST_CACHE a silent config option X-Git-Tag: v4.4.118~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecac3b72af82e1ebdf24671e9fb75a09f47117ef;p=thirdparty%2Fkernel%2Fstable.git Make DST_CACHE a silent config option 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 Signed-off-by: David S. Miller Cc: Paolo Abeni Cc: Signed-off-by: Greg Kroah-Hartman --- diff --git a/net/Kconfig b/net/Kconfig index ac7bec0c56aad..129b9fcbf1d08 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -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