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

Kinetis KL2x Series MCU

Type: bool

Help

Enable support for Kinetis KL2x MCU series

Direct dependencies

<choice: SoC/CPU/Configuration Selection>

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

Kconfig definition

At soc/arm/nxp_kinetis/kl2x/Kconfig.series:8

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:6soc/arm/nxp_kinetis/Kconfig.soc:7

Menu path: (top menu) → SoC/CPU/Configuration Selection

config SOC_SERIES_KINETIS_KL2X
    bool
    prompt "Kinetis KL2x Series MCU" if <choice: SoC/CPU/Configuration Selection>
    select CPU_CORTEX_M0PLUS if <choice: SoC/CPU/Configuration Selection>
    select SOC_FAMILY_KINETIS if <choice: SoC/CPU/Configuration Selection>
    select CPU_HAS_SYSTICK if <choice: SoC/CPU/Configuration Selection>
    select CLOCK_CONTROL if <choice: SoC/CPU/Configuration Selection>
    depends on <choice: SoC/CPU/Configuration Selection>
    help
      Enable support for Kinetis KL2x MCU series

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