Skip to content

Commit 54d388b

Browse files
ThePassionatepkarashchenko
authored andcommitted
mbedtls/Kconfig: MBEDTLS_DEBUG_C depends on DEBUG_CRYPTO_INFO
Signed-off-by: makejian <[email protected]>
1 parent 2ecaf0e commit 54d388b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/mbedtls/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ config MBEDTLS_VERSION
1717

1818
config MBEDTLS_DEBUG_C
1919
bool "This module provides debugging functions."
20-
default DEBUG_FEATURES
20+
default DEBUG_CRYPTO_INFO
2121
---help---
2222
This module provides debugging functions.
2323

0 commit comments

Comments
 (0)