Hi,
I'm trying to set NFC pins as GPIO in my custom project. I'm using zephyr 1.8.0 SDK. I added the following line to my prj.conf:
CONFIG_NFCT_PINS_AS_GPIOS = y
When I compile the project, I get the following error:
warning: attempt to assign the value ' y' to the undefined symbol NFCT_PINS_AS_GPIOS Parsing C:/Users/xavie/ncs/v1.8.0/zephyr/Kconfig Loaded configuration 'C:/Users/xavie/Documents/Github/P010-ONXPressure-SW/P010_ONX_Pressure_NCS/boards/arm/bavard/bavard_defconfig' Merged configuration 'c:/Users/xavie/Documents/Github/P010-ONXPressure-SW/P010_ONX_Pressure_NCS/prj.conf' Merged configuration 'C:/Users/xavie/Documents/Github/P010-ONXPressure-SW/P010_ONX_Pressure_NCS/build/zephyr/misc/generated/extra_kconfig_options.conf' error: Aborting due to Kconfig warnings CMake Error at C:\Users\xavie\ncs\v1.8.0\zephyr\cmake\kconfig.cmake:270 (message): command failed with return code: 1 Call Stack (most recent call first): C:\Users\xavie\ncs\v1.8.0\zephyr\cmake\app\boilerplate.cmake:546 (include) C:\Users\xavie\ncs\v1.8.0\zephyr\share\zephyr-package\cmake\ZephyrConfig.cmake:24 (include) C:\Users\xavie\ncs\v1.8.0\zephyr\share\zephyr-package\cmake\ZephyrConfig.cmake:40 (include_boilerplate) c:\Users\xavie\Documents\Github\P010-ONXPressure-SW\P010_ONX_Pressure_NCS\build\CMakeLists.txt:5 (find_package)
What can be the issue?
Thank you!