summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-26 12:58:05 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-26 12:58:05 +0200
commitb3a99d7f44680ef629ceea377cf9938fec94921d (patch)
treed3a0cc80dbc218c086e1c5b2635a987a534c0163 /target
parent2d4dff630b0184fff9833dbdaaa745c3371994d1 (diff)
parent07417b486967bb96dd53e382af96ab5aee973548 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target')
-rw-r--r--target/linux/config/Config.in.crypto9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.crypto b/target/linux/config/Config.in.crypto
index b9d73aac2..7ce887915 100644
--- a/target/linux/config/Config.in.crypto
+++ b/target/linux/config/Config.in.crypto
@@ -217,6 +217,15 @@ config ADK_KPACKAGE_KMOD_CRYPTO_HMAC
HMAC: Keyed-Hashing for Message Authentication (RFC2104).
This is required for IPSec.
+config ADK_KPACKAGE_KMOD_CRYPTO_XCBC
+ prompt "kmod-crypto-xcbc..................... XCBC support"
+ tristate
+ default n
+ select ADK_KPACKAGE_KMOD_CRYPTO_HASH
+ select ADK_KPACKAGE_KMOD_CRYPTO_MANAGER
+ help
+ XCBC: Keyed-Hashing with encryption algorithm
+
config ADK_KPACKAGE_KMOD_CRYPTO_RNG2
prompt "kmod-crypto-rng...................... RNG support"
tristate