]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/tinydtls/Config.in
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / tinydtls / Config.in
1 config BR2_PACKAGE_TINYDTLS
2         bool "tinydtls"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         help
5           tinydtls is a library for Datagram Transport Layer Security
6           (DTLS) covering both the client and the server state
7           machine.  It is implemented in C and provides support for
8           the mandatory cipher suites specified in CoAP.
9
10           https://sourceforge.net/projects/tinydtls
11
12 comment "tinydtls needs a toolchain w/ threads"
13         depends on !BR2_TOOLCHAIN_HAS_THREADS