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:
committed by
Benjamin Cabé
parent
d58a5ce580
commit
f42a49e4cc
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user