The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SPI_FLASH_W25QXXDV_FLASH_SIZE

Flash size in bytes

Type: int

Help

This is the flash capacity in bytes.

Direct dependencies

SPI_FLASH_W25QXXDV && FLASH

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

Defaults

Kconfig definition

At drivers/flash/Kconfig.w25qxxdv:40

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:60drivers/flash/Kconfig:66

Menu path: (top menu) → Device Drivers → Flash hardware support → SPI NOR Flash Winbond W25QXXDV

config SPI_FLASH_W25QXXDV_FLASH_SIZE
    int
    prompt "Flash size in bytes" if SPI_FLASH_W25QXXDV && FLASH
    default 2097152 if SPI_FLASH_W25QXXDV && FLASH
    depends on SPI_FLASH_W25QXXDV && FLASH
    help
      This is the flash capacity in bytes.

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