:orphan: .. title:: FLASH_MCUX_FLEXSPI_XIP_MEM .. option:: CONFIG_FLASH_MCUX_FLEXSPI_XIP_MEM *(No prompt -- not directly user assignable.)* Type: ``string`` Direct dependencies =================== \ :option:`FLASH_MCUX_FLEXSPI_XIP ` && \ :option:`HAS_MCUX_FLEXSPI ` && \ :option:`FLASH ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - "ITCM" if \ :option:`FLASH_MCUX_FLEXSPI_XIP_MEM_ITCM ` - "SRAM" if \ :option:`FLASH_MCUX_FLEXSPI_XIP_MEM_SRAM ` Kconfig definition ================== At ``/flash/Kconfig.mcux:81`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:60`` → ``/flash/Kconfig:69`` Menu path: (Top) → Device Drivers → Flash hardware support → MCUX FlexSPI flash access with xip .. code-block:: kconfig 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.)*