The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_DISK_FLASH_MAX_RW_SIZE

Flash device max read-write size in decimal

Type: int

Help

This is the maximum number of bytes that the flash_write API can accept per invocation. API.

Direct dependencies

(DISK_ACCESS_FLASH && SOC_FLASH_NIOS2_QSPI && FLASH && BOARD_ALTERA_MAX10) || (DISK_ACCESS_FLASH && SPI_FLASH_W25QXXDV && FLASH && SPI && BOARD_ARDUINO_101) || DISK_ACCESS_FLASH

(Includes any dependencies from if’s and menus.)

Kconfig definitions

At boards/nios2/altera_max10/Kconfig.defconfig:26

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config DISK_FLASH_MAX_RW_SIZE
    int
    default 256 if DISK_ACCESS_FLASH && SOC_FLASH_NIOS2_QSPI && FLASH && BOARD_ALTERA_MAX10
    depends on DISK_ACCESS_FLASH && SOC_FLASH_NIOS2_QSPI && FLASH && BOARD_ALTERA_MAX10

At boards/x86/arduino_101/Kconfig.defconfig:35

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config DISK_FLASH_MAX_RW_SIZE
    int
    default 256 if DISK_ACCESS_FLASH && SPI_FLASH_W25QXXDV && FLASH && SPI && BOARD_ARDUINO_101
    depends on DISK_ACCESS_FLASH && SPI_FLASH_W25QXXDV && FLASH && SPI && BOARD_ARDUINO_101

At subsys/disk/Kconfig:80

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:16

Menu path: (top menu) → Disk

config DISK_FLASH_MAX_RW_SIZE
    int
    prompt "Flash device max read-write size in decimal" if DISK_ACCESS_FLASH
    depends on DISK_ACCESS_FLASH
    help
      This is the maximum number of bytes that the
      flash_write API can accept per invocation.
      API.

(Definitions include propagated dependencies, including from if’s and menus.)