The latest development version of this page may be more current than this released 1.14.0 version.
choice CODE_LOCATION: Code location selection

Code location selection

Type: bool

Kconfig definitions

At boards/arm/mimxrt1020_evk/Kconfig.defconfig:13

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

choice CODE_LOCATION
    bool
    default CODE_FLEXSPI if BOARD_MIMXRT1020_EVK
    depends on BOARD_MIMXRT1020_EVK

At boards/arm/mimxrt1050_evk/Kconfig.defconfig:13

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

choice CODE_LOCATION
    bool
    default CODE_FLEXSPI if BOARD_MIMXRT1050_EVK || BOARD_MIMXRT1050_EVK_QSPI
    depends on BOARD_MIMXRT1050_EVK || BOARD_MIMXRT1050_EVK_QSPI

At boards/arm/mimxrt1060_evk/Kconfig.defconfig:14

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

choice CODE_LOCATION
    bool
    default CODE_FLEXSPI if BOARD_MIMXRT1060_EVK || BOARD_MIMXRT1060_EVK_HYPERFLASH
    depends on BOARD_MIMXRT1060_EVK || BOARD_MIMXRT1060_EVK_HYPERFLASH

At boards/arm/mimxrt1064_evk/Kconfig.defconfig:13

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

choice CODE_LOCATION
    bool
    default CODE_FLEXSPI2 if BOARD_MIMXRT1064_EVK
    depends on BOARD_MIMXRT1064_EVK

At soc/arm/nxp_imx/rt/Kconfig.soc:266

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:12soc/arm/nxp_imx/Kconfig:17

Menu path: (top menu) → Hardware Configuration

choice CODE_LOCATION
    bool
    prompt "Code location selection" if SOC_SERIES_IMX_RT && SOC_FAMILY_IMX
    default CODE_ITCM if SOC_SERIES_IMX_RT && SOC_FAMILY_IMX
    depends on SOC_SERIES_IMX_RT && SOC_FAMILY_IMX

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