The latest development version of this page may be more current than this released 2.7.5 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.

Default

  • y

Symbols that select this symbol

Kconfig definitions

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

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config FLASH_HAS_PAGE_LAYOUT
    bool
    default y
    depends on FLASH && BOARD_INTEL_S1000_CRB

At drivers/flash/Kconfig:14

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:62

Menu path: (Top) → 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.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)