choice FLASH_MCUX_FLEXSPI_XIP_MEM_TARGET: FlexSPI drivers relocation target

FlexSPI drivers relocation target

Type: bool

Help

Select the location to run the FlexSPI drivers when using
the flash API.

Direct dependencies

BOARD_MIMXRT685_EVK || (FLASH_MCUX_FLEXSPI_XIP && HAS_MCUX_FLEXSPI && FLASH)

(Includes any dependencies from ifs and menus.)

Kconfig definitions

At <Zephyr>/boards/arm/mimxrt685_evk/Kconfig.defconfig:23

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

choice FLASH_MCUX_FLEXSPI_XIP_MEM_TARGET
    bool
    default FLASH_MCUX_FLEXSPI_XIP_MEM_SRAM
    depends on BOARD_MIMXRT685_EVK

At <Zephyr>/drivers/flash/Kconfig.mcux:64

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:60<Zephyr>/drivers/flash/Kconfig:71

Menu path: (Top) → Device Drivers → Flash hardware support → MCUX FlexSPI flash access with xip

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.)