From bb15969be7389887c5cd706748bf7fada444b832 Mon Sep 17 00:00:00 2001 From: Raj Rajasekaran Date: Wed, 19 Aug 2009 17:28:32 -0500 Subject: ENGR00112764 MX23: DCP crytpo test DCP-AES fail. 100%. Changed AES config option to be built-into the kernel. stmp3xxx_dcp_probe() - Moved Algorithm registration below platform driver data setting and interrupt request calls. So that algorithms are registered after the platform data is set. This is done to make it work with latest linux crypto API changes. Signed-off-by: Raj Rajasekaran --- arch/arm/configs/imx233_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/arm/configs/imx233_defconfig b/arch/arm/configs/imx233_defconfig index e96ed5a7285f..3f53401cb47f 100644 --- a/arch/arm/configs/imx233_defconfig +++ b/arch/arm/configs/imx233_defconfig @@ -1632,7 +1632,7 @@ CONFIG_CRYPTO_SHA1=m # # Ciphers # -CONFIG_CRYPTO_AES=m +CONFIG_CRYPTO_AES=Y # CONFIG_CRYPTO_ANUBIS is not set # CONFIG_CRYPTO_ARC4 is not set # CONFIG_CRYPTO_BLOWFISH is not set -- cgit v1.2.3