1config 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://projects.eclipse.org/projects/iot.tinydtls 11 12comment "tinydtls needs a toolchain w/ threads" 13 depends on !BR2_TOOLCHAIN_HAS_THREADS 14