CONFIG_NPCX_IMAGE_OUTPUT_BIN¶
Build npcx binary in BIN format
Build npcx binary in BIN format
Type: bool
Help¶
Build a "raw" binary zephyr/zephyr.npcx.bin in the build directory.
The name of this file can be customized with CONFIG_KERNEL_BIN_NAME.
Help¶
Build a "raw" binary zephyr/zephyr.npcx.bin in the build directory.
The name of this file can be customized with CONFIG_KERNEL_BIN_NAME.
Direct dependencies¶
(NPCX_HEADER
&& SOC_FAMILY_NPCX
) || (NPCX_HEADER
&& SOC_FAMILY_NPCX
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Kconfig definitions¶
At <Zephyr SoC>/arm/nuvoton_npcx/Kconfig:23
Included via Kconfig:8
→ Kconfig.zephyr:38
→ <Zephyr SoC>/Kconfig:15
→ <BuildDir>/kconfig/Kconfig.soc.arch:2
Menu path: (Top) → Hardware Configuration → Enable the output binary with NPCX binary header
config NPCX_IMAGE_OUTPUT_BIN
bool "Build npcx binary in BIN format"
default y
depends on NPCX_HEADER && SOC_FAMILY_NPCX
help
Build a "raw" binary zephyr/zephyr.npcx.bin in the build directory.
The name of this file can be customized with CONFIG_KERNEL_BIN_NAME.
At <Zephyr SoC>/arm/nuvoton_npcx/Kconfig:23
Included via Kconfig:8
→ Kconfig.zephyr:38
→ <Zephyr SoC>/Kconfig:18
Menu path: (Top) → Hardware Configuration → Enable the output binary with NPCX binary header
config NPCX_IMAGE_OUTPUT_BIN
bool "Build npcx binary in BIN format"
default y
depends on NPCX_HEADER && SOC_FAMILY_NPCX
help
Build a "raw" binary zephyr/zephyr.npcx.bin in the build directory.
The name of this file can be customized with CONFIG_KERNEL_BIN_NAME.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)