diff options
author | Georg Hofmann <georg@hofmannsweb.com> | 2018-05-07 14:03:18 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-05-08 06:05:11 +0200 |
commit | a9f71d0de68db84de610b09cb72e8eb0f621d0e1 (patch) | |
tree | 9f917058dcab367c1f2d85cdd73b8444ac451404 /net/ipv6/Kconfig | |
parent | MAINTAINERS: Update the 3c59x network driver entry (diff) | |
download | linux-a9f71d0de68db84de610b09cb72e8eb0f621d0e1.tar.xz linux-a9f71d0de68db84de610b09cb72e8eb0f621d0e1.zip |
trivial: fix inconsistent help texts
This patch removes "experimental" from the help text where depends on
CONFIG_EXPERIMENTAL was already removed.
Signed-off-by: Georg Hofmann <georg@hofmannsweb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r-- | net/ipv6/Kconfig | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/ipv6/Kconfig b/net/ipv6/Kconfig index 6794ddf0547c..11e4e80cf7e9 100644 --- a/net/ipv6/Kconfig +++ b/net/ipv6/Kconfig @@ -34,16 +34,15 @@ config IPV6_ROUTE_INFO bool "IPv6: Route Information (RFC 4191) support" depends on IPV6_ROUTER_PREF ---help--- - This is experimental support of Route Information. + Support of Route Information. If unsure, say N. config IPV6_OPTIMISTIC_DAD bool "IPv6: Enable RFC 4429 Optimistic DAD" ---help--- - This is experimental support for optimistic Duplicate - Address Detection. It allows for autoconfigured addresses - to be used more quickly. + Support for optimistic Duplicate Address Detection. It allows for + autoconfigured addresses to be used more quickly. If unsure, say N. @@ -280,7 +279,7 @@ config IPV6_MROUTE depends on IPV6 select IP_MROUTE_COMMON ---help--- - Experimental support for IPv6 multicast forwarding. + Support for IPv6 multicast forwarding. If unsure, say N. config IPV6_MROUTE_MULTIPLE_TABLES |