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

Kconfig definitions

At <Zephyr>/boards/xtensa/intel_s1000_crb/Kconfig.defconfig:143

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config FLASH_HAS_PAGE_LAYOUT
    bool
    default y
    depends on FLASH && BOARD_INTEL_S1000_CRB

At <Zephyr>/drivers/flash/Kconfig:14

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:60

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