:orphan: .. title:: CONFIG_K8X_CORE_CLOCK_DIVIDER .. kconfig:: CONFIG_K8X_CORE_CLOCK_DIVIDER CONFIG_K8X_CORE_CLOCK_DIVIDER ############################# *Freescale K8x core clock divider* *Freescale K8x core clock divider* Type: ``int`` Help ==== .. code-block:: none This option specifies the divide value for the K8x processor core clock from the system clock. Help ==== .. code-block:: none This option specifies the divide value for the K8x processor core clock from the system clock. Direct dependencies =================== (\ :kconfig:`SOC_SERIES_KINETIS_K8X ` && \ :kconfig:`SOC_FAMILY_KINETIS `) || (\ :kconfig:`SOC_SERIES_KINETIS_K8X ` && \ :kconfig:`SOC_FAMILY_KINETIS `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 1 - 1 Kconfig definitions =================== At ``/arm/nxp_kinetis/k8x/Kconfig.soc:44`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/nxp_kinetis/Kconfig:15`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config K8X_CORE_CLOCK_DIVIDER int "Freescale K8x core clock divider" default 1 depends on SOC_SERIES_KINETIS_K8X && SOC_FAMILY_KINETIS help This option specifies the divide value for the K8x processor core clock from the system clock. ---- At ``/arm/nxp_kinetis/k8x/Kconfig.soc:44`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nxp_kinetis/Kconfig:15`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config K8X_CORE_CLOCK_DIVIDER int "Freescale K8x core clock divider" default 1 depends on SOC_SERIES_KINETIS_K8X && SOC_FAMILY_KINETIS help This option specifies the divide value for the K8x processor core clock from the system clock. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*