[BACK]Return to Config.in CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / net / sctp

File: [Development] / linux-2.4-xfs / net / sctp / Config.in (download)

Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 10 months ago) by cattelan
Branch: MAIN

Initial Import 2.4.24pre2

#
# SCTP configuration
#
mainmenu_option next_comment
comment '   SCTP Configuration (EXPERIMENTAL)'

if [ "$CONFIG_IPV6" != "n" ]; then
   define_bool CONFIG_IPV6_SCTP__ $CONFIG_IPV6
else
   define_bool CONFIG_IPV6_SCTP__ y
fi

dep_tristate '  The SCTP Protocol (EXPERIMENTAL)' CONFIG_IP_SCTP $CONFIG_IPV6_SCTP__
if [ "$CONFIG_IP_SCTP" != "n" ]; then
   bool '    SCTP: Use old checksum (Adler-32)' CONFIG_SCTP_ADLER32
   bool '    SCTP: Debug messages' CONFIG_SCTP_DBG_MSG
   bool '    SCTP: Debug object counts' CONFIG_SCTP_DBG_OBJCNT
fi

endmenu