pygoscelis: Enable and configure CONFIG_ZSWAP
This commit is contained in:
parent
ec9b4eb41b
commit
48c7567e99
@ -915,8 +915,25 @@ CONFIG_COREDUMP=y
|
|||||||
#
|
#
|
||||||
# Memory Management options
|
# Memory Management options
|
||||||
#
|
#
|
||||||
|
CONFIG_ZPOOL=y
|
||||||
CONFIG_SWAP=y
|
CONFIG_SWAP=y
|
||||||
# CONFIG_ZSWAP is not set
|
CONFIG_ZSWAP=y
|
||||||
|
CONFIG_ZSWAP_DEFAULT_ON=y
|
||||||
|
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_DEFLATE is not set
|
||||||
|
CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO=y
|
||||||
|
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_842 is not set
|
||||||
|
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4 is not set
|
||||||
|
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4HC is not set
|
||||||
|
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_ZSTD is not set
|
||||||
|
CONFIG_ZSWAP_COMPRESSOR_DEFAULT="lzo"
|
||||||
|
# CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD is not set
|
||||||
|
# CONFIG_ZSWAP_ZPOOL_DEFAULT_Z3FOLD is not set
|
||||||
|
CONFIG_ZSWAP_ZPOOL_DEFAULT_ZSMALLOC=y
|
||||||
|
CONFIG_ZSWAP_ZPOOL_DEFAULT="zsmalloc"
|
||||||
|
# CONFIG_ZBUD is not set
|
||||||
|
# CONFIG_Z3FOLD is not set
|
||||||
|
CONFIG_ZSMALLOC=y
|
||||||
|
# CONFIG_ZSMALLOC_STAT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# SLAB allocator options
|
# SLAB allocator options
|
||||||
@ -966,6 +983,7 @@ CONFIG_THP_SWAP=y
|
|||||||
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
|
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
|
||||||
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
|
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
|
||||||
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
|
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
|
||||||
|
CONFIG_FRONTSWAP=y
|
||||||
# CONFIG_CMA is not set
|
# CONFIG_CMA is not set
|
||||||
# CONFIG_MEM_SOFT_DIRTY is not set
|
# CONFIG_MEM_SOFT_DIRTY is not set
|
||||||
CONFIG_GENERIC_EARLY_IOREMAP=y
|
CONFIG_GENERIC_EARLY_IOREMAP=y
|
||||||
@ -5031,7 +5049,7 @@ CONFIG_CRYPTO_CRC32=m
|
|||||||
# Compression
|
# Compression
|
||||||
#
|
#
|
||||||
CONFIG_CRYPTO_DEFLATE=y
|
CONFIG_CRYPTO_DEFLATE=y
|
||||||
# CONFIG_CRYPTO_LZO is not set
|
CONFIG_CRYPTO_LZO=y
|
||||||
# CONFIG_CRYPTO_842 is not set
|
# CONFIG_CRYPTO_842 is not set
|
||||||
# CONFIG_CRYPTO_LZ4 is not set
|
# CONFIG_CRYPTO_LZ4 is not set
|
||||||
# CONFIG_CRYPTO_LZ4HC is not set
|
# CONFIG_CRYPTO_LZ4HC is not set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user