Kconfig (728d90bdc9e480dc93913e59a0aa3c896c7aa697) Kconfig (b95bba5d01141ba919c99ea6fde206727f3b3eb4)
1# SPDX-License-Identifier: GPL-2.0-only
2config CRYPTO_DEV_CCP_DD
3 tristate "Secure Processor device driver"
4 depends on CPU_SUP_AMD || ARM64
5 default m
6 help
7 Provides AMD Secure Processor device driver.
8 If you choose 'M' here, this module will be called ccp.

--- 13 unchanged lines hidden (view full) ---

22 and more.
23
24config CRYPTO_DEV_CCP_CRYPTO
25 tristate "Encryption and hashing offload support"
26 default m
27 depends on CRYPTO_DEV_CCP_DD
28 depends on CRYPTO_DEV_SP_CCP
29 select CRYPTO_HASH
1# SPDX-License-Identifier: GPL-2.0-only
2config CRYPTO_DEV_CCP_DD
3 tristate "Secure Processor device driver"
4 depends on CPU_SUP_AMD || ARM64
5 default m
6 help
7 Provides AMD Secure Processor device driver.
8 If you choose 'M' here, this module will be called ccp.

--- 13 unchanged lines hidden (view full) ---

22 and more.
23
24config CRYPTO_DEV_CCP_CRYPTO
25 tristate "Encryption and hashing offload support"
26 default m
27 depends on CRYPTO_DEV_CCP_DD
28 depends on CRYPTO_DEV_SP_CCP
29 select CRYPTO_HASH
30 select CRYPTO_BLKCIPHER
30 select CRYPTO_SKCIPHER
31 select CRYPTO_AUTHENC
32 select CRYPTO_RSA
33 select CRYPTO_LIB_AES
34 help
35 Support for using the cryptographic API with the AMD Cryptographic
36 Coprocessor. This module supports offload of SHA and AES algorithms.
37 If you choose 'M' here, this module will be called ccp_crypto.
38

--- 18 unchanged lines hidden ---
31 select CRYPTO_AUTHENC
32 select CRYPTO_RSA
33 select CRYPTO_LIB_AES
34 help
35 Support for using the cryptographic API with the AMD Cryptographic
36 Coprocessor. This module supports offload of SHA and AES algorithms.
37 If you choose 'M' here, this module will be called ccp_crypto.
38

--- 18 unchanged lines hidden ---