:orphan: .. title:: CONFIG_FLASH_PAGE_LAYOUT .. kconfig:: CONFIG_FLASH_PAGE_LAYOUT CONFIG_FLASH_PAGE_LAYOUT ######################## *API for retrieving the layout of pages* Type: ``bool`` Help ==== .. code-block:: none Enables API for retrieving the layout of flash memory pages. Direct dependencies =================== (\ :kconfig:`FLASH ` && \ :kconfig:`BOARD_INTEL_S1000_CRB `) || (\ :kconfig:`FLASH_HAS_PAGE_LAYOUT ` && \ :kconfig:`FLASH `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols that select this symbol =============================== - \ :kconfig:`SOC_FLASH_STM32 ` - \ :kconfig:`SOC_FLASH_STM32 ` - \ :kconfig:`SOC_FLASH_STM32 ` - \ :kconfig:`SOC_FLASH_STM32 ` - \ :kconfig:`SOC_FLASH_STM32 ` - \ :kconfig:`SOC_FLASH_STM32 ` - \ :kconfig:`SOC_FLASH_STM32 ` - \ :kconfig:`SOC_FLASH_STM32 ` - \ :kconfig:`SOC_FLASH_STM32 ` - \ :kconfig:`SOC_FLASH_STM32 ` - \ :kconfig:`SOC_FLASH_STM32_V1 ` - \ :kconfig:`FLASH_STM32_QSPI ` - \ :kconfig:`NET_L2_OPENTHREAD ` - \ :kconfig:`STREAM_FLASH ` Kconfig definitions =================== At ``/xtensa/intel_s1000_crb/Kconfig.defconfig:144`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config FLASH_PAGE_LAYOUT bool default y depends on FLASH && BOARD_INTEL_S1000_CRB ---- At ``/flash/Kconfig:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` Menu path: (Top) → Device Drivers → Flash hardware support .. code-block:: kconfig 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.)*