:orphan: .. title:: SOC_MIMXRT1015 .. option:: CONFIG_SOC_MIMXRT1015 *SOC\_MIMXRT1015* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`HAS_MCUX ` - \ :option:`HAS_MCUX_CACHE ` - \ :option:`HAS_MCUX_CCM ` - \ :option:`HAS_MCUX_FLEXSPI ` - \ :option:`HAS_MCUX_IGPIO ` - \ :option:`HAS_MCUX_LPI2C ` - \ :option:`HAS_MCUX_LPSPI ` - \ :option:`HAS_MCUX_LPUART ` - \ :option:`HAS_MCUX_GPT ` - \ :option:`HAS_MCUX_TRNG ` - \ :option:`CPU_HAS_FPU_DOUBLE_PRECISION ` - \ :option:`CPU_HAS_ARM_MPU ` - \ :option:`INIT_SYS_PLL ` - \ :option:`INIT_USB1_PLL ` - \ :option:`INIT_ENET_PLL ` - \ :option:`HAS_MCUX_USB_EHCI ` - \ :option:`HAS_MCUX_USDHC1 ` - \ :option:`HAS_MCUX_USDHC2 ` - \ :option:`HAS_MCUX_EDMA ` Kconfig definition ================== At ``/arm/nxp_imx/rt/Kconfig.soc:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``/Kconfig:11`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/nxp_imx/Kconfig:14`` Menu path: (Top) → Hardware Configuration → i.MX RT Selection .. code-block:: kconfig config SOC_MIMXRT1015 bool "SOC_MIMXRT1015" select HAS_MCUX select HAS_MCUX_CACHE select HAS_MCUX_CCM select HAS_MCUX_FLEXSPI select HAS_MCUX_IGPIO select HAS_MCUX_LPI2C select HAS_MCUX_LPSPI select HAS_MCUX_LPUART select HAS_MCUX_GPT select HAS_MCUX_TRNG select CPU_HAS_FPU_DOUBLE_PRECISION select CPU_HAS_ARM_MPU select INIT_SYS_PLL select INIT_USB1_PLL select INIT_ENET_PLL select HAS_MCUX_USB_EHCI select HAS_MCUX_USDHC1 select HAS_MCUX_USDHC2 select HAS_MCUX_EDMA depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*