Skip to content

Commit 2764795

Browse files
committed
zephyr: default to NRF_SECURITY when used with NCS
NRF_SECURITY is only available for Nordic targets (there is a 'depends on' guarding that). This makes it easy to enable NRF_SECURITY whenever it is available (NCS in use, with Nordic SoC). NRF_SECURITY pulls MBEDTLS_TLS_LIBRARY as dependency. Then all the required configuration already is in place, as it was implemented for nrf9160dk before. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
1 parent d2671d0 commit 2764795

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

port/zephyr/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ menuconfig GOLIOTH_FIRMWARE_SDK
2020
imply DNS_RESOLVER if NET_NATIVE
2121
imply NET_SOCKETS_SOCKOPT_TLS
2222
imply NET_SOCKETS_ENABLE_DTLS
23+
imply NRF_SECURITY if ZEPHYR_NRF_MODULE
2324
help
2425
Enable library for communication with Golioth cloud.
2526

0 commit comments

Comments
 (0)