diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-07-31 23:10:57 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-08-09 20:17:59 +0800 |
commit | ac360faf955125d362128835e479da0e2646b341 (patch) | |
tree | 818aa0bb3017487e71656f68fcf9d5c0cf504a7b /crypto | |
parent | d634baea628af60d20a82db911b9dc99a5f16244 (diff) | |
download | linux-ac360faf955125d362128835e479da0e2646b341.tar.bz2 |
crypto: ccp - select CONFIG_CRYPTO_RSA
Without the base RSA code, we run into a link error:
ERROR: "rsa_parse_pub_key" [drivers/crypto/ccp/ccp-crypto.ko] undefined!
ERROR: "rsa_parse_priv_key" [drivers/crypto/ccp/ccp-crypto.ko] undefined!
Like the other drivers implementing RSA in hardware, this
can be avoided by always enabling the base support when we build
CCP.
Fixes: ceeec0afd684 ("crypto: ccp - Add support for RSA on the CCP")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions