1
0
Fork 0

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>
steinar/wifi_calib_4_9_kernel
Dave Jones 2016-03-21 18:37:22 -04:00 committed by David S. Miller
parent 62d885fe73
commit 9b246841f4
1 changed files with 1 additions and 1 deletions

View File

@ -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