CONFIG_ANT_LIBRARY_CORE

Defines the core used for ANT radio communication

Type: bool

Help

This configuration is required for all single core builds and for network core builds on dual-core systems.

Direct dependencies

ANT

(Includes any dependencies from ifs and menus.)

Defaults

  • n if SOC_NRF5340_CPUAPP

  • y

Symbols selected by this symbol

  • NRFX_PPI if HAS_HW_NRF_PPI

  • NRFX_DPPI if HAS_HW_NRF_DPPIC

  • MPSL

  • ENTROPY_GENERATOR

Kconfig definition

At Kconfig:20

Menu path: (Top) → ANT Wireless → ANT Wireless

config ANT_LIBRARY_CORE
    bool "Defines the core used for ANT radio communication"
    default n if SOC_NRF5340_CPUAPP
    default y
    select NRFX_PPI if HAS_HW_NRF_PPI
    select NRFX_DPPI if HAS_HW_NRF_DPPIC
    select MPSL
    select ENTROPY_GENERATOR
    depends on ANT
    help
      This configuration is required for all single core builds and for network core builds on dual-core systems.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)