Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56974
b: refs/heads/master
c: 29e32cc
h: refs/heads/master
v: v3
  • Loading branch information
Jan Engelhardt authored and David S. Miller committed May 24, 2007
1 parent e7fad11 commit 53cdce8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a6938a1e0e0ebdf42f34b37116576d9eaaa9bba4
refs/heads/master: 29e32ccdec8574aa5b6e0b6b555815dbb62591e1
14 changes: 6 additions & 8 deletions trunk/net/sctp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
# SCTP configuration
#

menu "SCTP Configuration (EXPERIMENTAL)"
depends on INET && EXPERIMENTAL

config IP_SCTP
menuconfig IP_SCTP
tristate "The SCTP Protocol (EXPERIMENTAL)"
depends on INET && EXPERIMENTAL
depends on IPV6 || IPV6=n
select CRYPTO if SCTP_HMAC_SHA1 || SCTP_HMAC_MD5
select CRYPTO_HMAC if SCTP_HMAC_SHA1 || SCTP_HMAC_MD5
Expand Down Expand Up @@ -36,9 +34,10 @@ config IP_SCTP

If in doubt, say N.

if IP_SCTP

config SCTP_DBG_MSG
bool "SCTP: Debug messages"
depends on IP_SCTP
help
If you say Y, this will enable verbose debugging messages.

Expand All @@ -47,7 +46,6 @@ config SCTP_DBG_MSG

config SCTP_DBG_OBJCNT
bool "SCTP: Debug object counts"
depends on IP_SCTP
help
If you say Y, this will enable debugging support for counting the
type of objects that are currently allocated. This is useful for
Expand All @@ -59,7 +57,6 @@ config SCTP_DBG_OBJCNT

choice
prompt "SCTP: Cookie HMAC Algorithm"
depends on IP_SCTP
default SCTP_HMAC_MD5
help
HMAC algorithm to be used during association initialization. It
Expand All @@ -86,4 +83,5 @@ config SCTP_HMAC_MD5
advised to use either HMAC-MD5 or HMAC-SHA1.

endchoice
endmenu

endif # IP_SCTP

0 comments on commit 53cdce8

Please sign in to comment.