:orphan: .. title:: SOC_ATMEL_SAMV71_MDIV .. option:: CONFIG_SOC_ATMEL_SAMV71_MDIV *MDIV* Type: ``int`` Help ==== This divisor defines a ratio between processor clock (HCLK) and master clock (MCK): MCK = HCLK / MDIV Direct dependencies =================== \ :option:`SOC_SERIES_SAMV71 ` && \ :option:`SOC_FAMILY_SAM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/atmel_sam/samv71/Kconfig.soc:108`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` → ``soc/arm/atmel_sam/Kconfig:17`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config SOC_ATMEL_SAMV71_MDIV int "MDIV" range 1 4 default 2 depends on \ :option:`SOC_SERIES_SAMV71 ` && \ :option:`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.)*