:orphan: .. title:: CONFIG_SOC_MEC1501_PROC_CLK_DIV .. kconfig:: CONFIG_SOC_MEC1501_PROC_CLK_DIV CONFIG_SOC_MEC1501_PROC_CLK_DIV ############################### *PROC\_CLK\_DIV* *PROC\_CLK\_DIV* Type: ``int`` Help ==== .. code-block:: none This divisor defines a ratio between processor clock (HCLK) and master clock (MCK): HCLK = MCK / PROC_CLK_DIV Allowed divider values: 1, 3, 4, 16, and 48. Help ==== .. code-block:: none This divisor defines a ratio between processor clock (HCLK) and master clock (MCK): HCLK = MCK / PROC_CLK_DIV Allowed divider values: 1, 3, 4, 16, and 48. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_MEC ` || \ :kconfig:`SOC_FAMILY_MEC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 1 - 1 Kconfig definitions =================== At ``/arm/microchip_mec/mec1501/Kconfig.soc:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/microchip_mec/Kconfig:15`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_MEC1501_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 master clock (MCK): HCLK = MCK / PROC_CLK_DIV Allowed divider values: 1, 3, 4, 16, and 48. ---- At ``/arm/microchip_mec/mec1501/Kconfig.soc:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/microchip_mec/Kconfig:15`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_MEC1501_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 master 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.)*