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

Kconfig definition

At <Zephyr>/subsys/demand_paging/eviction/Kconfig:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:67<Zephyr>/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.)