:orphan: .. title:: choice NPCX_HEADER_SPI_MAX_CLOCK_CHOICE: Clock rate to use for SPI flash .. _choice_94: .. describe:: 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 ==== .. code-block:: none This selects the max clock rate that will be used for loading firmware binary from flash to RAM. Help ==== .. code-block:: none This selects the max clock rate that will be used for loading firmware binary from flash to RAM. Direct dependencies =================== (\ :kconfig:`NPCX_HEADER ` && \ :kconfig:`SOC_FAMILY_NPCX `) || (\ :kconfig:`NPCX_HEADER ` && \ :kconfig:`SOC_FAMILY_NPCX `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :kconfig:`NPCX_HEADER_SPI_MAX_CLOCK_20 ` - \ :kconfig:`NPCX_HEADER_SPI_MAX_CLOCK_20 ` Choice options ============== - \ :kconfig:`NPCX_HEADER_SPI_MAX_CLOCK_20 ` - \ :kconfig:`NPCX_HEADER_SPI_MAX_CLOCK_25 ` - \ :kconfig:`NPCX_HEADER_SPI_MAX_CLOCK_33 ` - \ :kconfig:`NPCX_HEADER_SPI_MAX_CLOCK_40 ` - \ :kconfig:`NPCX_HEADER_SPI_MAX_CLOCK_50 ` - \ :kconfig:`NPCX_HEADER_SPI_MAX_CLOCK_20 ` - \ :kconfig:`NPCX_HEADER_SPI_MAX_CLOCK_25 ` - \ :kconfig:`NPCX_HEADER_SPI_MAX_CLOCK_33 ` - \ :kconfig:`NPCX_HEADER_SPI_MAX_CLOCK_40 ` - \ :kconfig:`NPCX_HEADER_SPI_MAX_CLOCK_50 ` Kconfig definitions =================== At ``/arm/nuvoton_npcx/Kconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration → Enable the output binary with NPCX binary header .. code-block:: kconfig 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 ``/arm/nuvoton_npcx/Kconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration → Enable the output binary with NPCX binary header .. code-block:: kconfig 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.)*