Skip to content

Commit 632800f

Browse files
kkasperczyk-noDamian-Nordic
authored andcommitted
[nrf noup] Set NVS_LOOKUP_CACHE_SIZE in the Matter Kconfig.defaults
The nrf noup commit from sdk-zephyr will be removed, so it was decided to set this value in the Matter samples configuration.
1 parent f2334b3 commit 632800f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

config/nrfconnect/chip-module/Kconfig.defaults

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ config CHIP_DEVICE_PRODUCT_ID
8787
int
8888
default 32768
8989

90+
config NVS_LOOKUP_CACHE_SIZE
91+
int
92+
default 512
93+
9094
# Disable certain parts of Zephyr IPv6 stack
9195
config NET_IPV6_NBR_CACHE
9296
bool

0 commit comments

Comments
 (0)