CONFIG_NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE

Page size to use for FLASH_LAYOUT feature

Type: int

Help

Set the flash layout page size equal to the erase block size of the
chosen Zephyr flash devicetree node to ensure that swapping can be
performed.

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).

Defaults

  • 0

  • 65536

Kconfig definitions

At <nRF>/modules/Kconfig.mcuboot:34

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:55<nRF>/modules/Kconfig:7

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect

config NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE
    int
    default 0
    help
      Set the flash layout page size equal to the erase block size of the
      chosen Zephyr flash devicetree node to ensure that swapping can be
      performed.

At <Zephyr>/drivers/flash/Kconfig.nordic_qspi_nor:21

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:60<Zephyr>/drivers/flash/Kconfig:91

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.)