diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-18 21:29:39 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-18 21:29:39 +0200 |
commit | 04cf8056094a69e69df8fa53495c849fed0c106d (patch) | |
tree | 1011a1ec8e96ee5ca6fc479fe69352ef37d9ca45 /target/linux | |
parent | f97dbcf294210864262595e1c8d55f5ceecb4d5d (diff) | |
parent | 1f9d97c7c317a240fd864c686a79a0e5aa2d95d8 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.crypto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.crypto b/target/linux/config/Config.in.crypto index a2d88655d..42e723db9 100644 --- a/target/linux/config/Config.in.crypto +++ b/target/linux/config/Config.in.crypto @@ -128,6 +128,7 @@ config ADK_KPACKAGE_KMOD_CRYPTO_BLKCIPHER prompt "kmod-crypto-blkcipher................ Crypto block cipher support" tristate default n + select ADK_KPACKAGE_KMOD_CRYPTO_RNG2 select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI help @@ -162,6 +163,12 @@ config ADK_KPACKAGE_KMOD_CRYPTO_HMAC HMAC: Keyed-Hashing for Message Authentication (RFC2104). This is required for IPSec. +config ADK_KPACKAGE_KMOD_CRYPTO_RNG2 + prompt "kmod-crypto-rng...................... RNG support" + tristate + default n + help + Random number generator endmenu menu "Digest algorithms" |