xref: /OK3568_Linux_fs/buildroot/package/lksctp-tools/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LKSCTP_TOOLS
2	bool "lksctp-tools"
3	depends on BR2_USE_MMU # fork()
4	depends on BR2_TOOLCHAIN_HAS_THREADS
5	depends on !BR2_STATIC_LIBS # dlopen()
6	help
7	  The lksctp-tools project provides a Linux user space library
8	  for SCTP (libsctp) including C language header files
9	  (netinet/sctp.h) for accessing SCTP specific application
10	  programming interfaces not provided by the standard sockets,
11	  and also some helper utilities around SCTP.
12
13	  http://lksctp.sourceforge.net/
14
15comment "lksctp-tools needs a toolchain w/ threads, dynamic library"
16	depends on BR2_USE_MMU
17	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
18