-
choice: Reading mode used by the SPI flash
Reading mode used by the SPI flash
Type: bool
Help¶
This sets the reading mode that can be used by the SPI flash.
Reading modes supported are normal, fast, dual, and quad.
Choice options¶
Kconfig definition¶
At <Zephyr SoC>/arm/nuvoton_npcx/Kconfig:59
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 "Reading mode used by the SPI flash"
default NPCX_HEADER_SPI_READ_MODE_NORMAL
depends on NPCX_HEADER && SOC_FAMILY_NPCX
help
This sets the reading mode that can be used by the SPI flash.
Reading modes supported are normal, fast, dual, and quad.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)