CONFIG_FLASH_MCUX_FLEXSPI_XIP_MEM

(No prompt – not directly user assignable.)

Type: string

Direct dependencies

FLASH_MCUX_FLEXSPI_XIP && HAS_MCUX_FLEXSPI && FLASH

(Includes any dependencies from ifs and menus.)

Kconfig definition

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

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

config FLASH_MCUX_FLEXSPI_XIP_MEM
    string
    default "ITCM" if FLASH_MCUX_FLEXSPI_XIP_MEM_ITCM
    default "SRAM" if FLASH_MCUX_FLEXSPI_XIP_MEM_SRAM
    depends on FLASH_MCUX_FLEXSPI_XIP && HAS_MCUX_FLEXSPI && FLASH

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)