Skip to content

Commit 505b030

Browse files
ioannisggalak
authored andcommitted
Revert "mbedtls: kconfig: MBEDTLS_USER_CONFIG_FILE default without a prompt"
This reverts commit 47fb092. Signed-off-by: Ioannis Glaropoulos <[email protected]>
1 parent 61df25d commit 505b030

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

modules/Kconfig.tls-generic

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,8 @@ config MBEDTLS_USER_CONFIG_ENABLE
338338
the generic config file.
339339

340340
config MBEDTLS_USER_CONFIG_FILE
341-
string "User configuration file for mbed TLS" if MBEDTLS_USER_CONFIG_ENABLE
341+
string "User configuration file for mbedTLS"
342+
depends on MBEDTLS_USER_CONFIG_ENABLE
342343
help
343344
User config file that can contain mbedTLS configs that were not
344345
covered by the generic config file.

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ manifest:
8888
revision: 31acbaa36e9e74ab88ac81e3d21e7f1d00a71136
8989
path: modules/lib/gui/lvgl
9090
- name: mbedtls
91-
revision: pull/20/head
91+
revision: 53044168b43f06ec5654b906a2cdd260bf477edd
9292
path: modules/crypto/mbedtls
9393
- name: mcuboot
9494
revision: 3ad36f82d5884c9792d6470b1e7f55011a03c4f1

0 commit comments

Comments
 (0)