summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.crypto
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-23 21:43:50 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-23 21:43:50 +0200
commitdf0420a62dde5030d0cf8c28c26031f5deb59155 (patch)
tree8395fcf057779660f3e0fb5f4f4c16637386b69a /target/linux/config/Config.in.crypto
parent2b198ddc02b3231e43ab8fdddef76ff103a0f5a4 (diff)
parent5774bab43a1946acd8440ad759eb6cc26335e64c (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config/Config.in.crypto')
-rw-r--r--target/linux/config/Config.in.crypto15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.crypto b/target/linux/config/Config.in.crypto
index 8a7b534ca..2b90a6028 100644
--- a/target/linux/config/Config.in.crypto
+++ b/target/linux/config/Config.in.crypto
@@ -22,6 +22,18 @@ config ADK_KERNEL_OCF_OCF
select ADK_KERNEL_OCF_FIPS
select ADK_KERNEL_OCF_CRYPTODEV
+config ADK_KERNEL_CRYPTO_AES
+ boolean
+ default n
+
+config ADK_KERNEL_CRYPTO_SHA256
+ boolean
+ default n
+
+config ADK_KERNEL_CRYPTO_CBC
+ boolean
+ default n
+
comment "Hardware cryptography"
menu "Hardware crypto devices"
@@ -136,6 +148,7 @@ config ADK_KPACKAGE_KMOD_CRYPTO_BLKCIPHER
config ADK_KPACKAGE_KMOD_CRYPTO_CBC
prompt "kmod-crypto-cbc...................... CBC support"
tristate
+ depends on !ADK_KERNEL_CRYPTO_CBC
select ADK_KPACKAGE_KMOD_CRYPTO_BLKCIPHER
select ADK_KPACKAGE_KMOD_CRYPTO_MANAGER
default n
@@ -205,6 +218,7 @@ config ADK_KPACKAGE_KMOD_CRYPTO_SHA256
prompt "kmod-crypto-sha256................... SHA256 digest algorithm"
tristate
default n
+ depends on !ADK_KERNEL_CRYPTO_SHA256
select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
select ADK_KPACKAGE_KMOD_CRYPTO_HASH
help
@@ -267,6 +281,7 @@ config ADK_KPACKAGE_KMOD_CRYPTO_AES
prompt "kmod-crypto-aes...................... AES cipher algorithms"
tristate
default n
+ depends on !ADK_KERNEL_CRYPTO_AES
select ADK_KPACKAGE_KMOD_CRYPTO_ALGAPI
help
AES cipher algorithms (FIPS-197). AES uses the Rijndael