From 565f629b7282e8e0b3e84dda37b55675641efbf8 Mon Sep 17 00:00:00 2001 From: Alex Tsitsiura Date: Wed, 23 Nov 2022 17:08:49 +0200 Subject: [PATCH] [Telink] Allow to erase entire NVS on factory reset by default; Fix IDM-7.1 test. (#23676) --- config/telink/chip-module/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/telink/chip-module/Kconfig b/config/telink/chip-module/Kconfig index 366c43d8eac6db..f216280df7e583 100644 --- a/config/telink/chip-module/Kconfig +++ b/config/telink/chip-module/Kconfig @@ -266,3 +266,8 @@ config CHIP_CERTIFiCATION_DECLARATION_OTA_IMAGE_ID for sending it via OTA Software Update purposes. endif + +# See config/zephyr/Kconfig for full definition +config CHIP_FACTORY_RESET_ERASE_NVS + bool + default y