jf: defconfig: enable lzma on ramdisk

* our boot and recovery partitions are very small
   and with each new android version they grow more,
   this helps us a little bit

Change-Id: Ibc9f48af2bdca6ffd79a304e0c7bf18a10a0030f
Signed-off-by: Jose Adolfo Galdamez <josegalre@gmail.com>
This commit is contained in:
Jose Adolfo Galdamez 2016-08-27 22:00:10 -06:00 committed by Zhao Wei Liew
parent 1aed39902c
commit d51a0c0cfc
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ CONFIG_NAMESPACES=y
# CONFIG_PID_NS is not set
# CONFIG_NET_NS is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_RD_LZMA=y
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_PANIC_TIMEOUT=5
CONFIG_ASHMEM=y
@ -558,3 +559,4 @@ CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_LZO=y
CONFIG_CRC_CCITT=y
CONFIG_LIBCRC32C=y
CONFIG_DECOMPRESS_LZMA=y