:orphan: .. title:: CONFIG_FW_INFO_MAGIC_COMPATIBILITY_ID .. kconfig:: CONFIG_FW_INFO_MAGIC_COMPATIBILITY_ID CONFIG_FW_INFO_MAGIC_COMPATIBILITY_ID ##################################### *Compatibility ID for user-defined purposes (8 bits).* Type: ``int`` Help ==== .. code-block:: none User defined value. Used to ensure compatibility between bootloader and metadata. For more information, see FW_INFO_MAGIC_COMMON. Direct dependencies =================== \ :kconfig:`FW_INFO ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/subsys/fw_info/Kconfig:91`` 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_COMPATIBILITY_ID int "Compatibility ID for user-defined purposes (8 bits)." range 0 255 default 0 depends on FW_INFO help User defined value. Used to ensure compatibility between bootloader and metadata. For more information, see FW_INFO_MAGIC_COMMON. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*