diff --git a/subsys/demand_paging/backing_store/Kconfig b/subsys/demand_paging/backing_store/Kconfig index 96b8ead7796..73507d0b034 100644 --- a/subsys/demand_paging/backing_store/Kconfig +++ b/subsys/demand_paging/backing_store/Kconfig @@ -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"