The latest development version of this page may be more current than this released 2.7.0 version.
choice NPCX_HEADER_SPI_MAX_CLOCK_CHOICE: Clock rate to use for SPI flash

Clock rate to use for SPI flash

Type: bool

Help

This selects the max clock rate that will be used for loading firmware
binary from flash to RAM.

Direct dependencies

NPCX_HEADER && SOC_FAMILY_NPCX

(Includes any dependencies from ifs and menus.)

Kconfig definition

At soc/arm/nuvoton_npcx/Kconfig:45

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_MAX_CLOCK_CHOICE
    bool "Clock rate to use for SPI flash"
    default NPCX_HEADER_SPI_MAX_CLOCK_20
    depends on NPCX_HEADER && SOC_FAMILY_NPCX
    help
      This selects the max clock rate that will be used for loading firmware
      binary from flash to RAM.

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