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
<choice EVICTION_CHOICE: Page frame eviction algorithms>
(Includes any dependencies from ifs and menus.)
Kconfig definition
At <Zephyr>/subsys/demand_paging/eviction/Kconfig:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:67
→ <Zephyr>/subsys/demand_paging/Kconfig:7
Menu path: (Top) → Sub Systems and OS Services → Demand Paging modules → Page frame eviction algorithms
config EVICTION_CUSTOM
bool "Custom eviction algorithm"
depends on <choice EVICTION_CHOICE>
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.)