-
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 <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
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:32
→ <Zephyr>/drivers/Kconfig:60
→ <Zephyr>/drivers/flash/Kconfig:69
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.)