:orphan: .. title:: CONFIG_EVICTION_CUSTOM .. kconfig:: CONFIG_EVICTION_CUSTOM CONFIG_EVICTION_CUSTOM ###################### *Custom eviction algorithm* Type: ``bool`` Help ==== .. code-block:: none 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 ================== At ``/demand_paging/eviction/Kconfig:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:67`` → ``/demand_paging/Kconfig:7`` Menu path: (Top) → Sub Systems and OS Services → Demand Paging modules → Page frame eviction algorithms .. code-block:: kconfig config EVICTION_CUSTOM bool "Custom eviction algorithm" depends on 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.)*