summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs/corenet64_smp_defconfig
diff options
context:
space:
mode:
authorKim Phillips2011-07-22 22:48:08 +0200
committerKumar Gala2011-08-31 04:27:30 +0200
commite09e2fb51385fe6f9beca0a27ae6f1299097bbcd (patch)
tree9bb7e6a82f2a5b0000232f9f944f6b0b5cb99e53 /arch/powerpc/configs/corenet64_smp_defconfig
parentpowerpc/85xx: enable the audio drivers in the defconfigs (diff)
downloadkernel-qcow2-linux-e09e2fb51385fe6f9beca0a27ae6f1299097bbcd.tar.gz
kernel-qcow2-linux-e09e2fb51385fe6f9beca0a27ae6f1299097bbcd.tar.xz
kernel-qcow2-linux-e09e2fb51385fe6f9beca0a27ae6f1299097bbcd.zip
powerpc/85xx: enable caam crypto driver by default
corenet based SoCs have SEC4 h/w, so enable the SEC4 driver, caam, and the algorithms it supports, and disable the SEC2/3 driver, talitos. Signed-off-by: Kim Phillips <kim.phillips@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs/corenet64_smp_defconfig')
-rw-r--r--arch/powerpc/configs/corenet64_smp_defconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/powerpc/configs/corenet64_smp_defconfig b/arch/powerpc/configs/corenet64_smp_defconfig
index d32283555b53..c92c204a204b 100644
--- a/arch/powerpc/configs/corenet64_smp_defconfig
+++ b/arch/powerpc/configs/corenet64_smp_defconfig
@@ -100,5 +100,8 @@ CONFIG_DEBUG_INFO=y
CONFIG_SYSCTL_SYSCALL_CHECK=y
CONFIG_VIRQ_DEBUG=y
CONFIG_CRYPTO_PCBC=m
+CONFIG_CRYPTO_SHA256=y
+CONFIG_CRYPTO_SHA512=y
+CONFIG_CRYPTO_AES=y
# CONFIG_CRYPTO_ANSI_CPRNG is not set
-CONFIG_CRYPTO_DEV_TALITOS=y
+CONFIG_CRYPTO_DEV_FSL_CAAM=y