From 08e787dc4de32ef53e58560bf7bf5ca816e7f9f0 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Mon, 21 Aug 2017 15:52:00 +0800 Subject: [PATCH] mbedtls: remove duplicate Kconfig options --- components/mbedtls/Kconfig | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/components/mbedtls/Kconfig b/components/mbedtls/Kconfig index 2b24ecf1f1..8d9d708206 100644 --- a/components/mbedtls/Kconfig +++ b/components/mbedtls/Kconfig @@ -160,13 +160,6 @@ config MBEDTLS_KEY_EXCHANGE_DHE_PSK help Enable to support Diffie-Hellman PSK (pre-shared-key) TLS authentication modes. -config MBEDTLS_KEY_EXCHANGE_DHE_PSK - bool "Enable DHE-PSK based ciphersuite modes" - depends on MBEDTLS_PSK_MODES - default y - help - Enable to support Diffie-Hellman PSK (pre-shared-key) TLS authentication modes. - config MBEDTLS_KEY_EXCHANGE_ECDHE_PSK bool "Enable ECDHE-PSK based ciphersuite modes" depends on MBEDTLS_PSK_MODES @@ -218,13 +211,6 @@ config MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA help Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH- -config MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA - bool "Enable ECDHE-ECDSA based ciphersuite modes" - depends on MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_ECDSA_C - default y - help - Enable to support ciphersuites with prefix TLS-ECDHE-RSA-WITH- - config MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA bool "Enable ECDH-ECDSA based ciphersuite modes" depends on MBEDTLS_KEY_EXCHANGE_ELLIPTIC_CURVE && MBEDTLS_ECDH_C && MBEDTLS_ECDSA_C -- 2.40.0