net: openthread: Allow a platform to select a Settings backend.
Removed implying of NVS by the NET_L2_OPENTHREAD, and from now a platform can choose between ZMS and NVS as a settings backend. NET_L2_OPENTHREAD still requires NVS or ZMS backend so the config depends on one of those. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
This commit is contained in:
parent
9518dbf3e0
commit
6464ea88fe
10 changed files with 25 additions and 1 deletions
|
@ -15,6 +15,9 @@ CONFIG_NET_CONFIG_PEER_IPV4_ADDR=""
|
|||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
|
||||
CONFIG_MAIN_STACK_SIZE=2560
|
||||
|
||||
# Use NVS as settings backend
|
||||
CONFIG_NVS=y
|
||||
|
||||
# Enable OpenThread shell
|
||||
CONFIG_SHELL=y
|
||||
CONFIG_OPENTHREAD_SHELL=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue