:orphan: .. title:: NPCX_HEADER_CHIP .. option:: CONFIG_NPCX_HEADER_CHIP *(No prompt -- not directly user assignable.)* Type: ``string`` Direct dependencies =================== \ :option:`NPCX_HEADER ` && \ :option:`SOC_FAMILY_NPCX ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - "npcx7m6" if \ :option:`SOC_NPCX7M6FB ` || \ :option:`SOC_NPCX7M6FC ` - "npcx7m7" if \ :option:`SOC_NPCX7M7FC ` Kconfig definition ================== At ``/arm/nuvoton_npcx/Kconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``/Kconfig:11`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration → Enable the output binary with NPCX binary header .. code-block:: kconfig config NPCX_HEADER_CHIP string default "npcx7m6" if SOC_NPCX7M6FB || SOC_NPCX7M6FC default "npcx7m7" if SOC_NPCX7M7FC depends on NPCX_HEADER && SOC_FAMILY_NPCX *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*