CONFIG_NPCX_HEADER¶
Enable the output binary with NPCX binary header
Type: bool
Help¶
On NPCX series chip, the NPCX ROM code loads firmware image from flash
to RAM by the firmware binary header setting. Enable this to invoke
the 'ecst' which generates the NPCX firmware header.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At soc/arm/nuvoton_npcx/Kconfig:14
Included via Kconfig:8
→ Kconfig.zephyr:38
→ soc/Kconfig:18
Menu path: (Top) → Hardware Configuration
menuconfig NPCX_HEADER
bool "Enable the output binary with NPCX binary header"
depends on SOC_FAMILY_NPCX
help
On NPCX series chip, the NPCX ROM code loads firmware image from flash
to RAM by the firmware binary header setting. Enable this to invoke
the 'ecst' which generates the NPCX firmware header.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)