:orphan: .. title:: CONFIG_FLASH_MCUX_FLEXSPI_XIP .. kconfig:: CONFIG_FLASH_MCUX_FLEXSPI_XIP CONFIG_FLASH_MCUX_FLEXSPI_XIP ############################# *MCUX FlexSPI flash access with xip* Type: ``bool`` Help ==== .. code-block:: none Allows using the flash API while running in XIP. WARNING: It is possible to overwrite the running application itself. Direct dependencies =================== \ :kconfig:`BOARD_MIMXRT1024_EVK ` || \ :kconfig:`BOARD_MIMXRT1060_EVK ` || \ :kconfig:`BOARD_MIMXRT1060_EVK_HYPERFLASH ` || \ :kconfig:`BOARD_MIMXRT1064_EVK ` || \ :kconfig:`BOARD_MIMXRT685_EVK ` || (\ :kconfig:`MEMC_MCUX_FLEXSPI ` && (\ :kconfig:`CODE_FLEXSPI ` || \ :kconfig:`CODE_FLEXSPI2 ` || \ :kconfig:`SOC_SERIES_IMX_RT6XX `) && \ :kconfig:`HAS_MCUX_FLEXSPI ` && \ :kconfig:`FLASH `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :kconfig:`FLASH ` - y if \ :kconfig:`FLASH ` && \ :kconfig:`BOARD_MIMXRT1060_EVK ` - y if \ :kconfig:`FLASH ` - y if \ :kconfig:`FLASH ` Symbols selected by this symbol =============================== - \ :kconfig:`XIP ` Kconfig definitions =================== At ``/arm/mimxrt1024_evk/Kconfig.defconfig:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config FLASH_MCUX_FLEXSPI_XIP bool default y if FLASH depends on BOARD_MIMXRT1024_EVK ---- At ``/arm/mimxrt1060_evk/Kconfig.defconfig:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config FLASH_MCUX_FLEXSPI_XIP bool default y if FLASH && BOARD_MIMXRT1060_EVK depends on BOARD_MIMXRT1060_EVK || BOARD_MIMXRT1060_EVK_HYPERFLASH ---- At ``/arm/mimxrt1064_evk/Kconfig.defconfig:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config FLASH_MCUX_FLEXSPI_XIP bool default y if FLASH depends on BOARD_MIMXRT1064_EVK ---- At ``/arm/mimxrt685_evk/Kconfig.defconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config FLASH_MCUX_FLEXSPI_XIP bool default y if FLASH depends on BOARD_MIMXRT685_EVK ---- At ``/flash/Kconfig.mcux:53`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` → ``/flash/Kconfig:73`` Menu path: (Top) → Device Drivers → Flash hardware support .. code-block:: kconfig config FLASH_MCUX_FLEXSPI_XIP bool "MCUX FlexSPI flash access with xip" select XIP depends on MEMC_MCUX_FLEXSPI && (CODE_FLEXSPI || CODE_FLEXSPI2 || SOC_SERIES_IMX_RT6XX) && HAS_MCUX_FLEXSPI && FLASH help Allows using the flash API while running in XIP. WARNING: It is possible to overwrite the running application itself. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*