:orphan: .. title:: FLASH_HAS_PAGE_LAYOUT .. option:: CONFIG_FLASH_HAS_PAGE_LAYOUT *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option is enabled when the SoC flash driver supports retrieving the layout of flash memory pages. Default ======= - y Symbols that select this symbol =============================== - \ :option:`ITE_IT8XXX2_INTC ` - \ :option:`SPI_FLASH_AT45 ` - \ :option:`SOC_FLASH_ESP32 ` - \ :option:`SOC_FLASH_NRF ` - \ :option:`SOC_FLASH_LPC ` - \ :option:`SOC_FLASH_MCUX ` - \ :option:`FLASH_MCUX_FLEXSPI_NOR ` - \ :option:`FLASH_MCUX_FLEXSPI_MX25UM51345G ` - \ :option:`SOC_FLASH_GECKO ` - \ :option:`SPI_NOR ` - \ :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:`SOC_FLASH_SAM0 ` - \ :option:`SOC_FLASH_SAM ` - \ :option:`FLASH_SIMULATOR ` - \ :option:`SOC_FLASH_RV32M1 ` - \ :option:`TEST_FLASH_DRIVERS ` Kconfig definitions =================== At ``/xtensa/intel_s1000_crb/Kconfig.defconfig:143`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config FLASH_HAS_PAGE_LAYOUT bool default y depends on FLASH && BOARD_INTEL_S1000_CRB ---- At ``/flash/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:60`` Menu path: (Top) → Device Drivers .. code-block:: kconfig config FLASH_HAS_PAGE_LAYOUT bool help This option is enabled when the SoC flash driver supports retrieving the layout of flash memory pages. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*