python: make hashlib and readline modules really optional
[buildroot-gz.git] / package / lksctp-tools / Config.in
blob9c95ef5e1caade15cfcf1ec528e0bfa9790e6fc0
1 config 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.
13           http://lksctp.sourceforge.net/
15 comment "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