:orphan: .. title:: ANT_SAMPLE_RPC_CHILD_IMAGE .. option:: CONFIG_ANT_SAMPLE_RPC_CHILD_IMAGE *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== ant_rpc sample as a child image (network core). Direct dependencies =================== \ :option:`ANT_RPC ` && \ :option:`ANT_INCLUDE_NP_CHILD_IMAGE ` && SOC_SERIES_NRF53X && \ :option:`ANT ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``samples/Kconfig:33`` Included via ``Kconfig:37`` Menu path: (Top) → ANT Wireless → Include ANT NP sample on netcore .. parsed-literal:: config ANT_SAMPLE_RPC_CHILD_IMAGE bool default y depends on \ :option:`ANT_RPC ` && \ :option:`ANT_INCLUDE_NP_CHILD_IMAGE ` && SOC_SERIES_NRF53X && \ :option:`ANT ` help ant_rpc sample as a child image (network core). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*