Hello,
I would like to know how to disable the NFC function with nRF SDK 3.1.0
I would build the Matter thermostat sample. I tried this: `CONFIG_CHIP_NFC_COMMISSIONING=n` but I am getting an error:
C:/GitHub/nRF_matter_thermostat/prj_release.conf:50: warning: attempt to assign the value 'n' to the undefined symbol CHIP_NFC_COMMISSIONING Parsing C:/GitHub/nRF_matter_thermostat/Kconfig Loaded configuration 'C:/GitHub/Seeed-platform-seeedboards/zephyr/boards/arm/xiao_nrf54l15/xiao_nrf54l15_nrf54l15_cpuapp_defconfig' Merged configuration 'C:/GitHub/nRF_matter_thermostat/prj_release.conf' error: Aborting due to Kconfig warnings Merged configuration 'C:/GitHub/nRF_matter_thermostat/xiao_nRF54/nRF_matter_thermostat/zephyr/.config.sysbuild' CMake Error at C:/ncs/v3.1.0/zephyr/cmake/modules/kconfig.cmake:377 (message): command failed with return code: 1 Call Stack (most recent call first): C:/ncs/v3.1.0/nrf/cmake/modules/kconfig.cmake:83 (include) C:/ncs/v3.1.0/zephyr/cmake/modules/zephyr_default.cmake:131 (include) C:/ncs/v3.1.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include) C:/ncs/v3.1.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate) CMakeLists.txt:9 (find_package) -- Configuring incomplete, errors occurred! CMake Error at cmake/modules/sysbuild_extensions.cmake:530 (message): CMake configure failed for Zephyr project: nRF_matter_thermostat Location: C:/GitHub/nRF_matter_thermostat Call Stack (most recent call first): cmake/modules/sysbuild_images.cmake:43 (ExternalZephyrProject_Cmake) cmake/modules/sysbuild_default.cmake:21 (include) C:/ncs/v3.1.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:75 (include) C:/ncs/v3.1.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate) C:/ncs/v3.1.0/zephyr/share/sysbuild-package/cmake/SysbuildConfig.cmake:8 (include) template/CMakeLists.txt:10 (find_package) -- Configuring incomplete, errors occurred!
Could you help me?
Regards