The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_BACKING_STORE_CUSTOM

Custom backing store implementation

Type: bool

Help

This option is chosen when the backing store will be implemented in
the application. This will be typical as these tend to be very
hardware-dependent.

Direct dependencies

<choice BACKING_STORE_CHOICE: Backing store algorithms>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/demand_paging/backing_store/Kconfig:8

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:67subsys/demand_paging/Kconfig:9

Menu path: (Top) → Sub Systems and OS Services → Demand Paging modules → Backing store algorithms

config BACKING_STORE_CUSTOM
    bool "Custom backing store implementation"
    depends on <choice BACKING_STORE_CHOICE>
    help
      This option is chosen when the backing store will be implemented in
      the application. This will be typical as these tend to be very
      hardware-dependent.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)