-
CONFIG_FW_INFO_MAGIC_LEN
¶
(No prompt – not directly user assignable.)
Type: int
Help¶
Total length of magic words (in bytes). For more information, see FW_INFO_MAGIC_COMMON.
Default¶
12
Kconfig definition¶
At /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/fw_info/Kconfig:99
Included via Kconfig:8
→ Kconfig.zephyr:9
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/test_doc/_build/Kconfig.modules:1
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/Kconfig.nrf:10
→ /jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/Kconfig:26
Menu path: (Top) → Modules → Nordic nRF Connect → Firmware Metadata
config FW_INFO_MAGIC_LEN
int
default 12
depends on FW_INFO
help
Total length of magic words (in bytes).
For more information, see FW_INFO_MAGIC_COMMON.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)