config [31mCONFIG_CRYPTO_DEV_CCP_DD[0m tristate "Cryptographic Coprocessor device driver" depends on [31mCONFIG_CRYPTO_DEV_CCP[0m default m select [31mCONFIG_HW_RANDOM[0m select [31mCONFIG_DMA_ENGINE[0m select [31mCONFIG_DMADEVICES[0m select [31mCONFIG_CRYPTO_SHA1[0m select [31mCONFIG_CRYPTO_SHA256[0m help Provides the interface to use the AMD Cryptographic Coprocessor which can be used to offload encryption operations such as SHA, AES and more. If you choose '[31mCONFIG_M[0m' here, this module will be called ccp. config [31mCONFIG_CRYPTO_DEV_CCP_CRYPTO[0m tristate "Encryption and hashing offload support" depends on [31mCONFIG_CRYPTO_DEV_CCP_DD[0m default m select [31mCONFIG_CRYPTO_HASH[0m select [31mCONFIG_CRYPTO_BLKCIPHER[0m select [31mCONFIG_CRYPTO_AUTHENC[0m help Support for using the cryptographic API with the AMD Cryptographic Coprocessor. This module supports offload of SHA and AES algorithms. If you choose '[31mCONFIG_M[0m' here, this module will be called ccp_crypto. |