:orphan: .. title:: CONFIG_NPCX_HEADER_CHIP .. kconfig:: CONFIG_NPCX_HEADER_CHIP CONFIG_NPCX_HEADER_CHIP ####################### *(No prompt -- not directly user assignable.)* Type: ``string`` Direct dependencies =================== (\ :kconfig:`NPCX_HEADER ` && \ :kconfig:`SOC_FAMILY_NPCX `) || (\ :kconfig:`NPCX_HEADER ` && \ :kconfig:`SOC_FAMILY_NPCX `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - "npcx7m6" if \ :kconfig:`SOC_NPCX7M6FB ` || \ :kconfig:`SOC_NPCX7M6FC ` - "npcx7m7" if \ :kconfig:`SOC_NPCX7M7FC ` - "npcx9m3" if \ :kconfig:`SOC_NPCX9M3F ` - "npcx9m6" if \ :kconfig:`SOC_NPCX9M6F ` - "npcx7m6" if \ :kconfig:`SOC_NPCX7M6FB ` || \ :kconfig:`SOC_NPCX7M6FC ` - "npcx7m7" if \ :kconfig:`SOC_NPCX7M7FC ` - "npcx9m3" if \ :kconfig:`SOC_NPCX9M3F ` - "npcx9m6" if \ :kconfig:`SOC_NPCX9M6F ` Kconfig definitions =================== At ``/arm/nuvoton_npcx/Kconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/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 default "npcx9m3" if SOC_NPCX9M3F default "npcx9m6" if SOC_NPCX9M6F depends on NPCX_HEADER && SOC_FAMILY_NPCX ---- At ``/arm/nuvoton_npcx/Kconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` 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 default "npcx9m3" if SOC_NPCX9M3F default "npcx9m6" if SOC_NPCX9M6F depends on NPCX_HEADER && SOC_FAMILY_NPCX *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*