The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_K8X_FLASH_CLOCK_DIVIDER

Freescale K8x flash clock divider

Type: int

Help

This option specifies the divide value for the K8x flash clock from the
system clock.

Direct dependencies

SOC_SERIES_KINETIS_K8X && SOC_FAMILY_KINETIS

(Includes any dependencies from ifs and menus.)

Default

  • 5

Kconfig definition

At soc/arm/nxp_kinetis/k8x/Kconfig.soc:65

Included via Kconfig:8Kconfig.zephyr:38soc/Kconfig:18soc/arm/nxp_kinetis/Kconfig:15

Menu path: (Top) → Hardware Configuration

config K8X_FLASH_CLOCK_DIVIDER
    int "Freescale K8x flash clock divider"
    default 5
    depends on SOC_SERIES_KINETIS_K8X && SOC_FAMILY_KINETIS
    help
      This option specifies the divide value for the K8x flash clock from the
      system clock.

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