diff options
author | Georg Hofmann <georg@hofmannsweb.com> | 2018-05-07 08:03:18 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-05-08 00:05:11 -0400 |
commit | a9f71d0de68db84de610b09cb72e8eb0f621d0e1 (patch) | |
tree | 9f917058dcab367c1f2d85cdd73b8444ac451404 | |
parent | 5ed3fde21331407a319e966a0582195988b4f4f0 (diff) |
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>
-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 | |||
34 | bool "IPv6: Route Information (RFC 4191) support" | 34 | bool "IPv6: Route Information (RFC 4191) support" |
35 | depends on IPV6_ROUTER_PREF | 35 | depends on IPV6_ROUTER_PREF |
36 | ---help--- | 36 | ---help--- |
37 | This is experimental support of Route Information. | 37 | Support of Route Information. |
38 | 38 | ||
39 | If unsure, say N. | 39 | If unsure, say N. |
40 | 40 | ||
41 | config IPV6_OPTIMISTIC_DAD | 41 | config IPV6_OPTIMISTIC_DAD |
42 | bool "IPv6: Enable RFC 4429 Optimistic DAD" | 42 | bool "IPv6: Enable RFC 4429 Optimistic DAD" |
43 | ---help--- | 43 | ---help--- |
44 | This is experimental support for optimistic Duplicate | 44 | Support for optimistic Duplicate Address Detection. It allows for |
45 | Address Detection. It allows for autoconfigured addresses | 45 | autoconfigured addresses to be used more quickly. |
46 | to be used more quickly. | ||
47 | 46 | ||
48 | If unsure, say N. | 47 | If unsure, say N. |
49 | 48 | ||
@@ -280,7 +279,7 @@ config IPV6_MROUTE | |||
280 | depends on IPV6 | 279 | depends on IPV6 |
281 | select IP_MROUTE_COMMON | 280 | select IP_MROUTE_COMMON |
282 | ---help--- | 281 | ---help--- |
283 | Experimental support for IPv6 multicast forwarding. | 282 | Support for IPv6 multicast forwarding. |
284 | If unsure, say N. | 283 | If unsure, say N. |
285 | 284 | ||
286 | config IPV6_MROUTE_MULTIPLE_TABLES | 285 | config IPV6_MROUTE_MULTIPLE_TABLES |