aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Żenczykowski <maze@google.com>2019-05-04 03:42:27 -0700
committerMaciej Żenczykowski <maze@google.com>2019-05-04 10:43:07 +0000
commit0f36e8ef37042ff5db96ebb8b31a80e54ccb6234 (patch)
tree567167c942cdfa488b0ebfad2cc3ea026cc1b49f
parent85dc1a5012ef9f9d41049cfeb75c2f5a8a288d45 (diff)
ANDROID: cuttlefish 4.14: enable CONFIG_CRYPTO_AES_NI_INTEL=yASB-2019-05-05_4.14
This is a recommended configuration option and is listed in: android-4.{9,14,19}/android-recommended-x86.config Generated via: echo 'CONFIG_CRYPTO_AES_NI_INTEL=y' >> arch/x86/configs/x86_64_cuttlefish_defconfig echo 'CONFIG_CRYPTO_AES_NI_INTEL=y' >> arch/arm64/configs/cuttlefish_defconfig make ARCH=x86_64 x86_64_cuttlefish_defconfig make ARCH=x86_64 savedefconfig cat defconfig > arch/x86/configs/x86_64_cuttlefish_defconfig make ARCH=arm64 cuttlefish_defconfig make ARCH=arm64 savedefconfig cat defconfig > arch/arm64/configs/cuttlefish_defconfig rm defconfig Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: I78113acbbe3874ae9bf2f47c2573a4fa40f9b978
-rw-r--r--arch/x86/configs/x86_64_cuttlefish_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/configs/x86_64_cuttlefish_defconfig b/arch/x86/configs/x86_64_cuttlefish_defconfig
index 2960fa16be1b..9b96bb74af07 100644
--- a/arch/x86/configs/x86_64_cuttlefish_defconfig
+++ b/arch/x86/configs/x86_64_cuttlefish_defconfig
@@ -479,6 +479,7 @@ CONFIG_CRYPTO_RSA=y
# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
CONFIG_CRYPTO_ADIANTUM=y
CONFIG_CRYPTO_SHA512=y
+CONFIG_CRYPTO_AES_NI_INTEL=y
CONFIG_CRYPTO_LZ4=y
CONFIG_CRYPTO_ZSTD=y
CONFIG_CRYPTO_DEV_VIRTIO=y