2013-11-13 01:46:51 +08:00
|
|
|
config CRYPTO_DEV_CCP_DD
|
|
|
|
tristate "Cryptographic Coprocessor device driver"
|
|
|
|
depends on CRYPTO_DEV_CCP
|
|
|
|
default m
|
2013-12-11 00:38:39 +08:00
|
|
|
select HW_RANDOM
|
2016-04-18 22:21:44 +08:00
|
|
|
select DMA_ENGINE
|
2015-12-17 20:45:41 +08:00
|
|
|
select CRYPTO_SHA1
|
|
|
|
select CRYPTO_SHA256
|
2013-11-13 01:46:51 +08:00
|
|
|
help
|
|
|
|
Provides the interface to use the AMD Cryptographic Coprocessor
|
2015-10-02 05:32:44 +08:00
|
|
|
which can be used to offload encryption operations such as SHA,
|
|
|
|
AES and more. If you choose 'M' here, this module will be called
|
|
|
|
ccp.
|
2013-11-13 01:46:51 +08:00
|
|
|
|
|
|
|
config CRYPTO_DEV_CCP_CRYPTO
|
2015-10-02 05:32:44 +08:00
|
|
|
tristate "Encryption and hashing offload support"
|
2013-11-13 01:46:51 +08:00
|
|
|
depends on CRYPTO_DEV_CCP_DD
|
|
|
|
default m
|
|
|
|
select CRYPTO_HASH
|
|
|
|
select CRYPTO_BLKCIPHER
|
|
|
|
select CRYPTO_AUTHENC
|
|
|
|
help
|
|
|
|
Support for using the cryptographic API with the AMD Cryptographic
|
2015-10-02 05:32:44 +08:00
|
|
|
Coprocessor. This module supports offload of SHA and AES algorithms.
|
|
|
|
If you choose 'M' here, this module will be called ccp_crypto.
|