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 Driver>/flash/Kconfig.mcux:81

Included via Kconfig:8Kconfig.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

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