CONFIG_BACKING_STORE_RAM
RAM-based test backing store
Type: bool
Help
This implements a backing store using physical RAM pages that the
Zephyr kernel is otherwise unaware of. It is intended for
demonstration and testing of the demand paging feature.
Direct dependencies
<choice BACKING_STORE_CHOICE: Backing store algorithms>
(Includes any dependencies from ifs and menus.)
Kconfig definition
At <Zephyr>/subsys/demand_paging/backing_store/Kconfig:15
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_RAM
bool "RAM-based test backing store"
depends on <choice BACKING_STORE_CHOICE>
help
This implements a backing store using physical RAM pages that the
Zephyr kernel is otherwise unaware of. It is intended for
demonstration and testing of the demand paging feature.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)