diff --git a/scripts/quarantine.yaml b/scripts/quarantine.yaml index 032a24e3ca28..99518524d9df 100644 --- a/scripts/quarantine.yaml +++ b/scripts/quarantine.yaml @@ -81,14 +81,3 @@ platforms: - nrf54h20dk@0.9.0/nrf54h20/cpuapp comment: "https://nordicsemi.atlassian.net/browse/NCSDK-34187" - -- scenarios: - - nrf.extended.secure_storage.backward_compatibility.psa.its.secure_storage.custom.store - - nrf.extended.secure_storage.backward_compatibility.psa.its.secure_storage.custom.transform - - nrf.extended.secure_storage.backward_compatibility.psa.its.secure_storage.store.settings - platforms: - - native_sim/native - - nrf52840dk/nrf52840 - - nrf54l15dk/nrf54l15/cpuapp - - nrf9151dk/nrf9151 - comment: "https://nordicsemi.atlassian.net/browse/NCSDK-34909" diff --git a/subsys/secure_storage/compatibility/Kconfig b/subsys/secure_storage/compatibility/Kconfig index ab209d36357e..a78b35812eed 100644 --- a/subsys/secure_storage/compatibility/Kconfig +++ b/subsys/secure_storage/compatibility/Kconfig @@ -9,6 +9,7 @@ config SECURE_STORAGE_TRUSTED_STORAGE_COMPATIBILITY (SETTINGS_NVS && !SOC_SERIES_NRF54LX)) || \ SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_CUSTOM select EXPERIMENTAL + select SECURE_STORAGE_64_BIT_UID select SECURE_STORAGE_ITS_STORE_SETTINGS_NAME_CUSTOM \ if SECURE_STORAGE_ITS_STORE_IMPLEMENTATION_SETTINGS help