From: Richard Weinberger Date: Wed, 18 Jun 2014 14:18:36 +0000 (+0200) Subject: crypto: Remove MPILIB_EXTRA X-Git-Tag: firefly_0821_release~176^2~3464^2~15 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=381de9c0e3e60ed2acf8c681a69bbeb94a02cdba;p=firefly-linux-kernel-4.4.55.git crypto: Remove MPILIB_EXTRA The symbol is an orphan, get rid of it. Signed-off-by: Richard Weinberger Signed-off-by: Paul Bolle Signed-off-by: Jiri Kosina --- diff --git a/crypto/asymmetric_keys/Kconfig b/crypto/asymmetric_keys/Kconfig index 03a6eb95ab50..0320c7d4b3e1 100644 --- a/crypto/asymmetric_keys/Kconfig +++ b/crypto/asymmetric_keys/Kconfig @@ -22,7 +22,6 @@ config ASYMMETRIC_PUBLIC_KEY_SUBTYPE config PUBLIC_KEY_ALGO_RSA tristate "RSA public-key algorithm" - select MPILIB_EXTRA select MPILIB help This option enables support for the RSA algorithm (PKCS#1, RFC3447).