summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Lv <r65388@freescale.com>2012-06-29 15:23:24 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:39:19 +0800
commitbcf2c1545010b6bd8010cd71ebd0ed954c9a10e2 (patch)
treef0c8ad95d013e9f26401ea28f055ebd68e002963
parentf0cee2ff8ed88c597d11c17935ab03a5ba7cd2b1 (diff)
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 <r65388@freescale.com>
-rw-r--r--arch/arm/configs/imx6_defconfig3
1 files changed, 3 insertions, 0 deletions
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
#