:orphan: .. title:: FLASH_PAGE_LAYOUT .. option:: 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 =================== (\ :option:`FLASH ` && \ :option:`BOARD_INTEL_S1000_CRB `) || (\ :option:`FLASH_HAS_PAGE_LAYOUT ` && \ :option:`FLASH `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols that select this symbol =============================== - \ :option:`SOC_FLASH_STM32 ` - \ :option:`SOC_FLASH_STM32 ` - \ :option:`SOC_FLASH_STM32 ` - \ :option:`SOC_FLASH_STM32 ` - \ :option:`SOC_FLASH_STM32 ` - \ :option:`SOC_FLASH_STM32 ` - \ :option:`SOC_FLASH_STM32 ` - \ :option:`SOC_FLASH_STM32_V1 ` - \ :option:`FLASH_STM32_QSPI ` - \ :option:`NET_L2_OPENTHREAD ` - \ :option:`STREAM_FLASH ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/xtensa/intel_s1000_crb/Kconfig.defconfig:146`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config FLASH_PAGE_LAYOUT bool default y depends on \ :option:`FLASH ` && \ :option:`BOARD_INTEL_S1000_CRB ` ---- At ``drivers/flash/Kconfig:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:60`` Menu path: (Top) → Device Drivers → Flash hardware support .. parsed-literal:: config FLASH_PAGE_LAYOUT bool "API for retrieving the layout of pages" default y depends on \ :option:`FLASH_HAS_PAGE_LAYOUT ` && \ :option:`FLASH ` help Enables API for retrieving the layout of flash memory pages. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*