:orphan: .. title:: K22_FLEXBUS_CLOCK_DIVIDER .. option:: CONFIG_K22_FLEXBUS_CLOCK_DIVIDER *Freescale K22 FlexBus clock divider* Type: ``int`` Help ==== This option specifies the divide value for the K22 FlexBus clock from the system clock. Direct dependencies =================== \ :option:`SOC_SERIES_KINETIS_K2X ` && \ :option:`SOC_FAMILY_KINETIS ` *(Includes any dependencies from ifs and menus.)* Default ======= - 3 Kconfig definition ================== .. highlight:: kconfig At ``soc/arm/nxp_kinetis/k2x/Kconfig.soc:59`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/Kconfig:11`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2`` → ``soc/arm/nxp_kinetis/Kconfig:15`` Menu path: (Top) → Hardware Configuration .. parsed-literal:: config K22_FLEXBUS_CLOCK_DIVIDER int "Freescale K22 FlexBus clock divider" default 3 depends on \ :option:`SOC_SERIES_KINETIS_K2X ` && \ :option:`SOC_FAMILY_KINETIS ` help This option specifies the divide value for the K22 FlexBus clock from the system clock. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*