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
&& BOARD_INTEL_S1000_CRB
) || (FLASH_HAS_PAGE_LAYOUT
&& FLASH
)
(Includes any dependencies from ifs and menus.)
Defaults
y
y
Symbols that select this symbol
Symbols that imply this symbol
Kconfig definitions
At <Zephyr>/boards/xtensa/intel_s1000_crb/Kconfig.defconfig:144
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:22
Menu path: (Top)
config FLASH_PAGE_LAYOUT
bool
default y
depends on FLASH && BOARD_INTEL_S1000_CRB
At <Zephyr>/drivers/flash/Kconfig:54
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:62
Menu path: (Top) → Device Drivers → Flash hardware support
config FLASH_PAGE_LAYOUT
bool "API for retrieving the layout of pages"
default y
depends on FLASH_HAS_PAGE_LAYOUT && FLASH
help
Enables API for retrieving the layout of flash memory pages.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)