Skip to content

Commit 86a6f86

Browse files
committed
[nrf noup] modules: mbedtls: remove Y defaults
Those Kconfig options have been removed upstream, but we are temporarily keeping them (reverted the change) as we have not yet updated to Mbed TLS 4. We now include this file even when NRF_SECURITY is in use and MBEDTLS_BUILTIN is disabled, so make sure that we don't inflate build sizes for nothing. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
1 parent e382a34 commit 86a6f86

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

modules/mbedtls/Kconfig.tf-psa-crypto

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ if MBEDTLS_SOME_CIPHER_ENABLED
216216

217217
config MBEDTLS_CIPHER_MODE_CBC_ENABLED
218218
bool "Cipher Block Chaining mode (CBC) for symmetric ciphers"
219-
default y if !NET_L2_OPENTHREAD
220219

221220
config MBEDTLS_CIPHER_MODE_CTR_ENABLED
222221
bool "Counter Block Cipher mode (CTR) for symmetric ciphers"
@@ -254,7 +253,6 @@ config MBEDTLS_SHA224
254253

255254
config MBEDTLS_SHA256
256255
bool "SHA-256 hash algorithm"
257-
default y
258256

259257
config MBEDTLS_SHA256_SMALLER
260258
bool "Smaller SHA-256 implementation"

0 commit comments

Comments
 (0)