CONFIG_KV5X_FLEXBUS_CLOCK_DIVIDER

Freescale KV5x FlexBus clock divider

Type: int

Help

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

Direct dependencies

SOC_SERIES_KINETIS_KV5X && SOC_FAMILY_KINETIS

(Includes any dependencies from ifs and menus.)

Default

  • 4

Kconfig definition

At soc/arm/nxp_kinetis/kv5x/Kconfig.soc:74

Included via Kconfig:8Kconfig.zephyr:28soc/Kconfig:11/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.arch:2soc/arm/nxp_kinetis/Kconfig:15

Menu path: (Top) → Hardware Configuration

config KV5X_FLEXBUS_CLOCK_DIVIDER
    int "Freescale KV5x FlexBus clock divider"
    default 4
    depends on SOC_SERIES_KINETIS_KV5X && SOC_FAMILY_KINETIS
    help
      This option specifies the divide value for the KV5X FlexBus clock from the
      system clock.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)