CONFIG_SOC_SERIES_KINETIS_K8X

Kinetis K8x Series MCU

Type: bool

Help

Enable support for Kinetis K8x MCU series

Direct dependencies

<choice: SoC/CPU/Configuration Selection>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/soc/arm/nxp_kinetis/k8x/Kconfig.series:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:28<Zephyr>/soc/Kconfig:6<BuildDir>/Kconfig/Kconfig.soc:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.soc:4

Menu path: (Top) → SoC/CPU/Configuration Selection

config SOC_SERIES_KINETIS_K8X
    bool "Kinetis K8x Series MCU"
    select ARM
    select CPU_CORTEX_M4
    select CPU_CORTEX_M_HAS_DWT
    select SOC_FAMILY_KINETIS
    select CPU_HAS_NXP_MPU
    select CPU_HAS_FPU
    select CLOCK_CONTROL
    select HAS_MCUX
    select HAS_MCUX_ADC16
    select HAS_MCUX_FTFX
    select HAS_MCUX_FTM
    select HAS_MCUX_LPUART
    select HAS_MCUX_PIT
    select HAS_MCUX_RTC
    select HAS_MCUX_SIM
    select HAS_MCUX_TRNG
    select HAS_OSC
    select HAS_MCG
    depends on <choice: SoC/CPU/Configuration Selection>
    help
      Enable support for Kinetis K8x MCU series

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