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

Page size of SPI flash

Type: int

Help

This option specifies page size of SPI flash

Direct dependencies

(FLASH && BOARD_INTEL_S1000_CRB) || (SPI_NOR && FLASH)

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

Defaults

Kconfig definitions

At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:182

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config SPI_NOR_PAGE_SIZE
    int
    default 256 if FLASH && BOARD_INTEL_S1000_CRB
    depends on FLASH && BOARD_INTEL_S1000_CRB

At drivers/flash/Kconfig.nor:29

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

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

config SPI_NOR_PAGE_SIZE
    int
    prompt "Page size of SPI flash" if SPI_NOR && FLASH
    default 0 if SPI_NOR && FLASH
    depends on SPI_NOR && FLASH
    help
      This option specifies page size of SPI flash

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