From 41b72cc6fdf7910b672895d0a7f0ac8979d55600 Mon Sep 17 00:00:00 2001 From: Terry Lv Date: Fri, 29 Jun 2012 15:23:24 +0800 Subject: [PATCH] ENGR00215228-17: Disable ahash in configs The ahash() still has a dma mapping bug. So if we turn on hashes, it will crash. Thus currently we need to disable ahash feature. Signed-off-by: Terry Lv --- arch/arm/configs/imx6_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/configs/imx6_defconfig b/arch/arm/configs/imx6_defconfig index 7f069537bf2a..efa4f32b3fa0 100644 --- a/arch/arm/configs/imx6_defconfig +++ b/arch/arm/configs/imx6_defconfig @@ -2663,6 +2663,9 @@ CONFIG_CRYPTO_DEV_FSL_CAAM_INTC=y CONFIG_CRYPTO_DEV_FSL_CAAM_INTC_COUNT_THLD=255 CONFIG_CRYPTO_DEV_FSL_CAAM_INTC_TIME_THLD=2048 CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API=y +# CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API is not set +CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_API=y +# CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_TEST is not set # CONFIG_BINARY_PRINTF is not set # -- 2.39.5