:orphan: .. title:: choice EVICTION_CHOICE: Page frame eviction algorithms .. _choice_640: .. describe:: choice EVICTION_CHOICE: Page frame eviction algorithms *Page frame eviction algorithms* Type: ``bool`` Direct dependencies =================== \ :kconfig:`DEMAND_PAGING ` && \ :kconfig:`DEMAND_PAGING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`EVICTION_NRU ` Choice options ============== - \ :kconfig:`EVICTION_CUSTOM ` - \ :kconfig:`EVICTION_NRU ` Kconfig definition ================== At ``/demand_paging/eviction/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:67`` → ``/demand_paging/Kconfig:7`` Menu path: (Top) → Sub Systems and OS Services → Demand Paging modules .. code-block:: kconfig 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.)*