diff options
author | Tom Lendacky <thomas.lendacky@amd.com> | 2013-12-10 11:38:39 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2013-12-20 07:06:20 -0500 |
commit | d5aa80952aba9071b50a74c8daf7feb1caa2fd8c (patch) | |
tree | 12ccdc351bd9f9ef36c00bee66813013714246ba /drivers/crypto/ccp | |
parent | 6f0be9b26621cefa6709b1d8bc15388eaf763126 (diff) |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/ccp/Kconfig b/drivers/crypto/ccp/Kconfig index 335ed5cac7a0..7639ffc36c68 100644 --- a/drivers/crypto/ccp/Kconfig +++ b/drivers/crypto/ccp/Kconfig | |||
@@ -2,6 +2,7 @@ config CRYPTO_DEV_CCP_DD | |||
2 | tristate "Cryptographic Coprocessor device driver" | 2 | tristate "Cryptographic Coprocessor device driver" |
3 | depends on CRYPTO_DEV_CCP | 3 | depends on CRYPTO_DEV_CCP |
4 | default m | 4 | default m |
5 | select HW_RANDOM | ||
5 | help | 6 | help |
6 | Provides the interface to use the AMD Cryptographic Coprocessor | 7 | Provides the interface to use the AMD Cryptographic Coprocessor |
7 | which can be used to accelerate or offload encryption operations | 8 | which can be used to accelerate or offload encryption operations |