CONFIG_K64_FLEXBUS_CLOCK_DIVIDER

Freescale K64 FlexBus clock divider

Type: int

Help

This option specifies the divide value for the K64 FlexBus clock from the system clock.

Direct dependencies

SOC_SERIES_KINETIS_K6X && SOC_FAMILY_KINETIS && ARM

(Includes any dependencies from if’s and menus.)

Kconfig definition

At arch/arm/soc/nxp_kinetis/k6x/Kconfig.soc:84

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/arm/Kconfig:23arch/arm/soc/nxp_kinetis/Kconfig:18

Menu path: (top menu) → ARM Options → SoC Configuration

config K64_FLEXBUS_CLOCK_DIVIDER
    int
    prompt "Freescale K64 FlexBus clock divider" if SOC_SERIES_KINETIS_K6X && SOC_FAMILY_KINETIS && ARM
    default 3 if SOC_SERIES_KINETIS_K6X && SOC_FAMILY_KINETIS && ARM
    depends on SOC_SERIES_KINETIS_K6X && SOC_FAMILY_KINETIS && ARM
    help
      This option specifies the divide value for the K64 FlexBus clock from the
      system clock.

(Definitions include propagated dependencies, including from if’s and menus.)