The latest development version of this page may be more current than this released 2.7.5 version.
choice NPCX_HEADER_SPI_READ_MODE_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.

Direct dependencies

NPCX_HEADER && SOC_FAMILY_NPCX

(Includes any dependencies from ifs and menus.)

Default

Choice options

Kconfig definition

At soc/arm/nuvoton_npcx/Kconfig:77

Included via Kconfig:8Kconfig.zephyr:38soc/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.)