:orphan: .. title:: choice FLASH_MCUX_FLEXSPI_XIP_MEM_TARGET: FlexSPI drivers relocation target .. _choice_16: .. describe:: choice FLASH_MCUX_FLEXSPI_XIP_MEM_TARGET: FlexSPI drivers relocation target *FlexSPI drivers relocation target* Type: ``bool`` Help ==== .. code-block:: none Select the location to run the FlexSPI drivers when using the flash API. Direct dependencies =================== \ :kconfig:`BOARD_MIMXRT685_EVK ` || (\ :kconfig:`FLASH_MCUX_FLEXSPI_XIP ` && \ :kconfig:`HAS_MCUX_FLEXSPI ` && \ :kconfig:`FLASH `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :kconfig:`FLASH_MCUX_FLEXSPI_XIP_MEM_SRAM ` - \ :kconfig:`FLASH_MCUX_FLEXSPI_XIP_MEM_ITCM ` Choice options ============== - \ :kconfig:`FLASH_MCUX_FLEXSPI_XIP_MEM_ITCM ` - \ :kconfig:`FLASH_MCUX_FLEXSPI_XIP_MEM_SRAM ` Kconfig definitions =================== At ``/arm/mimxrt685_evk/Kconfig.defconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig choice FLASH_MCUX_FLEXSPI_XIP_MEM_TARGET bool default FLASH_MCUX_FLEXSPI_XIP_MEM_SRAM depends on BOARD_MIMXRT685_EVK ---- At ``/flash/Kconfig.mcux:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` → ``/flash/Kconfig:73`` Menu path: (Top) → Device Drivers → Flash hardware support → MCUX FlexSPI flash access with xip .. code-block:: kconfig choice FLASH_MCUX_FLEXSPI_XIP_MEM_TARGET bool "FlexSPI drivers relocation target" default FLASH_MCUX_FLEXSPI_XIP_MEM_ITCM depends on FLASH_MCUX_FLEXSPI_XIP && HAS_MCUX_FLEXSPI && FLASH help Select the location to run the FlexSPI drivers when using the flash API. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*