:orphan: .. title:: CONFIG_FLASH_MCUX_FLEXSPI_HYPERFLASH_WRITE_BUFFER .. kconfig:: CONFIG_FLASH_MCUX_FLEXSPI_HYPERFLASH_WRITE_BUFFER CONFIG_FLASH_MCUX_FLEXSPI_HYPERFLASH_WRITE_BUFFER ################################################# *MCUX FlexSPI HYPERFLASH write RAM buffer* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`FLASH_MCUX_FLEXSPI_HYPERFLASH ` && \ :kconfig:`HAS_MCUX_FLEXSPI ` && \ :kconfig:`FLASH ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/flash/Kconfig.mcux:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` → ``/flash/Kconfig:81`` Menu path: (Top) → Device Drivers → Flash hardware support .. code-block:: kconfig 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.)*