Skip to content

Commit

Permalink
samples: matter: Enable storing DAC priv key in KMU by default.
Browse files Browse the repository at this point in the history
Enabled storing the DAC private key in KMU if it is available.

Signed-off-by: Arkadiusz Balys <[email protected]>
  • Loading branch information
ArekBalysNordic committed Oct 31, 2024
1 parent 5736ed3 commit fa60d84
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,3 @@ CONFIG_SETTINGS_ZMS_SECTOR_COUNT=10
# Workaround required as Zephyr L2 implies usage of NVS backend for settings.
# It should be removed once the proper fix will be applied in Zephyr.
CONFIG_NVS=n

# Enable DAC key migration to KMU
CONFIG_CHIP_CRYPTO_PSA_DAC_PRIV_KEY_KMU=y
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,3 @@ CONFIG_SETTINGS_ZMS_SECTOR_COUNT=10
# Workaround required as Zephyr L2 implies usage of NVS backend for settings.
# It should be removed once the proper fix will be applied in Zephyr.
CONFIG_NVS=n

# Enable DAC key migration to KMU
CONFIG_CHIP_CRYPTO_PSA_DAC_PRIV_KEY_KMU=y
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ manifest:
- name: matter
repo-path: sdk-connectedhomeip
path: modules/lib/matter
revision: 95a8c0fbcc94deb32c9365c5e88279d9292f8fdd
revision: pull/506/head
west-commands: scripts/west/west-commands.yml
submodules:
- name: nlio
Expand Down

0 comments on commit fa60d84

Please sign in to comment.