-
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.)
Choice options¶
Kconfig definitions¶
At <Zephyr Boards>/arm/mimxrt685_evk/Kconfig.defconfig:23
Included via Kconfig:8 → 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 Driver>/flash/Kconfig.mcux:64
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:62 → <Zephyr Driver>/flash/Kconfig:73
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.)