- choice NPCX_HEADER_CORE_CLOCK_SPI_CLOCK_RATIO_CHOICE: Core clock to SPI flash clock ratio
Core clock to SPI flash clock ratio
Type: bool
Help¶
This sets the clock ratio (core clock / SPI clock)
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:104
Included via Kconfig:8
→ Kconfig.zephyr:38
→ soc/Kconfig:18
Menu path: (Top) → Hardware Configuration → Enable the output binary with NPCX binary header
choice NPCX_HEADER_CORE_CLOCK_SPI_CLOCK_RATIO_CHOICE
bool "Core clock to SPI flash clock ratio"
default NPCX_HEADER_CORE_CLOCK_SPI_CLOCK_RATIO_1
depends on NPCX_HEADER && SOC_FAMILY_NPCX
help
This sets the clock ratio (core clock / SPI clock)
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)