CONFIG_FLASH_PAGE_LAYOUT

API for retrieving the layout of pages

Type: bool

Help

Enables API for retrieving the layout of flash memory pages.

Direct dependencies

FLASH && FLASH_HAS_PAGE_LAYOUT

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/flash/Kconfig:28

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:62

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

config FLASH_PAGE_LAYOUT
    bool
    prompt "API for retrieving the layout of pages" if FLASH && FLASH_HAS_PAGE_LAYOUT
    depends on FLASH && FLASH_HAS_PAGE_LAYOUT
    help
      Enables API for retrieving the layout of flash memory pages.

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