Skip to content

Commit f42a49e

Browse files
cfriedtkartben
authored andcommitted
demand_paging: use ram backend by default
In order to be functional and avoid linker errors, use a default setting for BACKING_STORE_CHOICE that is something other than "this is not implemented". Signed-off-by: Chris Friedt <[email protected]>
1 parent d58a5ce commit f42a49e

File tree

1 file changed

+1
-1
lines changed
  • subsys/demand_paging/backing_store

1 file changed

+1
-1
lines changed

subsys/demand_paging/backing_store/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
choice BACKING_STORE_CHOICE
55
prompt "Backing store algorithms"
6-
default BACKING_STORE_CUSTOM
6+
default BACKING_STORE_RAM
77

88
config BACKING_STORE_CUSTOM
99
bool "Custom backing store implementation"

0 commit comments

Comments
 (0)