-
CONFIG_SPI_FLASH_W25QXXDV_FLASH_SIZE
¶
Flash size in bytes
Type: int
Help¶
This is the flash capacity in bytes.
Defaults¶
- 2097152 if
SPI_FLASH_W25QXXDV
&&FLASH
Kconfig definition¶
At drivers/flash/Kconfig.w25qxxdv:40
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:60
→ drivers/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" ifSPI_FLASH_W25QXXDV
&&FLASH
default 2097152 ifSPI_FLASH_W25QXXDV
&&FLASH
depends onSPI_FLASH_W25QXXDV
&&FLASH
help This is the flash capacity in bytes.
(Definitions include propagated dependencies, including from if’s and menus.)