Skip to content

Commit 67aadc2

Browse files
ioannisggalak
authored andcommitted
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 <[email protected]>
1 parent c48c50d commit 67aadc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mbedtls/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ menuconfig MBEDTLS
1313

1414
if MBEDTLS
1515

16-
choice
16+
choice MBEDTLS_IMPLEMENTATION
1717
prompt "Select implementation"
1818
default MBEDTLS_BUILTIN
1919

0 commit comments

Comments
 (0)