CONFIG_KW2XD_BUS_CLOCK_DIVIDER

KW2xD bus clock divider

Type: int

Help

This option specifies the divide value for the KW2xD bus clock from the system clock.

Direct dependencies

(SOC_MKW24D5 || SOC_MKW22D5) && SOC_SERIES_KINETIS_KWX && SOC_FAMILY_KINETIS

(Includes any dependencies from ifs and menus.)

Default

  • 1

Kconfig definition

At soc/arm/nxp_kinetis/kwx/Kconfig.soc:101

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 KW2XD_BUS_CLOCK_DIVIDER
    int "KW2xD bus clock divider"
    default 1
    depends on (SOC_MKW24D5 || SOC_MKW22D5) && SOC_SERIES_KINETIS_KWX && SOC_FAMILY_KINETIS
    help
      This option specifies the divide value for the KW2xD bus clock from
      the system clock.

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