CONFIG_FLASH_MCUX_FLEXSPI_HYPERFLASH_WRITE_BUFFER
MCUX FlexSPI HYPERFLASH write RAM buffer
Type: bool
Help
Copy the data to a RAM buffer before writing it to the flash.
This prevents faults when the data to write would be located on the
flash itself.
Direct dependencies
FLASH_MCUX_FLEXSPI_HYPERFLASH
&& HAS_MCUX_FLEXSPI
&& FLASH
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definition
At <Zephyr>/drivers/flash/Kconfig.mcux:64
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_HYPERFLASH_WRITE_BUFFER
bool "MCUX FlexSPI HYPERFLASH write RAM buffer"
default y
depends on FLASH_MCUX_FLEXSPI_HYPERFLASH && HAS_MCUX_FLEXSPI && FLASH
help
Copy the data to a RAM buffer before writing it to the flash.
This prevents faults when the data to write would be located on the
flash itself.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)