diff options
author | Michal Ludvig <mludvig@suse.cz> | 2009-05-05 14:25:06 -0500 |
---|---|---|
committer | Alejandro Gonzalez <alex.gonzalez@digi.com> | 2011-01-17 14:55:14 +0100 |
commit | d207e480a2e7bb85d7fc36d2a2f6a18e91d911cc (patch) | |
tree | 4a65714d8e769d04c46eea9c1b6c69d30bafb999 /crypto/Kconfig | |
parent | 88879d456354f5afcd760d605ce63ff05ee2163d (diff) |
ENGR00112200 Add cryptodev device
Linux driver for /dev/crypto (aka CryptoDev)
See http://www.logix.cz/michal/devel/cryptodev for details.
Signed-off-by: Michal Ludvig <mludvig@suse.cz>
Signed-off-by: Rob Herring <r.herring@freescale.com>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 9d9434f08c92..566ab0cc112b 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -155,6 +155,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 |