From 95da8ad4620bfc087108d8f743c14b47d52989f1 Mon Sep 17 00:00:00 2001 From: Arkadiusz Balys Date: Thu, 7 Mar 2024 14:06:49 +0100 Subject: [PATCH] [nrf noup] Select Experimental for persistent subscriptions Currently, there is an issue with persistent subscriptions when multiple controllers create subscriptions. --- config/nrfconnect/chip-module/Kconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/nrfconnect/chip-module/Kconfig b/config/nrfconnect/chip-module/Kconfig index ba726adab2..7a9021e925 100644 --- a/config/nrfconnect/chip-module/Kconfig +++ b/config/nrfconnect/chip-module/Kconfig @@ -297,6 +297,10 @@ config CHIP_CRYPTO_PSA_MIGRATE_DAC_PRIV_KEY and remove it. After the first boot of the device the DAC private key will be moved to the PSA ITS secure storage and will not be available in the factory data anymore. It will be overwritten in the factory data set by zeros. - + +config CHIP_PERSISTENT_SUBSCRIPTIONS + default n + # selecting experimental for this feature since there is an issue with multiple controllers. + select EXPERIMENTAL endif # CHIP