-
CONFIG_SOC_ATMEL_SAME70_MDIV
¶
MDIV
Type: int
Help¶
This divisor defines a ratio between processor clock (HCLK) and master clock (MCK): MCK = HCLK / MDIV
Direct dependencies¶
SOC_SERIES_SAME70
&& SOC_FAMILY_SAM
&& ARM
(Includes any dependencies from if’s and menus.)
Defaults¶
- 2 if
SOC_SERIES_SAME70
&&SOC_FAMILY_SAM
&&ARM
Kconfig definition¶
At arch/arm/soc/atmel_sam/same70/Kconfig.soc:69
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/arm/Kconfig:23
→ arch/arm/soc/atmel_sam/Kconfig:17
Menu path: (top menu) → ARM Options → SoC Configuration
config SOC_ATMEL_SAME70_MDIV int prompt "MDIV" ifSOC_SERIES_SAME70
&&SOC_FAMILY_SAM
&&ARM
range 1 4 ifSOC_SERIES_SAME70
&&SOC_FAMILY_SAM
&&ARM
default 2 ifSOC_SERIES_SAME70
&&SOC_FAMILY_SAM
&&ARM
depends onSOC_SERIES_SAME70
&&SOC_FAMILY_SAM
&&ARM
help This divisor defines a ratio between processor clock (HCLK) and master clock (MCK): MCK = HCLK / MDIV
(Definitions include propagated dependencies, including from if’s and menus.)