:orphan: .. title:: CONFIG_SOC_ATMEL_SAME70_MDIV .. kconfig:: CONFIG_SOC_ATMEL_SAME70_MDIV CONFIG_SOC_ATMEL_SAME70_MDIV ############################ *MDIV* *MDIV* Type: ``int`` Help ==== .. code-block:: none This divisor defines a ratio between processor clock (HCLK) and master clock (MCK): MCK = HCLK / MDIV Help ==== .. code-block:: none This divisor defines a ratio between processor clock (HCLK) and master clock (MCK): MCK = HCLK / MDIV Direct dependencies =================== (\ :kconfig:`SOC_SERIES_SAME70 ` && \ :kconfig:`SOC_FAMILY_SAM `) || (\ :kconfig:`SOC_SERIES_SAME70 ` && \ :kconfig:`SOC_FAMILY_SAM `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 2 - 2 Kconfig definitions =================== At ``/arm/atmel_sam/same70/Kconfig.soc:107`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/atmel_sam/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_ATMEL_SAME70_MDIV int "MDIV" range 1 4 default 2 depends on SOC_SERIES_SAME70 && SOC_FAMILY_SAM help This divisor defines a ratio between processor clock (HCLK) and master clock (MCK): MCK = HCLK / MDIV ---- At ``/arm/atmel_sam/same70/Kconfig.soc:107`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/atmel_sam/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_ATMEL_SAME70_MDIV int "MDIV" range 1 4 default 2 depends on SOC_SERIES_SAME70 && SOC_FAMILY_SAM help This divisor defines a ratio between processor clock (HCLK) and master clock (MCK): MCK = HCLK / MDIV *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*