- choice NPCX_HEADER_SPI_READ_MODE_CHOICE: Reading mode used by the SPI flash
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.
Help
This sets the reading mode that can be used by the SPI flash.
Reading modes supported are normal, fast, dual, and quad.
Direct dependencies
(NPCX_HEADER
&& SOC_FAMILY_NPCX
) || (NPCX_HEADER
&& SOC_FAMILY_NPCX
)
(Includes any dependencies from ifs and menus.)
Defaults
Choice options
Kconfig definitions
At <Zephyr>/soc/arm/nuvoton_npcx/Kconfig:77
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:38
→ <Zephyr>/soc/Kconfig:15
→ <nRF>/doc/_build/kconfig/Kconfig.soc.arch:2
Menu path: (Top) → Hardware Configuration → Enable the output binary with NPCX binary header
choice NPCX_HEADER_SPI_READ_MODE_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.
At <Zephyr>/soc/arm/nuvoton_npcx/Kconfig:77
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:38
→ <Zephyr>/soc/Kconfig:18
Menu path: (Top) → Hardware Configuration → Enable the output binary with NPCX binary header
choice NPCX_HEADER_SPI_READ_MODE_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.)