Revert "fix SWAP support in ar71xx"

This reverts commit ee5d923e9e.
This commit is contained in:
coolsnowwolf 2019-02-26 22:26:31 +08:00
parent 3da298931b
commit d4e88aba32

View File

@ -31,7 +31,7 @@ config KERNEL_CRASHLOG
config KERNEL_SWAP
bool "Support for paging of anonymous memory (swap)"
default y
default y if !SMALL_FLASH
config KERNEL_DEBUG_FS
bool "Compile the kernel with debug filesystem enabled"