:orphan: .. title:: CONFIG_SOC_SERIES_IMX_RT10XX .. kconfig:: CONFIG_SOC_SERIES_IMX_RT10XX CONFIG_SOC_SERIES_IMX_RT10XX ############################ *i.MX RT 10XX Series* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SOC_SERIES_IMX_RT ` && \ :kconfig:`SOC_FAMILY_IMX ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`CPU_CORTEX_M7 ` - \ :kconfig:`CPU_CORTEX_M_HAS_DWT ` Symbols that select this symbol =============================== - \ :kconfig:`SOC_MIMXRT1011 ` - \ :kconfig:`SOC_MIMXRT1015 ` - \ :kconfig:`SOC_MIMXRT1021 ` - \ :kconfig:`SOC_MIMXRT1024 ` - \ :kconfig:`SOC_MIMXRT1051 ` - \ :kconfig:`SOC_MIMXRT1052 ` - \ :kconfig:`SOC_MIMXRT1061 ` - \ :kconfig:`SOC_MIMXRT1062 ` - \ :kconfig:`SOC_MIMXRT1064 ` Kconfig definition ================== At ``/arm/nxp_imx/rt/Kconfig.soc:534`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:18`` → ``/arm/nxp_imx/Kconfig:14`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config SOC_SERIES_IMX_RT10XX bool "i.MX RT 10XX Series" select CPU_CORTEX_M7 select CPU_CORTEX_M_HAS_DWT depends on SOC_SERIES_IMX_RT && SOC_FAMILY_IMX *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*