:orphan: .. title:: CONFIG_NPCX_HEADER .. kconfig:: CONFIG_NPCX_HEADER CONFIG_NPCX_HEADER ################## *Enable the output binary with NPCX binary header* *Enable the output binary with NPCX binary header* Type: ``bool`` Help ==== .. code-block:: none 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 ==== .. code-block:: none 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 =================== \ :kconfig:`SOC_FAMILY_NPCX ` || \ :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:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig 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 ``/arm/nuvoton_npcx/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig 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.)*