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 <cfriedt@tenstorrent.com>
This commit is contained in:
Chris Friedt 2024-12-21 09:49:29 -05:00 committed by Benjamin Cabé
commit f42a49e4cc

View file

@ -3,7 +3,7 @@
choice BACKING_STORE_CHOICE choice BACKING_STORE_CHOICE
prompt "Backing store algorithms" prompt "Backing store algorithms"
default BACKING_STORE_CUSTOM default BACKING_STORE_RAM
config BACKING_STORE_CUSTOM config BACKING_STORE_CUSTOM
bool "Custom backing store implementation" bool "Custom backing store implementation"