The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_FLASH_HAS_PAGE_LAYOUT

(No prompt – not directly user assignable.)

Type: bool

Help

This option is enabled when the SoC flash driver supports retrieving the layout of flash memory pages.

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config FLASH_HAS_PAGE_LAYOUT
    bool
    default "y" if FLASH && BOARD_INTEL_S1000_CRB
    depends on FLASH && BOARD_INTEL_S1000_CRB

At drivers/flash/Kconfig:17

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

Menu path: (top menu) → Device Drivers

config FLASH_HAS_PAGE_LAYOUT
    bool
    help
      This option is enabled when the SoC flash driver supports
      retrieving the layout of flash memory pages.

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