The latest development version of this page may be more current than this released 2.7.5 version.
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:8Kconfig.zephyr:44subsys/Kconfig:67subsys/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.)