.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # SCTP configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
10 | 11 | select CRYPTO_HMAC |
---|
11 | 12 | select CRYPTO_SHA1 |
---|
12 | 13 | select LIBCRC32C |
---|
13 | | - ---help--- |
---|
| 14 | + help |
---|
14 | 15 | Stream Control Transmission Protocol |
---|
15 | 16 | |
---|
16 | 17 | From RFC 2960 <http://www.ietf.org/rfc/rfc2960.txt>. |
---|
.. | .. |
---|
30 | 31 | homing at either or both ends of an association." |
---|
31 | 32 | |
---|
32 | 33 | To compile this protocol support as a module, choose M here: the |
---|
33 | | - module will be called sctp. Debug messages are handeled by the |
---|
| 34 | + module will be called sctp. Debug messages are handled by the |
---|
34 | 35 | kernel's dynamic debugging framework. |
---|
35 | 36 | |
---|
36 | 37 | If in doubt, say N. |
---|