diff options
author | Dave Jones <davej@codemonkey.org.uk> | 2016-03-21 18:37:22 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-03-21 22:56:38 -0400 |
commit | 9b246841f4041f85265dec5f769c017fc36a0d33 (patch) | |
tree | 2b10c596b136b6269fb79eb629e5fa8dd0095b7e /net/Kconfig | |
parent | 62d885fe73e0032004e756b25101ac6c9ebf85dd (diff) | |
download | linux-9b246841f4041f85265dec5f769c017fc36a0d33.tar.gz linux-9b246841f4041f85265dec5f769c017fc36a0d33.tar.bz2 linux-9b246841f4041f85265dec5f769c017fc36a0d33.zip |
Make DST_CACHE a silent config option
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>
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |