:orphan: .. title:: SOC_ATMEL_SAME70_MDIV .. option:: CONFIG_SOC_ATMEL_SAME70_MDIV *MDIV* Type: ``int`` Help ==== .. code-block:: none This divisor defines a ratio between processor clock (HCLK) and master clock (MCK): MCK = HCLK / MDIV Direct dependencies =================== \ :option:`SOC_SERIES_SAME70 ` && \ :option:`SOC_FAMILY_SAM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/arm/atmel_sam/same70/Kconfig.soc:107`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``/Kconfig:11`` → ``/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 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*