CONFIG_K64_BUS_CLOCK_DIVIDER

Freescale K64 bus clock divider

Type: int

Help

This option specifies the divide value for the K64 bus 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:77

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_BUS_CLOCK_DIVIDER
    int
    prompt "Freescale K64 bus clock divider" if SOC_SERIES_KINETIS_K6X && SOC_FAMILY_KINETIS && ARM
    default 2 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 bus clock from the
      system clock.

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