linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / crypto / Kconfig
index f8705b7..c442f2e 100644 (file)
@@ -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