Unknown symbol CONFIG_ANT and CONFIG_ANT_EVALUATION_KEY

I have an error with regards to my prj.conf file when trying to build ant+ hrm_tx sample.  Here is the output below.

 *  Executing task: nRF Connect: Build: hrm_tx/build (active) 

Building hrm_tx
west build --build-dir /Users/loganmeyer/Documents/my_nrf_projects/hrm_tx/build /Users/loganmeyer/Documents/my_nrf_projects/hrm_tx

-- west build: generating a build system
Loading Zephyr default modules (Zephyr base (cached)).
-- Application: /Users/loganmeyer/Documents/my_nrf_projects/hrm_tx
-- CMake version: 3.21.0
-- Cache files will be written to: /Users/loganmeyer/Library/Caches/zephyr
-- Zephyr version: 3.5.99 (/Users/loganmeyer/Documents/nordic/ncs/v2.6.0/zephyr)
-- Found west (found suitable version "1.2.0", minimum required is "0.14.0")
-- Board: nrf52840dk_nrf52840
-- Found host-tools: zephyr 0.16.5 (/opt/nordic/ncs/toolchains/580e4ef81c/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.16.5 (/opt/nordic/ncs/toolchains/580e4ef81c/opt/zephyr-sdk)
-- Found BOARD.dts: /Users/loganmeyer/Documents/nordic/ncs/v2.6.0/zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840.dts
-- Generated zephyr.dts: /Users/loganmeyer/Documents/my_nrf_projects/hrm_tx/build/zephyr/zephyr.dts
-- Generated devicetree_generated.h: /Users/loganmeyer/Documents/my_nrf_projects/hrm_tx/build/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: /Users/loganmeyer/Documents/my_nrf_projects/hrm_tx/build/zephyr/dts.cmake

/Users/loganmeyer/Documents/my_nrf_projects/hrm_tx/prj.conf:5: warning: attempt to assign the value 'y' to the undefined symbol ANT

/Users/loganmeyer/Documents/my_nrf_projects/hrm_tx/prj.conf:11: warning: attempt to assign the value 'y' to the undefined symbol ANT_EVALUATION_KEY

error: Aborting due to Kconfig warnings

Parsing /Users/loganmeyer/Documents/my_nrf_projects/hrm_tx/Kconfig
Loaded configuration '/Users/loganmeyer/Documents/nordic/ncs/v2.6.0/zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840_defconfig'
Merged configuration '/Users/loganmeyer/Documents/my_nrf_projects/hrm_tx/prj.conf'
CMake Error at /Users/loganmeyer/Documents/nordic/ncs/v2.6.0/zephyr/cmake/modules/kconfig.cmake:358 (message):
  command failed with return code: 1
Call Stack (most recent call first):
  /Users/loganmeyer/Documents/nordic/ncs/v2.6.0/nrf/cmake/modules/kconfig.cmake:29 (include)
  /Users/loganmeyer/Documents/nordic/ncs/v2.6.0/zephyr/cmake/modules/zephyr_default.cmake:129 (include)
  /Users/loganmeyer/Documents/nordic/ncs/v2.6.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  /Users/loganmeyer/Documents/nordic/ncs/v2.6.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:97 (include_boilerplate)
  CMakeLists.txt:6 (find_package)


-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: /opt/nordic/ncs/toolchains/580e4ef81c/bin/cmake -DWEST_PYTHON=/opt/nordic/ncs/toolchains/580e4ef81c/opt/[email protected]/bin/python3.9 -B/Users/loganmeyer/Documents/my_nrf_projects/hrm_tx/build -GNinja -S/Users/loganmeyer/Documents/my_nrf_projects/hrm_tx

 *  The terminal process terminated with exit code: 1. 
 *  Terminal will be reused by tasks, press any key to close it. 

Parents Reply Children
Related