aboutsummaryrefslogtreecommitdiff
path: root/core/arch/arm/plat-vexpress/conf.mk
diff options
context:
space:
mode:
authorJerome Forissier <jerome.forissier@linaro.org>2018-01-11 15:46:55 +0100
committerJérôme Forissier <jerome.forissier@linaro.org>2018-01-12 10:00:38 +0100
commit8f643c004b3f636137e14b2b65d969ee66b1e026 (patch)
treeb9ee727059023e0e240b6b0b24f381854cefe604 /core/arch/arm/plat-vexpress/conf.mk
parent6d0fd331c637787acd08b539e3bac4b25893f58f (diff)
core: crypto: default enable HWSUPP_PMULT_64 with CRYPTO_WITH_CE
64-bit polynomial multiply is defined in the ARMv8.0 Cryptographic Extension instructions together with other instructions like AES* and SHA1*. Therefore, it is reasonable to enable CFG_HWSUPP_PMULT_64 when CFG_CRYPTO_WITH_CE is enabled. Platforms can always override this value if need be. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'core/arch/arm/plat-vexpress/conf.mk')
-rw-r--r--core/arch/arm/plat-vexpress/conf.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/arch/arm/plat-vexpress/conf.mk b/core/arch/arm/plat-vexpress/conf.mk
index 4c58b56b..fa9cbd58 100644
--- a/core/arch/arm/plat-vexpress/conf.mk
+++ b/core/arch/arm/plat-vexpress/conf.mk
@@ -47,7 +47,6 @@ CFG_WITH_STATS ?= y
ifeq ($(PLATFORM_FLAVOR),juno)
CFG_CRYPTO_WITH_CE ?= y
-CFG_HWSUPP_PMULT_64 ?= y
endif
ifeq ($(PLATFORM_FLAVOR),qemu_virt)