From fa60d840900d7faf8d77e814fa23a4401b997fce Mon Sep 17 00:00:00 2001 From: Arkadiusz Balys Date: Thu, 31 Oct 2024 12:43:20 +0100 Subject: [PATCH] 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 --- samples/matter/template/boards/nrf54l15dk_nrf54l15_cpuapp.conf | 3 --- .../matter/template/boards/nrf54l15dk_nrf54l15_cpuapp_ns.conf | 3 --- west.yml | 2 +- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/samples/matter/template/boards/nrf54l15dk_nrf54l15_cpuapp.conf b/samples/matter/template/boards/nrf54l15dk_nrf54l15_cpuapp.conf index ded51c671d32..86a6b3286ef1 100644 --- a/samples/matter/template/boards/nrf54l15dk_nrf54l15_cpuapp.conf +++ b/samples/matter/template/boards/nrf54l15dk_nrf54l15_cpuapp.conf @@ -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 diff --git a/samples/matter/template/boards/nrf54l15dk_nrf54l15_cpuapp_ns.conf b/samples/matter/template/boards/nrf54l15dk_nrf54l15_cpuapp_ns.conf index 5b6b1e57fca0..b1026f1e5593 100644 --- a/samples/matter/template/boards/nrf54l15dk_nrf54l15_cpuapp_ns.conf +++ b/samples/matter/template/boards/nrf54l15dk_nrf54l15_cpuapp_ns.conf @@ -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 diff --git a/west.yml b/west.yml index e2cde3bd3a62..629a34c5a562 100644 --- a/west.yml +++ b/west.yml @@ -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