Skip to content

Commit 91bc56b

Browse files
tomi-fontArekBalysNordic
authored andcommitted
[nrf toup][nrfconnect] rename OPENTHREAD_SECURITY Kconfig choice
To OPENTHREAD_SECURITY_CONFIG just as was done in Zephyr. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
1 parent a2d0e7c commit 91bc56b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config/nrfconnect/chip-module/Kconfig.defaults

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,10 +363,10 @@ endif # CHIP_WIFI
363363
# Crypto configuration
364364
# ==============================================================================
365365

366-
choice OPENTHREAD_SECURITY
366+
choice OPENTHREAD_SECURITY_CONFIG
367367
default OPENTHREAD_NRF_SECURITY_PSA_CHOICE if CHIP_CRYPTO_PSA
368368
default OPENTHREAD_NRF_SECURITY_CHOICE
369-
369+
370370
endchoice
371371

372372
choice RNG_GENERATOR_CHOICE
@@ -557,7 +557,7 @@ if CHIP_LIB_SHELL
557557
choice POSIX_AEP_CHOICE
558558
default POSIX_AEP_CHOICE_NONE
559559

560-
endchoice
560+
endchoice
561561

562562
endif # CHIP_LIB_SHELL
563563

0 commit comments

Comments
 (0)