The latest development version of this page may be more current than this released 2.7.5 version.
choice NPCX_HEADER_FLASH_SIZE_CHOICE: Flash size

Flash size

Type: bool

Help

This sets the SPI flash size.

Direct dependencies

NPCX_HEADER && SOC_FAMILY_NPCX

(Includes any dependencies from ifs and menus.)

Defaults

Choice options

Kconfig definition

At soc/arm/nuvoton_npcx/Kconfig:138

Included via Kconfig:8Kconfig.zephyr:38soc/Kconfig:18

Menu path: (Top) → Hardware Configuration → Enable the output binary with NPCX binary header

choice NPCX_HEADER_FLASH_SIZE_CHOICE
    bool "Flash size"
    default NPCX_HEADER_FLASH_SIZE_0P5M_1M if SOC_SERIES_NPCX7 || SOC_SERIES_NPCX9
    default NPCX_HEADER_FLASH_SIZE_16M
    depends on NPCX_HEADER && SOC_FAMILY_NPCX
    help
      This sets the SPI flash size.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)