:orphan: .. title:: CONFIG_MCG_FCRDIV .. kconfig:: CONFIG_MCG_FCRDIV CONFIG_MCG_FCRDIV ################# *Fast internal reference clock divider* *Fast internal reference clock divider* Type: ``int`` Help ==== .. code-block:: none Selects the amount to divide down the fast internal reference clock. The resulting frequency must be in the range 31.25 kHz to 4 MHz. Help ==== .. code-block:: none Selects the amount to divide down the fast internal reference clock. The resulting frequency must be in the range 31.25 kHz to 4 MHz. Direct dependencies =================== \ :kconfig:`BOARD_FRDM_K22F ` || \ :kconfig:`BOARD_FRDM_K64F ` || \ :kconfig:`BOARD_FRDM_K82F ` || \ :kconfig:`BOARD_FRDM_KL25Z ` || \ :kconfig:`BOARD_FRDM_KW41Z ` || \ :kconfig:`BOARD_HEXIWEAR_K64 ` || \ :kconfig:`BOARD_HEXIWEAR_KW40Z ` || \ :kconfig:`BOARD_IP_K66F ` || \ :kconfig:`BOARD_TWR_KV58F220M ` || \ :kconfig:`BOARD_USB_KW24D512 ` || (\ :kconfig:`HAS_MCG ` && \ :kconfig:`SOC_FAMILY_KINETIS `) || (\ :kconfig:`HAS_MCG ` && \ :kconfig:`SOC_FAMILY_KINETIS `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0 - 1 - 1 - 0 - 0 - 1 - 0 - 1 - 1 - 2 - 1 - 1 Kconfig definitions =================== At ``/arm/frdm_k22f/Kconfig.defconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config MCG_FCRDIV int default 0 depends on BOARD_FRDM_K22F ---- At ``/arm/frdm_k64f/Kconfig.defconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config MCG_FCRDIV int default 1 depends on BOARD_FRDM_K64F ---- At ``/arm/frdm_k82f/Kconfig.defconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config MCG_FCRDIV int default 1 depends on BOARD_FRDM_K82F ---- At ``/arm/frdm_kl25z/Kconfig.defconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config MCG_FCRDIV int default 0 depends on BOARD_FRDM_KL25Z ---- At ``/arm/frdm_kw41z/Kconfig.defconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config MCG_FCRDIV int default 0 depends on BOARD_FRDM_KW41Z ---- At ``/arm/hexiwear_k64/Kconfig.defconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config MCG_FCRDIV int default 1 depends on BOARD_HEXIWEAR_K64 ---- At ``/arm/hexiwear_kw40z/Kconfig.defconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config MCG_FCRDIV int default 0 depends on BOARD_HEXIWEAR_KW40Z ---- At ``/arm/ip_k66f/Kconfig.defconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config MCG_FCRDIV int default 1 depends on BOARD_IP_K66F ---- At ``/arm/twr_kv58f220m/Kconfig.defconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config MCG_FCRDIV int default 1 depends on BOARD_TWR_KV58F220M ---- At ``/arm/usb_kw24d512/Kconfig.defconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config MCG_FCRDIV int default 2 depends on BOARD_USB_KW24D512 ---- At ``/arm/nxp_kinetis/Kconfig:86`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:15`` → ``/kconfig/Kconfig.soc.arch:2`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config MCG_FCRDIV int "Fast internal reference clock divider" range 0 7 default 1 depends on HAS_MCG && SOC_FAMILY_KINETIS help Selects the amount to divide down the fast internal reference clock. The resulting frequency must be in the range 31.25 kHz to 4 MHz. ---- At ``/arm/nxp_kinetis/Kconfig:86`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config MCG_FCRDIV int "Fast internal reference clock divider" range 0 7 default 1 depends on HAS_MCG && SOC_FAMILY_KINETIS help Selects the amount to divide down the fast internal reference clock. The resulting frequency must be in the range 31.25 kHz to 4 MHz. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*