CONFIG_NPCX_HEADER¶
Enable the output binary with NPCX binary 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.
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¶
SOC_FAMILY_NPCX
|| 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:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:36
→ <Zephyr>/soc/Kconfig:15
→ <nRF>/doc/_build/kconfig/Kconfig.soc.arch:2
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.
At <Zephyr>/soc/arm/nuvoton_npcx/Kconfig:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:36
→ <Zephyr>/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.)