:orphan: .. title:: choice EVICTION_CHOICE: Page frame eviction algorithms .. _choice_469: .. describe:: choice EVICTION_CHOICE: Page frame eviction algorithms *Page frame eviction algorithms* Type: ``bool`` Direct dependencies =================== \ :option:`DEMAND_PAGING ` && \ :option:`DEMAND_PAGING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`EVICTION_NRU ` Choice options ============== - \ :option:`EVICTION_CUSTOM ` - \ :option:`EVICTION_NRU ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/demand_paging/eviction/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:61`` → ``subsys/demand_paging/Kconfig:7`` Menu path: (Top) → Sub Systems and OS Services → Demand Paging modules .. parsed-literal:: choice EVICTION_CHOICE bool "Page frame eviction algorithms" default \ :option:`EVICTION_NRU ` depends on \ :option:`DEMAND_PAGING ` && \ :option:`DEMAND_PAGING ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*