CONFIG_NPCX_HEADER_ENABLE_HEADER_CRC
Enable header crc check
Enable header crc check
Type: bool
Help
When enabled, the header will be verified at boot using a crc
checksum.
Help
When enabled, the header will be verified at boot using a crc
checksum.
Direct dependencies
(NPCX_HEADER
&& SOC_FAMILY_NPCX
) || (NPCX_HEADER
&& SOC_FAMILY_NPCX
)
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definitions
At <Zephyr>/soc/arm/nuvoton_npcx/Kconfig:126
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:38
→ <Zephyr>/soc/Kconfig:15
→ <nRF>/doc/_build/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.
At <Zephyr>/soc/arm/nuvoton_npcx/Kconfig:126
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:38
→ <Zephyr>/soc/Kconfig:18
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.)