:orphan: .. title:: KW2XD_CORE_CLOCK_DIVIDER .. option:: CONFIG_KW2XD_CORE_CLOCK_DIVIDER *KW2xD core clock divider* Type: ``int`` Help ==== This option specifies the divide value for the KW2xD processor core clock from the system clock. Direct dependencies =================== (\ :option:`SOC_MKW24D5 ` || \ :option:`SOC_MKW22D5 `) && \ :option:`SOC_SERIES_KINETIS_KWX ` && \ :option:`SOC_FAMILY_KINETIS ` *(Includes any dependencies from if's and menus.)* Defaults ======== - 1 if (\ :option:`SOC_MKW24D5 ` || \ :option:`SOC_MKW22D5 `) && \ :option:`SOC_SERIES_KINETIS_KWX ` && \ :option:`SOC_FAMILY_KINETIS ` Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/nxp_kinetis/kwx/Kconfig.soc:93`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:27`` → ``soc/Kconfig:12`` → ``soc/arm/nxp_kinetis/Kconfig:18`` Menu path: (top menu) → Hardware Configuration .. parsed-literal:: config KW2XD_CORE_CLOCK_DIVIDER int prompt "KW2xD core clock divider" if (\ :option:`SOC_MKW24D5 ` || \ :option:`SOC_MKW22D5 `) && \ :option:`SOC_SERIES_KINETIS_KWX ` && \ :option:`SOC_FAMILY_KINETIS ` default 1 if (\ :option:`SOC_MKW24D5 ` || \ :option:`SOC_MKW22D5 `) && \ :option:`SOC_SERIES_KINETIS_KWX ` && \ :option:`SOC_FAMILY_KINETIS ` depends on (\ :option:`SOC_MKW24D5 ` || \ :option:`SOC_MKW22D5 `) && \ :option:`SOC_SERIES_KINETIS_KWX ` && \ :option:`SOC_FAMILY_KINETIS ` help This option specifies the divide value for the KW2xD processor core clock from the system clock. *(Definitions include propagated dependencies, including from if's and menus.)*