:orphan: .. title:: FW_CUSTOM_COMPATIBILITY_ID .. option:: CONFIG_FW_CUSTOM_COMPATIBILITY_ID *Compatibility ID for user-defined purposes (8 bits).* Type: ``int`` Help ==== User defined value. Used to ensure compatibility between bootloader and metadata. For more info, see FW_MAGIC_COMMON. Direct dependencies =================== \ :option:`FW_METADATA ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 0 if \ :option:`FW_METADATA ` Kconfig definition ================== .. highlight:: kconfig At ``../nrf/subsys/fw_metadata/Kconfig:130`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:10`` → ``/jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:1`` → ``/jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrf/Kconfig.nrf:9`` → ``../nrf/subsys/Kconfig:24`` Menu path: (top menu) → Nordic nRF Connect → Firmware Metadata .. parsed-literal:: config FW_CUSTOM_COMPATIBILITY_ID int prompt "Compatibility ID for user-defined purposes (8 bits)." if \ :option:`FW_METADATA ` range 0 255 if \ :option:`FW_METADATA ` default 0 if \ :option:`FW_METADATA ` depends on \ :option:`FW_METADATA ` help User defined value. Used to ensure compatibility between bootloader and metadata. For more info, see FW_MAGIC_COMMON. *(Definitions include propagated dependencies, including from if's and menus.)*