CONFIG_ANT

ANT Wireless

Type: bool

Help

Enable ANT ultra low power wireless protocol by Garmin Canada Inc. The nRF Connect SDK ANT Wireless library exclusively supports the nRF53 series SOC.

Direct dependencies

SOC_NRF5340_CPUNET || SOC_NRF5340_CPUAPP

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

  • MPSL if SOC_NRF5340_CPUNET

  • ENTROPY_GENERATOR if SOC_NRF5340_CPUNET

Kconfig definition

At Kconfig:12

Menu path: (Top) → ANT Wireless

config ANT
    bool "ANT Wireless"
    select MPSL if SOC_NRF5340_CPUNET
    select ENTROPY_GENERATOR if SOC_NRF5340_CPUNET
    depends on SOC_NRF5340_CPUNET || SOC_NRF5340_CPUAPP
    help
      Enable ANT ultra low power wireless protocol by Garmin Canada Inc.
      The nRF Connect SDK ANT Wireless library exclusively supports the nRF53 series SOC.

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