mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-05 15:34:21 +01:00
Add the base common fragments and x86_64 specific fragments for the 4.19.x kernel. Signed-off-by: Graham Whaley <graham.whaley@intel.com>
16 lines
536 B
Plaintext
16 lines
536 B
Plaintext
# Need decompressors for root filesystems and kernels.
|
|
# Do we need all of these?
|
|
CONFIG_CRYPTO=y
|
|
# Deflate used by IPSec and IPCOMP protocols
|
|
# Also selects ZLIB and a couple of other algos
|
|
CONFIG_CRYPTO_DEFLATE=y
|
|
CONFIG_XZ_DEC=y
|
|
CONFIG_ZLIB_DEFLATE=y
|
|
# FIXME - check, do we need gzip?
|
|
# https://github.com/kata-containers/packaging/issues/483
|
|
CONFIG_DECOMPRESS_GZIP=y
|
|
# Some items required by systemd: https://github.com/systemd/systemd/blob/master/README
|
|
CONFIG_CRYPTO_USER_API=y
|
|
CONFIG_CRYPTO_USER_API_HASH=y
|
|
CONFIG_CRYPTO_SHA256=y
|