summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccp
diff options
context:
space:
mode:
authorTom Lendacky <thomas.lendacky@amd.com>2013-12-10 16:38:39 (GMT)
committerHerbert Xu <herbert@gondor.apana.org.au>2013-12-20 12:06:20 (GMT)
commitd5aa80952aba9071b50a74c8daf7feb1caa2fd8c (patch)
tree12ccdc351bd9f9ef36c00bee66813013714246ba /drivers/crypto/ccp
parent6f0be9b26621cefa6709b1d8bc15388eaf763126 (diff)
downloadlinux-d5aa80952aba9071b50a74c8daf7feb1caa2fd8c.tar.xz
crypto: ccp - CCP Kconfig fixes
Update the Kconfig to include PCI on the 'depends on' and add 'select HW_RANDOM' to insure the necessary PCI and HW_RANDOM functions are available/included in the build. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/ccp')
-rw-r--r--drivers/crypto/ccp/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/ccp/Kconfig b/drivers/crypto/ccp/Kconfig
index 335ed5c..7639ffc 100644
--- a/drivers/crypto/ccp/Kconfig
+++ b/drivers/crypto/ccp/Kconfig
@@ -2,6 +2,7 @@ config CRYPTO_DEV_CCP_DD
tristate "Cryptographic Coprocessor device driver"
depends on CRYPTO_DEV_CCP
default m
+ select HW_RANDOM
help
Provides the interface to use the AMD Cryptographic Coprocessor
which can be used to accelerate or offload encryption operations