:orphan: .. title:: EVICTION_CUSTOM .. option:: CONFIG_EVICTION_CUSTOM *Custom eviction algorithm* Type: ``bool`` Help ==== This option is chosen when the eviction algorithm will be implemented by the application, instead of using one included in Zephyr. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/demand_paging/eviction/Kconfig:11`` 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 → Page frame eviction algorithms .. parsed-literal:: config EVICTION_CUSTOM bool "Custom eviction algorithm" depends on \ :ref:` ` help This option is chosen when the eviction algorithm will be implemented by the application, instead of using one included in Zephyr. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*