Skip to content

Commit

Permalink
demand_paging: use ram backend by default
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
cfriedt authored and kartben committed Jan 9, 2025
1 parent d58a5ce commit f42a49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/demand_paging/backing_store/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

choice BACKING_STORE_CHOICE
prompt "Backing store algorithms"
default BACKING_STORE_CUSTOM
default BACKING_STORE_RAM

config BACKING_STORE_CUSTOM
bool "Custom backing store implementation"
Expand Down

0 comments on commit f42a49e

Please sign in to comment.