fix SWAP support in ar71xx

This commit is contained in:
coolsnowwolf 2019-02-21 15:45:48 +08:00
parent cb1b25647f
commit ee5d923e9e

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"