:orphan: .. title:: CONFIG_NPCX_HEADER_SPI_MAX_CLOCK_33 .. kconfig:: CONFIG_NPCX_HEADER_SPI_MAX_CLOCK_33 CONFIG_NPCX_HEADER_SPI_MAX_CLOCK_33 ################################### *SPI flash max clock rate of 33 MHz* Type: ``bool`` Direct dependencies =================== !\ :kconfig:`SOC_SERIES_NPCX9 ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/arm/nuvoton_npcx/Kconfig:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration → Enable the output binary with NPCX binary header → Clock rate to use for SPI flash .. code-block:: kconfig config NPCX_HEADER_SPI_MAX_CLOCK_33 bool "SPI flash max clock rate of 33 MHz" depends on !SOC_SERIES_NPCX9 && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*