:orphan: .. title:: FW_INFO_MAGIC_FIRMWARE_INFO .. option:: CONFIG_FW_INFO_MAGIC_FIRMWARE_INFO *Magic word for firmware information structs (32 bits).* Type: ``hex`` Help ==== Magic word value specific to firmware information structs (inside the firmware). For more information, see FW_INFO_MAGIC_COMMON. Direct dependencies =================== \ :option:`FW_INFO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x8fcebb4c Kconfig definition ================== .. highlight:: kconfig At ``/jenkins_workspace/workspace/nrfconnect-nrf_doc_v1.2-branch_2/nrf/subsys/fw_info/Kconfig:53`` 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 .. parsed-literal:: config FW_INFO_MAGIC_FIRMWARE_INFO hex "Magic word for firmware information structs (32 bits)." default 0x8fcebb4c depends on \ :option:`FW_INFO ` help Magic word value specific to firmware information structs (inside the firmware). For more information, see FW_INFO_MAGIC_COMMON. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*