Zephyr Version 3.7.99, Zeyphr SDK v0.17.0
Thread Version v1.4
Matter SDK Version 1.4
After the switch from Matter SDK version 1.3 to 1.4, the NVS module under Zephyr is not included in the build process anymore.
Matter SDK: nrfconnect/zephyr/subsys/fs/nvs/nvs.c
I get the error "undefined reference to `nvs_mount'" with varying function names throughout my code.
Adding CONFIG_NVS=y to the project.conf file did not help.
Any ideas which configuration or Makefile I have to modify to get the NVS module to build again?