CONFIG_K8X_BUS_CLOCK_DIVIDER¶
Freescale K8x bus clock divider
Freescale K8x bus clock divider
Type: int
Help¶
This option specifies the divide value for the K8x bus clock from the
system clock.
Help¶
This option specifies the divide value for the K8x bus clock from the
system clock.
Direct dependencies¶
(SOC_SERIES_KINETIS_K8X
&& SOC_FAMILY_KINETIS
) || (SOC_SERIES_KINETIS_K8X
&& SOC_FAMILY_KINETIS
)
(Includes any dependencies from ifs and menus.)
Defaults¶
2
2
Kconfig definitions¶
At <Zephyr>/soc/arm/nxp_kinetis/k8x/Kconfig.soc:51
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:36
→ <Zephyr>/soc/Kconfig:15
→ <nRF>/doc/_build/kconfig/Kconfig.soc.arch:2
→ <Zephyr>/soc/arm/nxp_kinetis/Kconfig:15
Menu path: (Top) → Hardware Configuration
config K8X_BUS_CLOCK_DIVIDER
int "Freescale K8x bus clock divider"
default 2
depends on SOC_SERIES_KINETIS_K8X && SOC_FAMILY_KINETIS
help
This option specifies the divide value for the K8x bus clock from the
system clock.
At <Zephyr>/soc/arm/nxp_kinetis/k8x/Kconfig.soc:51
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:36
→ <Zephyr>/soc/Kconfig:18
→ <Zephyr>/soc/arm/nxp_kinetis/Kconfig:15
Menu path: (Top) → Hardware Configuration
config K8X_BUS_CLOCK_DIVIDER
int "Freescale K8x bus clock divider"
default 2
depends on SOC_SERIES_KINETIS_K8X && SOC_FAMILY_KINETIS
help
This option specifies the divide value for the K8x bus clock from the
system clock.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)