:orphan: .. title:: choice BACKING_STORE_CHOICE: Backing store algorithms .. _choice_470: .. describe:: choice BACKING_STORE_CHOICE: Backing store algorithms *Backing store algorithms* Type: ``bool`` Direct dependencies =================== \ :option:`DEMAND_PAGING ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BACKING_STORE_CUSTOM ` Choice options ============== - \ :option:`BACKING_STORE_CUSTOM ` - \ :option:`BACKING_STORE_RAM ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/demand_paging/backing_store/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:61`` → ``subsys/demand_paging/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Demand Paging modules .. parsed-literal:: choice BACKING_STORE_CHOICE bool "Backing store algorithms" default \ :option:`BACKING_STORE_CUSTOM ` depends on \ :option:`DEMAND_PAGING ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*