From 46e06f4fe3a116549e9b42266090d26aa06458df Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Thu, 18 Oct 2018 02:32:49 +0800 Subject: [PATCH] enable KERNEL_SWAP by default --- config/Config-kernel.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 46044e388..d316d5cb6 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -31,7 +31,7 @@ config KERNEL_CRASHLOG config KERNEL_SWAP bool "Support for paging of anonymous memory (swap)" - default y if !SMALL_FLASH + default y config KERNEL_DEBUG_FS bool "Compile the kernel with debug filesystem enabled"