:orphan: .. title:: SOC_SERIES_IMX_RT .. option:: CONFIG_SOC_SERIES_IMX_RT *i.MX RT Series* Type: ``bool`` Help ==== .. code-block:: none Enable support for i.MX RT MCU series Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`ARM ` - \ :option:`CPU_CORTEX_M7 ` - \ :option:`CPU_CORTEX_M_HAS_DWT ` - \ :option:`SOC_FAMILY_IMX ` - \ :option:`CLOCK_CONTROL ` Kconfig definition ================== At ``/arm/nxp_imx/rt/Kconfig.series:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.soc:1`` → ``/arm/nxp_imx/Kconfig.soc:4`` Menu path: (Top) → SoC/CPU/Configuration Selection .. code-block:: kconfig config SOC_SERIES_IMX_RT bool "i.MX RT Series" select ARM select CPU_CORTEX_M7 select CPU_CORTEX_M_HAS_DWT select SOC_FAMILY_IMX select CLOCK_CONTROL depends on help Enable support for i.MX RT MCU series *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*