-
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.
Defaults¶
- “y” if
FLASH
&&BOARD_INTEL_S1000_CRB
Symbols that select this symbol¶
Kconfig definitions¶
At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:188
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config FLASH_HAS_PAGE_LAYOUT bool default "y" ifFLASH
&&BOARD_INTEL_S1000_CRB
depends onFLASH
&&BOARD_INTEL_S1000_CRB
At drivers/flash/Kconfig:17
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:60
Menu path: (top menu) → 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.
(Definitions include propagated dependencies, including from if’s and menus.)