- CONFIG_ANT_NP
ANT Network Processor Multicore API Serialization
Type: bool
Help
Serialize API calls for execution on remote CPU.
Default
n
Symbols selected by this symbol
ANT_NP_HOSTif SOC_NRF5340_CPUAPPANT_NP_REMOTEif SOC_NRF5340_CPUNET
Kconfig definition
At np/Kconfig:10
Included via Kconfig:36
Menu path: (Top) → ANT Wireless
config ANT_NP
bool "ANT Network Processor Multicore API Serialization"
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.)