-
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¶
BOARD_MIMXRT1060_EVK
|| BOARD_MIMXRT1060_EVK_HYPERFLASH
|| BOARD_MIMXRT1064_EVK
|| 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_MIMXRT1060_EVK
y if
FLASH
y if
FLASH
Kconfig definitions¶
At <Zephyr>/boards/arm/mimxrt1060_evk/Kconfig.defconfig:22
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config FLASH_MCUX_FLEXSPI_XIP
bool
default y if FLASH && BOARD_MIMXRT1060_EVK
depends on BOARD_MIMXRT1060_EVK || BOARD_MIMXRT1060_EVK_HYPERFLASH
At <Zephyr>/boards/arm/mimxrt1064_evk/Kconfig.defconfig:21
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config FLASH_MCUX_FLEXSPI_XIP
bool
default y if FLASH
depends on BOARD_MIMXRT1064_EVK
At <Zephyr>/boards/arm/mimxrt685_evk/Kconfig.defconfig:20
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config FLASH_MCUX_FLEXSPI_XIP
bool
default y if FLASH
depends on BOARD_MIMXRT685_EVK
At <Zephyr>/drivers/flash/Kconfig.mcux:53
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:60
→ <Zephyr>/drivers/flash/Kconfig:69
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.)