mbedtls: Remove dependency on MBEDTLS_BUILTIN for MBEDTLS_DEBUG
Allows using MBEDTLS_DEBUG functionality when not using MBEDTLS_BUILTIN. Signed-off-by: Vidar Lillebø <vidar.lillebo@nordicsemi.no>
This commit is contained in:
parent
1028cab11e
commit
ca3d0c8ee9
2 changed files with 1 additions and 2 deletions
|
@ -82,7 +82,6 @@ source "subsys/logging/Kconfig.template.log_config"
|
|||
|
||||
config MBEDTLS_DEBUG
|
||||
bool "mbed TLS debug activation"
|
||||
depends on MBEDTLS_BUILTIN
|
||||
help
|
||||
Enable debugging activation for mbed TLS configuration. If you use
|
||||
mbedTLS/Zephyr integration (e.g. native TLS sockets), this will
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue