Skip to content

Commit 4eceb8f

Browse files
committed
[nrf noup] mbedtls: Add dependency logic for STREAM_CIPHER
fixup! [nrf noup] mbedtls: Add dependency logic for PSA crypto configurations -Selecting CHACHA20 key type if PSA_WANT_ALG_STREAM_CIPHER is enabled (fixup of commit 47a1e03) Signed-off-by: Frank Audun Kvamtrø <[email protected]>
1 parent b5736c3 commit 4eceb8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/mbedtls/Kconfig.psa

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ config PSA_WANT_ALG_SHA3_512
160160
config PSA_WANT_ALG_STREAM_CIPHER
161161
bool "PSA_WANT_ALG_STREAM_CIPHER" if !MBEDTLS_PROMPTLESS
162162
default y if PSA_CRYPTO_ENABLE_ALL
163+
select PSA_WANT_KEY_TYPE_CHACHA20
163164

164165
config PSA_WANT_ALG_TLS12_PRF
165166
bool "PSA_WANT_ALG_TLS12_PRF" if !MBEDTLS_PROMPTLESS

0 commit comments

Comments
 (0)