-
choice: Flash size
Flash size
Type: bool
Help¶
This sets the SPI flash size.
Choice options¶
Kconfig definition¶
At <Zephyr SoC>/arm/nuvoton_npcx/Kconfig:120
Included via Kconfig:8
→ Kconfig.zephyr:28
→ <Zephyr SoC>/Kconfig:11
→ <BuildDir>/kconfig/Kconfig.soc.arch:2
Menu path: (Top) → Hardware Configuration → Enable the output binary with NPCX binary header
choice
bool "Flash size"
default NPCX_HEADER_FLASH_SIZE_0P5M_1M if SOC_SERIES_NPCX7
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.)