The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_NPCX_HEADER_SPI_READ_MODE

(No prompt – not directly user assignable.)

Type: string

Direct dependencies

NPCX_HEADER && SOC_FAMILY_NPCX

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At soc/arm/nuvoton_npcx/Kconfig:97

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

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

config NPCX_HEADER_SPI_READ_MODE
    string
    default "normal" if NPCX_HEADER_SPI_READ_MODE_NORMAL
    default "fast" if NPCX_HEADER_SPI_READ_MODE_FAST
    default "dual" if NPCX_HEADER_SPI_READ_MODE_DUAL
    default "quad" if NPCX_HEADER_SPI_READ_MODE_QUAD
    depends on NPCX_HEADER && SOC_FAMILY_NPCX

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