From ff238a4df84428befc55d49f58864dfc47ff853d Mon Sep 17 00:00:00 2001 From: Todd Doucet Date: Wed, 3 Feb 2010 17:06:33 -0500 Subject: Kernel as received from Digi for their Wi-Mx51 SoC running on their CCWMX51JS carrier board. --- crypto/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'crypto/Kconfig') diff --git a/crypto/Kconfig b/crypto/Kconfig index dc20a34ba5ef..69ba63c2fb1d 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -19,6 +19,8 @@ menuconfig CRYPTO if CRYPTO +source "crypto/ocf/Kconfig" + comment "Crypto core or helper" config CRYPTO_FIPS @@ -132,6 +134,14 @@ config CRYPTO_TEST help Quick & dirty crypto test module. +config CRYPTO_CRYPTODEV + tristate "Cryptodev (/dev/crypto) interface" + depends on CRYPTO + select CRYPTO_ALGAPI + help + Device /dev/crypto gives userspace programs access to + kernel crypto algorithms. + comment "Authenticated Encryption with Associated Data" config CRYPTO_CCM -- cgit v1.2.3