CONFIG_FLASH_MCUX_FLEXSPI_XIP
MCUX FlexSPI flash access with xip
Type: bool
Help
Allows using the flash API while running in XIP.
WARNING: It is possible to overwrite the running application itself.
Direct dependencies
(MEMC_MCUX_FLEXSPI
&& BOARD_MIMXRT1020_EVK
) || (MEMC_MCUX_FLEXSPI
&& BOARD_MIMXRT1024_EVK
) || (MEMC_MCUX_FLEXSPI
&& (BOARD_MIMXRT1050_EVK
|| BOARD_MIMXRT1050_EVK_QSPI
)) || (MEMC_MCUX_FLEXSPI
&& (BOARD_MIMXRT1060_EVK
|| BOARD_MIMXRT1060_EVK_HYPERFLASH
)) || (MEMC_MCUX_FLEXSPI
&& BOARD_MIMXRT1064_EVK
) || (FLASH
&& (BOARD_MIMXRT1160_EVK_CM7
|| BOARD_MIMXRT1160_EVK_CM4
)) || (FLASH
&& (BOARD_MIMXRT1170_EVK_CM7
|| BOARD_MIMXRT1170_EVK_CM4
)) || (MEMC_MCUX_FLEXSPI
&& BOARD_MIMXRT685_EVK
) || (MEMC_MCUX_FLEXSPI
&& (CODE_FLEXSPI
|| CODE_FLEXSPI2
|| SOC_SERIES_IMX_RT6XX
) && HAS_MCUX_FLEXSPI
&& FLASH
)
(Includes any dependencies from ifs and menus.)
Defaults
y if
FLASH
&&BOARD_MIMXRT1020_EVK
y if
FLASH
y if
FLASH
y if
FLASH
y if
FLASH
y if
CPU_CORTEX_M7
y if
CPU_CORTEX_M7
y if
FLASH
Symbols selected by this symbol
Kconfig definitions
At <Zephyr>/boards/arm/mimxrt1020_evk/Kconfig.defconfig:21
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config FLASH_MCUX_FLEXSPI_XIP
bool
default y if FLASH && BOARD_MIMXRT1020_EVK
depends on MEMC_MCUX_FLEXSPI && BOARD_MIMXRT1020_EVK
At <Zephyr>/boards/arm/mimxrt1024_evk/Kconfig.defconfig:18
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config FLASH_MCUX_FLEXSPI_XIP
bool
default y if FLASH
depends on MEMC_MCUX_FLEXSPI && BOARD_MIMXRT1024_EVK
At <Zephyr>/boards/arm/mimxrt1050_evk/Kconfig.defconfig:27
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config FLASH_MCUX_FLEXSPI_XIP
bool
default y if FLASH
depends on MEMC_MCUX_FLEXSPI && (BOARD_MIMXRT1050_EVK || BOARD_MIMXRT1050_EVK_QSPI)
At <Zephyr>/boards/arm/mimxrt1060_evk/Kconfig.defconfig:27
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config FLASH_MCUX_FLEXSPI_XIP
bool
default y if FLASH
depends on MEMC_MCUX_FLEXSPI && (BOARD_MIMXRT1060_EVK || BOARD_MIMXRT1060_EVK_HYPERFLASH)
At <Zephyr>/boards/arm/mimxrt1064_evk/Kconfig.defconfig:21
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config FLASH_MCUX_FLEXSPI_XIP
bool
default y if FLASH
depends on MEMC_MCUX_FLEXSPI && BOARD_MIMXRT1064_EVK
At <Zephyr>/boards/arm/mimxrt1160_evk/Kconfig.defconfig:27
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config FLASH_MCUX_FLEXSPI_XIP
bool
default y if CPU_CORTEX_M7
depends on FLASH && (BOARD_MIMXRT1160_EVK_CM7 || BOARD_MIMXRT1160_EVK_CM4)
At <Zephyr>/boards/arm/mimxrt1170_evk/Kconfig.defconfig:35
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config FLASH_MCUX_FLEXSPI_XIP
bool
default y if CPU_CORTEX_M7
depends on FLASH && (BOARD_MIMXRT1170_EVK_CM7 || BOARD_MIMXRT1170_EVK_CM4)
At <Zephyr>/boards/arm/mimxrt685_evk/Kconfig.defconfig:23
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config FLASH_MCUX_FLEXSPI_XIP
bool
default y if FLASH
depends on MEMC_MCUX_FLEXSPI && BOARD_MIMXRT685_EVK
At <Zephyr>/drivers/flash/Kconfig.mcux:73
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:62
→ <Zephyr>/drivers/flash/Kconfig:73
Menu path: (Top) → Device Drivers → Flash hardware support
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.)