-
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
.
Symbols that select this symbol¶
Kconfig definition¶
At drivers/flash/Kconfig:28
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:62
Menu path: (top menu) → Device Drivers → Flash hardware support
config FLASH_PAGE_LAYOUT bool prompt "API for retrieving the layout of pages" ifFLASH
&&FLASH_HAS_PAGE_LAYOUT
depends onFLASH
&&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.)