mbedtls: rename CONFIG_MBEDTLS_ZEPHYR_ENTROPY and move it
- Slightly improve the name of this kconfig adding the suffix _POLL in order to highlight that this adds a callback function used to poll data. - Description was also updated to point out that this symbols might not only use the (secure) entropy driver, but also generic number generators, some of which are not really secure. - The symbol was move from Kconfig to Kconfig.tls-generic because this is where MBEDTLS_ENTROPY_C is located and since MBEDTLS_ENTROPY_HARDWARE_ALT depends on the former (it only makes sense if the entropy module is also enabled), we add also the "depends on". Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
parent
e3e13fb40b
commit
98ddf107fa
9 changed files with 22 additions and 17 deletions
|
@ -1362,7 +1362,8 @@ config BT_MESH_USES_MBEDTLS_PSA
|
|||
bool "mbed TLS PSA [EXPERIMENTAL]"
|
||||
select EXPERIMENTAL
|
||||
select MBEDTLS
|
||||
select MBEDTLS_ZEPHYR_ENTROPY
|
||||
select MBEDTLS_ENTROPY_C
|
||||
select MBEDTLS_ENTROPY_POLL_ZEPHYR
|
||||
select MBEDTLS_PSA_CRYPTO_C
|
||||
select MBEDTLS_USE_PSA_CRYPTO
|
||||
select PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_BASIC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue