:orphan: .. title:: CONFIG_NPCX_HEADER_ENABLE_FIRMWARE_CRC .. kconfig:: CONFIG_NPCX_HEADER_ENABLE_FIRMWARE_CRC CONFIG_NPCX_HEADER_ENABLE_FIRMWARE_CRC ###################################### *Enable firmware image crc check* *Enable firmware image crc check* Type: ``bool`` Help ==== .. code-block:: none When enabled, the firmware image will be verified at boot using a crc checksum. Help ==== .. code-block:: none When enabled, the firmware image will be verified at boot using a crc checksum. Direct dependencies =================== (\ :kconfig:`NPCX_HEADER ` && \ :kconfig:`SOC_FAMILY_NPCX `) || (\ :kconfig:`NPCX_HEADER ` && \ :kconfig:`SOC_FAMILY_NPCX `) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definitions =================== At ``/arm/nuvoton_npcx/Kconfig:132`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration → Enable the output binary with NPCX binary header .. code-block:: kconfig config NPCX_HEADER_ENABLE_FIRMWARE_CRC bool "Enable firmware image crc check" depends on NPCX_HEADER && SOC_FAMILY_NPCX help When enabled, the firmware image will be verified at boot using a crc checksum. ---- At ``/arm/nuvoton_npcx/Kconfig:132`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration → Enable the output binary with NPCX binary header .. code-block:: kconfig config NPCX_HEADER_ENABLE_FIRMWARE_CRC bool "Enable firmware image crc check" depends on NPCX_HEADER && SOC_FAMILY_NPCX help When enabled, the firmware image will be verified at boot using a crc checksum. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*