summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRaj Rajasekaran <b10872@freescale.com>2009-08-19 17:28:32 -0500
committerJustin Waters <justin.waters@timesys.com>2009-10-13 11:05:23 -0400
commitbb15969be7389887c5cd706748bf7fada444b832 (patch)
treecd7fda2aff4669c69f993b68a9a6e792c11dffc5 /arch
parent83ad0b377c00fa5ea104f33aff45783f976cefbf (diff)
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 <b10872@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/configs/imx233_defconfig2
1 files changed, 1 insertions, 1 deletions
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