X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=crypto%2FKconfig;h=c442f2e7ce463cc6c900ae298e3ae0203d7eebf1;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=e4e1efe0ee445dc0573e7757e997633df015f05d;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/crypto/Kconfig b/crypto/Kconfig index e4e1efe0e..c442f2e7c 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -341,25 +341,6 @@ config CRYPTO_TEST 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 - source "drivers/crypto/Kconfig" endmenu