samples: echo_client: OpenThread RCP set CONFIG_SETTINGS_NVS=y

By default OpenThread uses storage API to store configuration options.

On for example mimxrt1020_evk the enabled by default is
CONFIG_SETTINGS_NONE when CONFIG_SETTINGS is enabled. Fix this problem by
using the CONFIG_SETTINGS_NVS=y.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
Lukasz Majewski 2024-12-30 17:06:18 +01:00 committed by Benjamin Cabé
parent 7f302b55d2
commit ae20a6aa91

View file

@ -26,6 +26,7 @@ CONFIG_NET_L2_OPENTHREAD=y
# Use NVS as settings backend
CONFIG_NVS=y
CONFIG_SETTINGS_NVS=y
# Enable Openthread rcp host
CONFIG_HDLC_RCP_IF=y