X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=net%2Fsctp%2FKconfig;h=58b3e882a187a1ff3205efa5de37fd9d15c758a8;hb=919aa96a9cfc5071f037bf58718e05335562a6ac;hp=5390bc792159c7a4fdc190308f74a0c2fe9add62;hpb=c5ef91eee5015cc968996fb0d2974cbc41e4eccd;p=linux-block.git diff --git a/net/sctp/Kconfig b/net/sctp/Kconfig index 5390bc792159..58b3e882a187 100644 --- a/net/sctp/Kconfig +++ b/net/sctp/Kconfig @@ -10,6 +10,7 @@ menuconfig IP_SCTP select CRYPTO_HMAC select CRYPTO_SHA1 select CRYPTO_MD5 if SCTP_HMAC_MD5 + select LIBCRC32C ---help--- Stream Control Transmission Protocol @@ -46,11 +47,11 @@ config SCTP_DBG_MSG config SCTP_DBG_OBJCNT bool "SCTP: Debug object counts" + depends on PROC_FS help If you say Y, this will enable debugging support for counting the type of objects that are currently allocated. This is useful for - identifying memory leaks. If the /proc filesystem is enabled this - debug information can be viewed by + identifying memory leaks. This debug information can be viewed by 'cat /proc/net/sctp/sctp_dbg_objcnt' If unsure, say N