mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-15 03:24:30 +01:00
git-subtree-dir: tools/packaging git-subtree-mainline:f818b46a41git-subtree-split:1f22d72d5dSigned-off-by: Peng Tao <bergwolf@hyper.sh>
7 lines
254 B
Plaintext
7 lines
254 B
Plaintext
# ARMv8 adds cryptographic instructions that could significantly improve
|
|
# performance on tasks such as AES encryption and SHA1 and SHA256 hashing.
|
|
CONFIG_ARM64_CRYPTO=y
|
|
CONFIG_CRYPTO_AES_ARM64=y
|
|
CONFIG_CRYPTO_AES_ARM64_CE=y
|
|
CONFIG_CRYPTO_SHA256_ARM64=y
|