CONFIG_ANT_NP

ANT Network Processor Multicore API Serialization

Type: bool

Help

Serialize API calls for execution on remote CPU.

Direct dependencies

ANT && ANT

(Includes any dependencies from ifs and menus.)

Defaults

  • y if SOC_NRF5340_CPUAPP || SOC_NRF5340_CPUNET

  • n

Symbols selected by this symbol

Kconfig definition

At np/Kconfig:10

Included via Kconfig:39

Menu path: (Top) → ANT Wireless

config ANT_NP
    bool "ANT Network Processor Multicore API Serialization"
    default y if SOC_NRF5340_CPUAPP || SOC_NRF5340_CPUNET
    default n
    select ANT_NP_HOST if SOC_NRF5340_CPUAPP
    select ANT_NP_REMOTE if SOC_NRF5340_CPUNET
    select ANT_RPC
    depends on ANT && ANT
    help
      Serialize API calls for execution on remote CPU.

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