diff options
author | Hector Palacios <hector.palacios@digi.com> | 2009-02-06 12:39:51 +0100 |
---|---|---|
committer | Hector Palacios <hector.palacios@digi.com> | 2009-02-09 12:19:37 +0100 |
commit | d407d2f054e4407d13ac71fe99168c1fc6f273c7 (patch) | |
tree | 425fafe9a806012b2456fb47801db91674bd1127 /crypto/Kconfig | |
parent | 3cf74f5cd8120b125a015e6fb6282fdc09b75118 (diff) |
Crypto: Added OCF layer (http://ocf-linux.sourceforge.net)
Added OCF layer to kernel (including 2.6.26 patches).
OCF provides the link between the kernel CryptoAPI and
the user space via a device called '/dev/crypto'
Signed-off-by: Hector Palacios <hector.palacios@digi.com>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r-- | crypto/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index dc20a34ba5ef..6c6dc0cd12c3 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 |