-
CONFIG_SOC_ATMEL_SAM4S_PLLA_DIVA
¶
PLL DIVA
Type: hex
Help¶
This is the divider (DIVA) used by the PLL. The processor clock is (MAINCK * (MULA + 1) / DIVA).
Board config file can override this settings for a particular board.
With default of MULA == 9, and DIVA == 1, PLL is running at 10 times of main clock.
Direct dependencies¶
SOC_SERIES_SAM4S
&& SOC_FAMILY_SAM
&& ARM
(Includes any dependencies from if’s and menus.)
Defaults¶
- 0x01 if
SOC_SERIES_SAM4S
&&SOC_FAMILY_SAM
&&ARM
Kconfig definition¶
At arch/arm/soc/atmel_sam/sam4s/Kconfig.soc:59
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_SAM4S_PLLA_DIVA hex prompt "PLL DIVA" ifSOC_SERIES_SAM4S
&&SOC_FAMILY_SAM
&&ARM
default 0x01 ifSOC_SERIES_SAM4S
&&SOC_FAMILY_SAM
&&ARM
depends onSOC_SERIES_SAM4S
&&SOC_FAMILY_SAM
&&ARM
help This is the divider (DIVA) used by the PLL. The processor clock is (MAINCK * (MULA + 1) / DIVA). Board config file can override this settings for a particular board. With default of MULA == 9, and DIVA == 1, PLL is running at 10 times of main clock.
(Definitions include propagated dependencies, including from if’s and menus.)