enable KERNEL_SWAP by default

This commit is contained in:
coolsnowwolf 2018-10-18 02:32:49 +08:00
parent 18ea208bfd
commit 46e06f4fe3

View File

@ -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"