-
CONFIG_KW2XD_BUS_CLOCK_DIVIDER
¶
KW2xD bus clock divider
Type: int
Help¶
This option specifies the divide value for the KW2xD bus clock from the system clock.
Direct dependencies¶
(SOC_MKW24D5
|| SOC_MKW22D5
) && SOC_SERIES_KINETIS_KWX
&& SOC_FAMILY_KINETIS
&& ARM
(Includes any dependencies from if’s and menus.)
Defaults¶
- 1 if (
SOC_MKW24D5
||SOC_MKW22D5
) &&SOC_SERIES_KINETIS_KWX
&&SOC_FAMILY_KINETIS
&&ARM
Kconfig definition¶
At arch/arm/soc/nxp_kinetis/kwx/Kconfig.soc:97
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 KW2XD_BUS_CLOCK_DIVIDER int prompt "KW2xD bus clock divider" if (SOC_MKW24D5
||SOC_MKW22D5
) &&SOC_SERIES_KINETIS_KWX
&&SOC_FAMILY_KINETIS
&&ARM
default 1 if (SOC_MKW24D5
||SOC_MKW22D5
) &&SOC_SERIES_KINETIS_KWX
&&SOC_FAMILY_KINETIS
&&ARM
depends on (SOC_MKW24D5
||SOC_MKW22D5
) &&SOC_SERIES_KINETIS_KWX
&&SOC_FAMILY_KINETIS
&&ARM
help This option specifies the divide value for the KW2xD bus clock from the system clock.
(Definitions include propagated dependencies, including from if’s and menus.)