-
CONFIG_NPCX_HEADER_ENABLE_HEADER_CRC
¶
Enable header crc check
Type: bool
Help¶
When enabled, the header will be verified at boot using a crc
checksum.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr SoC>/arm/nuvoton_npcx/Kconfig:108
Included via Kconfig:8
→ Kconfig.zephyr:28
→ <Zephyr SoC>/Kconfig:11
→ <BuildDir>/kconfig/Kconfig.soc.arch:2
Menu path: (Top) → Hardware Configuration → Enable the output binary with NPCX binary header
config NPCX_HEADER_ENABLE_HEADER_CRC
bool "Enable header crc check"
depends on NPCX_HEADER && SOC_FAMILY_NPCX
help
When enabled, the header will be verified at boot using a crc
checksum.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)