:orphan: .. title:: ANT_LIBRARY_CORE .. option:: 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 =================== \ :option:`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 ================== .. highlight:: kconfig At ``Kconfig:20`` Menu path: (Top) → ANT Wireless → ANT Wireless .. parsed-literal:: 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 \ :option:`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.)*