modules: mbedtls: add name for implementation choice symbol
Add a name for the Kconfig choice symbol indicating the mbedtls implementation. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
parent
c48c50db42
commit
67aadc2ef4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ menuconfig MBEDTLS
|
|||
|
||||
if MBEDTLS
|
||||
|
||||
choice
|
||||
choice MBEDTLS_IMPLEMENTATION
|
||||
prompt "Select implementation"
|
||||
default MBEDTLS_BUILTIN
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue