Skip to content

Commit da9d5ac

Browse files
ArekBalysNordicrlubos
authored andcommitted
samples: matter: Enable storing DAC priv key in KMU by default.
Enabled storing the DAC private key in KMU if it is available. Signed-off-by: Arkadiusz Balys <[email protected]> Signed-off-by: Adrian Gielniewski <[email protected]>
1 parent 44f3e79 commit da9d5ac

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

samples/matter/template/boards/nrf54l15dk_nrf54l15_cpuapp.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,3 @@ CONFIG_SETTINGS_ZMS_SECTOR_COUNT=10
1717
# Workaround required as Zephyr L2 implies usage of NVS backend for settings.
1818
# It should be removed once the proper fix will be applied in Zephyr.
1919
CONFIG_NVS=n
20-
21-
# Enable DAC key migration to KMU
22-
CONFIG_CHIP_CRYPTO_PSA_DAC_PRIV_KEY_KMU=y

samples/matter/template/boards/nrf54l15dk_nrf54l15_cpuapp_ns.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,3 @@ CONFIG_SETTINGS_ZMS_SECTOR_COUNT=10
1919
# Workaround required as Zephyr L2 implies usage of NVS backend for settings.
2020
# It should be removed once the proper fix will be applied in Zephyr.
2121
CONFIG_NVS=n
22-
23-
# Enable DAC key migration to KMU
24-
CONFIG_CHIP_CRYPTO_PSA_DAC_PRIV_KEY_KMU=y

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ manifest:
161161
- name: matter
162162
repo-path: sdk-connectedhomeip
163163
path: modules/lib/matter
164-
revision: 95a8c0fbcc94deb32c9365c5e88279d9292f8fdd
164+
revision: aa968a63f9ed2385dec7b7d2fbfe7dfddc873f4c
165165
west-commands: scripts/west/west-commands.yml
166166
submodules:
167167
- name: nlio

0 commit comments

Comments
 (0)