CONFIG_SOC_SERIES_IMX7_M4

i.MX7 M4 Core Series

Type: bool

Help

Enable support for i.MX7 M4 MCU series

Direct dependencies

<choice: ARM SoC Selection>

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

Kconfig definition

At arch/arm/soc/nxp_imx/mcimx7_m4/Kconfig.series:8

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16arch/arm/Kconfig:14arch/arm/soc/nxp_imx/Kconfig.soc:7

Menu path: (top menu) → ARM SoC Selection

config SOC_SERIES_IMX7_M4
    bool
    prompt "i.MX7 M4 Core Series" if <choice: ARM SoC Selection>
    select CPU_CORTEX_M if <choice: ARM SoC Selection>
    select CPU_CORTEX_M4 if <choice: ARM SoC Selection>
    select SOC_FAMILY_IMX if <choice: ARM SoC Selection>
    select CPU_HAS_SYSTICK if <choice: ARM SoC Selection>
    select CLOCK_CONTROL if <choice: ARM SoC Selection>
    select CPU_HAS_FPU if <choice: ARM SoC Selection>
    depends on <choice: ARM SoC Selection>
    help
      Enable support for i.MX7 M4 MCU series

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