1 config CRYPTO_DEV_CCP_DD
2 tristate "Secure Processor device driver"
5 Provides AMD Secure Processor device driver.
6 If you choose 'M' here, this module will be called ccp.
8 config CRYPTO_DEV_SP_CCP
9 bool "Cryptographic Coprocessor device"
11 depends on CRYPTO_DEV_CCP_DD
18 Provides the support for AMD Cryptographic Coprocessor (CCP) device
19 which can be used to offload encryption operations such as SHA, AES
22 config CRYPTO_DEV_CCP_CRYPTO
23 tristate "Encryption and hashing offload support"
25 depends on CRYPTO_DEV_CCP_DD
26 depends on CRYPTO_DEV_SP_CCP
28 select CRYPTO_BLKCIPHER
32 Support for using the cryptographic API with the AMD Cryptographic
33 Coprocessor. This module supports offload of SHA and AES algorithms.
34 If you choose 'M' here, this module will be called ccp_crypto.