kernel: add some missing config options

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 43136
This commit is contained in:
Hauke Mehrtens
2014-10-31 23:43:10 +00:00
parent 622ea2a66c
commit 071570426b
2 changed files with 44 additions and 1 deletions

View File

@@ -764,7 +764,8 @@ define KernelPackage/zram
CONFIG_ZSMALLOC \
CONFIG_ZRAM \
CONFIG_ZRAM_DEBUG=n \
CONFIG_PGTABLE_MAPPING=n
CONFIG_PGTABLE_MAPPING=n \
CONFIG_ZRAM_LZ4_COMPRESS=y
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,3.14.0)),1)
FILES:=\
$(LINUX_DIR)/mm/zsmalloc.ko \