CONFIG_SOC_MEC172X_PROC_CLK_DIV¶
PROC_CLK_DIV
Type: int
Help¶
This divisor defines a ratio between processor clock (HCLK)
and main 96 MHz clock (MCK):
HCLK = MCK / PROC_CLK_DIV
Allowed divider values: 1, 3, 4, 16, and 48.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
1
Kconfig definition¶
At soc/arm/microchip_mec/mec172x/Kconfig.soc:18
Included via Kconfig:8
→ Kconfig.zephyr:38
→ soc/Kconfig:18
→ soc/arm/microchip_mec/Kconfig:15
Menu path: (Top) → Hardware Configuration
config SOC_MEC172X_PROC_CLK_DIV
int "PROC_CLK_DIV"
range 1 48
default 1
depends on SOC_FAMILY_MEC
help
This divisor defines a ratio between processor clock (HCLK)
and main 96 MHz clock (MCK):
HCLK = MCK / PROC_CLK_DIV
Allowed divider values: 1, 3, 4, 16, and 48.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)