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 && ARM

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

Kconfig definition

At arch/arm/soc/nxp_kinetis/kwx/Kconfig.soc:97

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

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