Skip to content

Commit

Permalink
Temporarily enable CHIP_CRYPTO_PSA for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArekBalysNordic committed Dec 12, 2023
1 parent 4c170ed commit e244f34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ endif # CHIP_WIFI
# Crypto configuration
# ==============================================================================

# TODO Remove after testing:
config CHIP_CRYPTO_PSA
default y

choice OPENTHREAD_SECURITY
default OPENTHREAD_NRF_SECURITY_PSA_CHOICE if CHIP_CRYPTO_PSA
default OPENTHREAD_NRF_SECURITY_CHOICE
Expand Down

0 comments on commit e244f34

Please sign in to comment.