:orphan: .. title:: CONFIG_NPCX_IMAGE_OUTPUT_HEX .. kconfig:: CONFIG_NPCX_IMAGE_OUTPUT_HEX CONFIG_NPCX_IMAGE_OUTPUT_HEX ############################ *Build npcx binary in HEX format* *Build npcx binary in HEX format* Type: ``bool`` Help ==== .. code-block:: none Build an HEX binary zephyr/zephyr.npcx.hex in the build directory. This is generated from the npcx BIN image. The name of this file can be customized with CONFIG_KERNEL_BIN_NAME. Help ==== .. code-block:: none Build an HEX binary zephyr/zephyr.npcx.hex in the build directory. This is generated from the npcx BIN image. The name of this file can be customized with CONFIG_KERNEL_BIN_NAME. Direct dependencies =================== (\ :kconfig:`NPCX_IMAGE_OUTPUT_BIN ` && \ :kconfig:`NPCX_HEADER ` && \ :kconfig:`SOC_FAMILY_NPCX `) || (\ :kconfig:`NPCX_IMAGE_OUTPUT_BIN ` && \ :kconfig:`NPCX_HEADER ` && \ :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:30`` 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 → Build npcx binary in BIN format .. code-block:: kconfig config NPCX_IMAGE_OUTPUT_HEX bool "Build npcx binary in HEX format" depends on NPCX_IMAGE_OUTPUT_BIN && NPCX_HEADER && SOC_FAMILY_NPCX help Build an HEX binary zephyr/zephyr.npcx.hex in the build directory. This is generated from the npcx BIN image. The name of this file can be customized with CONFIG_KERNEL_BIN_NAME. ---- At ``/arm/nuvoton_npcx/Kconfig:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration → Enable the output binary with NPCX binary header → Build npcx binary in BIN format .. code-block:: kconfig config NPCX_IMAGE_OUTPUT_HEX bool "Build npcx binary in HEX format" depends on NPCX_IMAGE_OUTPUT_BIN && NPCX_HEADER && SOC_FAMILY_NPCX help Build an HEX binary zephyr/zephyr.npcx.hex in the build directory. This is generated from the npcx BIN image. The name of this file can be customized with CONFIG_KERNEL_BIN_NAME. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*