The latest development version of this page may be more current than this released 2.6.1-rc1 version.
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.)

Default

Choice options

Kconfig definition

At soc/arm/nuvoton_npcx/Kconfig:28

Included via Kconfig:8Kconfig.zephyr:28soc/Kconfig:11doc/_build/Kconfig/Kconfig.soc.arch:2

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

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.)