- CONFIG_ANT_NP_HOST_SYS_INIT
Initialize ANT network processor host during SYS_INIT
Type: bool
Help
In most cases, the network processor host module handles initialization using the SYS_INIT macro. This Kconfig is provided to bypass initialization and expose the ant_rpc_app_init function for applications that have unique initialization requirements. When enabled, it becomes the responisbility of the application to ensure that ant_init() is called on the application core prior to any ANT API usage so RPC messages from the network core can be processed.
Default
y
Kconfig definition
At np/Kconfig:41
Included via Kconfig:36
Menu path: (Top) → ANT Wireless
config ANT_NP_HOST_SYS_INIT bool "Initialize ANT network processor host during SYS_INIT" default y depends onANT_NP_HOST
&&ANT
help In most cases, the network processor host module handles initialization using the SYS_INIT macro. This Kconfig is provided to bypass initialization and expose the ant_rpc_app_init function for applications that have unique initialization requirements. When enabled, it becomes the responisbility of the application to ensure that ant_init() is called on the application core prior to any ANT API usage so RPC messages from the network core can be processed.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)