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:
parent
d58a5ce580
commit
f42a49e4cc
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue