CONFIG_NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE¶
Page size to use for FLASH_LAYOUT feature
Type: int
Help¶
When CONFIG_FLASH_PAGE_LAYOUT is used this driver will support
that API.  By default the page size corresponds to the block
size (65536).  Other option include the sector size (4096).
Default¶
- 65536 
Kconfig definition¶
At <Zephyr Driver>/flash/Kconfig.nordic_qspi_nor:21
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:62 → <Zephyr Driver>/flash/Kconfig:93
Menu path: (Top) → Device Drivers → Flash hardware support → QSPI NOR Flash
config NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE
    int "Page size to use for FLASH_LAYOUT feature"
    default 65536
    depends on NORDIC_QSPI_NOR && FLASH
    help
      When CONFIG_FLASH_PAGE_LAYOUT is used this driver will support
      that API.  By default the page size corresponds to the block
      size (65536).  Other option include the sector size (4096).
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)