X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=crypto%2FKconfig;fp=crypto%2FKconfig;h=c442f2e7ce463cc6c900ae298e3ae0203d7eebf1;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=f8705b7a0889c2ef9d8d159f50b85fe69380e7a8;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/crypto/Kconfig b/crypto/Kconfig index f8705b7a0..c442f2e7c 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -337,28 +337,9 @@ config CRYPTO_CRC32C config CRYPTO_TEST tristate "Testing module" - depends on CRYPTO && m - help - Quick & dirty crypto test module. - -config CRYPTO_SIGNATURE - bool "In-kernel signature checker (EXPERIMENTAL)" depends on CRYPTO help - Signature checker (used for module sig checking). - -config CRYPTO_SIGNATURE_DSA - bool "Handle DSA signatures (EXPERIMENTAL)" - depends on CRYPTO_SIGNATURE - select CRYPTO_MPILIB - help - DSA Signature checker. - -config CRYPTO_MPILIB - bool "Multiprecision maths library (EXPERIMENTAL)" - depends on CRYPTO - help - Multiprecision maths library from GnuPG + Quick & dirty crypto test module. source "drivers/crypto/Kconfig" endmenu