]> err.no Git - linux-2.6/blobdiff - crypto/Kconfig
[PATCH] Fix typos in mm/shmem_acl.c
[linux-2.6] / crypto / Kconfig
index be5eb0cb7c30ecd33a417981e2e5493a7f9aa7a3..1e2f39c211801adb4a8d80eaa288647cc524ba3d 100644 (file)
@@ -20,6 +20,10 @@ config CRYPTO_BLKCIPHER
        tristate
        select CRYPTO_ALGAPI
 
+config CRYPTO_HASH
+       tristate
+       select CRYPTO_ALGAPI
+
 config CRYPTO_MANAGER
        tristate "Cryptographic algorithm manager"
        select CRYPTO_ALGAPI
@@ -29,7 +33,8 @@ config CRYPTO_MANAGER
          cbc(aes).
 
 config CRYPTO_HMAC
-       bool "HMAC support"
+       tristate "HMAC support"
+       select CRYPTO_HASH
        help
          HMAC: Keyed-Hashing for Message Authentication (RFC2104).
          This is required for IPSec.