-
CONFIG_K64_BUS_CLOCK_DIVIDER
¶
Freescale K64 bus clock divider
Type: int
Help¶
This option specifies the divide value for the K64 bus clock from the system clock.
Direct dependencies¶
SOC_SERIES_KINETIS_K6X
&& SOC_FAMILY_KINETIS
&& ARM
(Includes any dependencies from if’s and menus.)
Defaults¶
- 2 if
SOC_SERIES_KINETIS_K6X
&&SOC_FAMILY_KINETIS
&&ARM
Kconfig definition¶
At arch/arm/soc/nxp_kinetis/k6x/Kconfig.soc:77
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/arm/Kconfig:23
→ arch/arm/soc/nxp_kinetis/Kconfig:18
Menu path: (top menu) → ARM Options → SoC Configuration
config K64_BUS_CLOCK_DIVIDER int prompt "Freescale K64 bus clock divider" ifSOC_SERIES_KINETIS_K6X
&&SOC_FAMILY_KINETIS
&&ARM
default 2 ifSOC_SERIES_KINETIS_K6X
&&SOC_FAMILY_KINETIS
&&ARM
depends onSOC_SERIES_KINETIS_K6X
&&SOC_FAMILY_KINETIS
&&ARM
help This option specifies the divide value for the K64 bus clock from the system clock.
(Definitions include propagated dependencies, including from if’s and menus.)