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

Data location selection

Type: bool

Choice options

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

choice DATA_LOCATION
    bool
    default DATA_SEMC if BOARD_MIMXRT1020_EVK
    depends on BOARD_MIMXRT1020_EVK

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

choice DATA_LOCATION
    bool
    default DATA_SEMC if BOARD_MIMXRT1050_EVK || BOARD_MIMXRT1050_EVK_QSPI
    depends on BOARD_MIMXRT1050_EVK || BOARD_MIMXRT1050_EVK_QSPI

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

choice DATA_LOCATION
    bool
    default DATA_SEMC if BOARD_MIMXRT1060_EVK || BOARD_MIMXRT1060_EVK_HYPERFLASH
    depends on BOARD_MIMXRT1060_EVK || BOARD_MIMXRT1060_EVK_HYPERFLASH

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

choice DATA_LOCATION
    bool
    default DATA_SEMC if BOARD_MIMXRT1064_EVK
    depends on BOARD_MIMXRT1064_EVK

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

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

Menu path: (top menu) → Hardware Configuration

choice DATA_LOCATION
    bool
    prompt "Data location selection" if SOC_SERIES_IMX_RT && SOC_FAMILY_IMX
    default DATA_DTCM 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.)