choice NPCX_HEADER_SPI_MAX_CLOCK_CHOICE: Clock rate to use for SPI flash

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.

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) || (NPCX_HEADER && SOC_FAMILY_NPCX)

(Includes any dependencies from ifs and menus.)

Kconfig definitions

At <Zephyr>/soc/arm/nuvoton_npcx/Kconfig:45

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:36<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_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.

At <Zephyr>/soc/arm/nuvoton_npcx/Kconfig:45

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