diff --git a/pkg/tinydtls/Kconfig b/pkg/tinydtls/Kconfig index 70a506d0bde97..29480ad7d7820 100644 --- a/pkg/tinydtls/Kconfig +++ b/pkg/tinydtls/Kconfig @@ -7,19 +7,12 @@ menu "tinydtls" depends on USEPKG_TINYDTLS -# TODO change to multiple choice after DTLS application support enabling more than one types of cypher suites -choice - bool "Cipher suite to enable" - default DTLS_PSK - config DTLS_PSK bool "TLS_PSK_WITH_AES_128_CCM_8" config DTLS_ECC bool "TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8" -endchoice - config DTLS_DEBUG bool "Enable debug log" help