RSA: Don't select non-existent symbol
authorJean Delvare <jdelvare@suse.de>
Thu, 17 Jul 2014 19:45:41 +0000 (20:45 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 17 Jul 2014 20:01:27 +0000 (21:01 +0100)
You can select MPILIB_EXTRA all you want, it doesn't exist ;-)

Surprised kconfig doesn't complain about that...

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Acked-by: Marek Vasut <marex@denx.de>
Signed-off-by: David Howells <dhowells@redhat.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
crypto/asymmetric_keys/Kconfig

index 03a6eb9..0320c7d 100644 (file)
@@ -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).