Skip to content

Commit 25599ce

Browse files
tomi-fontrlubos
authored andcommitted
nrf_security: Kconfig.tls: add missing dependency enablements
Automatically enable some dependencies of X.509 Mbed TLS Kconfig options. Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent c9da301 commit 25599ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

subsys/nrf_security/Kconfig.tls

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ if MBEDTLS_X509_LIBRARY
1717
config MBEDTLS_X509_USE_C
1818
bool "X.509 core for using certificates."
1919
default y
20+
select MBEDTLS_PK_PARSE_C
2021
help
2122
Enable X.509 core for using certificates.
2223

2324
config MBEDTLS_X509_CREATE_C
2425
bool "X.509 - creating certificates core"
26+
select MBEDTLS_PK_PARSE_C
2527
help
2628
Enable X.509 core for creating certificates.
2729

@@ -57,6 +59,7 @@ config MBEDTLS_X509_CRT_PARSE_C
5759

5860
config MBEDTLS_X509_CSR_WRITE_C
5961
bool "X.509 - CSR writing"
62+
select MBEDTLS_PK_WRITE_C
6063
help
6164
Enable creating X.509 Certificate Signing Requests (CSR).
6265

0 commit comments

Comments
 (0)