CONFIG_BACKING_STORE_QEMU_X86_TINY_FLASH

Flash-based backing store on qemu_x86_tiny

Type: bool

Help

This uses the "flash" memory area (in DTS) as the backing store
for demand paging. The qemu_x86_tiny.ld linker script puts
the symbols outside of boot and pinned sections into the flash
area, allowing testing of the demand paging mechanism on
code and data.

Direct dependencies

BOARD_QEMU_X86_TINY && <choice BACKING_STORE_CHOICE: Backing store algorithms>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/demand_paging/backing_store/Kconfig:22

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:67<Zephyr>/subsys/demand_paging/Kconfig:9

Menu path: (Top) → Sub Systems and OS Services → Demand Paging modules → Backing store algorithms

config BACKING_STORE_QEMU_X86_TINY_FLASH
    bool "Flash-based backing store on qemu_x86_tiny"
    depends on BOARD_QEMU_X86_TINY && <choice BACKING_STORE_CHOICE>
    help
      This uses the "flash" memory area (in DTS) as the backing store
      for demand paging. The qemu_x86_tiny.ld linker script puts
      the symbols outside of boot and pinned sections into the flash
      area, allowing testing of the demand paging mechanism on
      code and data.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)