- choice EVICTION_CHOICE: Page frame eviction algorithms
Page frame eviction algorithms
Type: bool
Direct dependencies¶
DEMAND_PAGING
&& DEMAND_PAGING
(Includes any dependencies from ifs and menus.)
Default¶
Choice options¶
Kconfig definition¶
At subsys/demand_paging/eviction/Kconfig:6
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:67
→ subsys/demand_paging/Kconfig:7
Menu path: (Top) → Sub Systems and OS Services → Demand Paging modules
choice EVICTION_CHOICE
bool "Page frame eviction algorithms"
default EVICTION_NRU
depends on DEMAND_PAGING && DEMAND_PAGING
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)