Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77bf7b0

Browse files
committed
[mbedtls] add debug log switch
Signed-off-by: MurphyZhao <[email protected]>
1 parent e641059 commit 77bf7b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

security/mbedtls/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ if PKG_USING_MBEDTLS
2525
config PKG_USING_MBEDTLS_EXAMPLE
2626
bool "Enable a mbedtls client example"
2727
default n
28+
29+
config PKG_USING_MBEDTLS_DEBUG
30+
bool "Enable Debug log output"
31+
default n
2832

2933
config PKG_MBEDTLS_PATH
3034
string

0 commit comments

Comments
 (0)