zephyr/modules/mbedtls
Torsten Rasmussen c5097101f3 mbedtls: kconfig: MBEDTLS_USER_CONFIG_FILE default without a prompt
This commit removes the prompt from MBEDTLS_USER_CONFIG_FILE unless
MBEDTLS_USER_CONFIG_ENABLE is true.

This fixes issues where other parts would specify a default value for
MBEDTLS_USER_CONFIG_FILE that would become stuck and not updated if
user re-configured the system using menuconfig.

Disabling the prompt ensures that only when a user specifically enables
MBEDTLS_USER_CONFIG_ENABLE and specify a custom user value in
MBEDTLS_USER_CONFIG_FILE the setting will be fixed.

Also updates the manifest with related change in the mbedtls project.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2021-05-09 15:24:23 -05:00
..
configs modules: mbedtls: Enable PKCS1 v2.1 2021-05-09 09:59:22 -05:00
CMakeLists.txt modules: mbedtls: updates to reflect module directory restructuring 2021-05-09 09:59:22 -05:00
Kconfig
Kconfig.tls-generic mbedtls: kconfig: MBEDTLS_USER_CONFIG_FILE default without a prompt 2021-05-09 15:24:23 -05:00
zephyr_init.c