zephyr/subsys/demand_paging/Kconfig
Andrew Boie 1c2bd343ff demand_paging: add infra for demand paging modules
Backing stores and eviction algorithms will be included here.
Exactly one must be chosen, with a default option to leave
the implementation to the application.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2021-01-21 16:47:00 -05:00

12 lines
243 B
Plaintext

# Copyright (c) 2020 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
menu "Demand Paging modules"
depends on DEMAND_PAGING
source "subsys/demand_paging/eviction/Kconfig"
source "subsys/demand_paging/backing_store/Kconfig"
endmenu