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)
commitecac3b72af82e1ebdf24671e9fb75a09f47117ef
tree58b96e7faa000398517bd7127a489ead72302162
parent5683797eb99d5662ba7c67414ab63f1406fb452b
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 <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