:orphan: .. title:: CONFIG_FW_INFO_MAGIC_LEN .. kconfig:: CONFIG_FW_INFO_MAGIC_LEN CONFIG_FW_INFO_MAGIC_LEN ######################## *(No prompt -- not directly user assignable.)* Type: ``int`` Help ==== .. code-block:: none Total length of magic words (in bytes). For more information, see FW_INFO_MAGIC_COMMON. Direct dependencies =================== \ :kconfig:`FW_INFO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 12 Kconfig definition ================== At ``/subsys/fw_info/Kconfig:100`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:28`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Firmware Metadata .. code-block:: kconfig 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.)*