diff options
Diffstat (limited to 'crypto/asymmetric_keys/Kconfig')
-rw-r--r-- | crypto/asymmetric_keys/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/crypto/asymmetric_keys/Kconfig b/crypto/asymmetric_keys/Kconfig index 4870f28403f5..91a7e047a765 100644 --- a/crypto/asymmetric_keys/Kconfig +++ b/crypto/asymmetric_keys/Kconfig | |||
@@ -12,7 +12,6 @@ if ASYMMETRIC_KEY_TYPE | |||
12 | config ASYMMETRIC_PUBLIC_KEY_SUBTYPE | 12 | config ASYMMETRIC_PUBLIC_KEY_SUBTYPE |
13 | tristate "Asymmetric public-key crypto algorithm subtype" | 13 | tristate "Asymmetric public-key crypto algorithm subtype" |
14 | select MPILIB | 14 | select MPILIB |
15 | select PUBLIC_KEY_ALGO_RSA | ||
16 | select CRYPTO_HASH_INFO | 15 | select CRYPTO_HASH_INFO |
17 | help | 16 | help |
18 | This option provides support for asymmetric public key type handling. | 17 | This option provides support for asymmetric public key type handling. |
@@ -20,12 +19,6 @@ config ASYMMETRIC_PUBLIC_KEY_SUBTYPE | |||
20 | appropriate hash algorithms (such as SHA-1) must be available. | 19 | appropriate hash algorithms (such as SHA-1) must be available. |
21 | ENOPKG will be reported if the requisite algorithm is unavailable. | 20 | ENOPKG will be reported if the requisite algorithm is unavailable. |
22 | 21 | ||
23 | config PUBLIC_KEY_ALGO_RSA | ||
24 | tristate "RSA public-key algorithm" | ||
25 | select MPILIB | ||
26 | help | ||
27 | This option enables support for the RSA algorithm (PKCS#1, RFC3447). | ||
28 | |||
29 | config X509_CERTIFICATE_PARSER | 22 | config X509_CERTIFICATE_PARSER |
30 | tristate "X.509 certificate parser" | 23 | tristate "X.509 certificate parser" |
31 | depends on ASYMMETRIC_PUBLIC_KEY_SUBTYPE | 24 | depends on ASYMMETRIC_PUBLIC_KEY_SUBTYPE |