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:
Ioannis Glaropoulos 2021-05-07 17:05:38 +02:00 committed by Kumar Gala
commit 67aadc2ef4

View file

@ -13,7 +13,7 @@ menuconfig MBEDTLS
if MBEDTLS
choice
choice MBEDTLS_IMPLEMENTATION
prompt "Select implementation"
default MBEDTLS_BUILTIN