Kconfig (016db9c5c39fc7f1c766daf2083211318ef93d38) Kconfig (2a6170dfe755b167ca8d6bba2e73695f08b37c54)
1config CRYPTO_DEV_CCP_DD
2 tristate "Secure Processor device driver"
3 depends on CPU_SUP_AMD || ARM64
4 default m
5 help
6 Provides AMD Secure Processor device driver.
7 If you choose 'M' here, this module will be called ccp.
8

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

28 select CRYPTO_HASH
29 select CRYPTO_BLKCIPHER
30 select CRYPTO_AUTHENC
31 select CRYPTO_RSA
32 help
33 Support for using the cryptographic API with the AMD Cryptographic
34 Coprocessor. This module supports offload of SHA and AES algorithms.
35 If you choose 'M' here, this module will be called ccp_crypto.
1config CRYPTO_DEV_CCP_DD
2 tristate "Secure Processor device driver"
3 depends on CPU_SUP_AMD || ARM64
4 default m
5 help
6 Provides AMD Secure Processor device driver.
7 If you choose 'M' here, this module will be called ccp.
8

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

28 select CRYPTO_HASH
29 select CRYPTO_BLKCIPHER
30 select CRYPTO_AUTHENC
31 select CRYPTO_RSA
32 help
33 Support for using the cryptographic API with the AMD Cryptographic
34 Coprocessor. This module supports offload of SHA and AES algorithms.
35 If you choose 'M' here, this module will be called ccp_crypto.
36
37config CRYPTO_DEV_SP_PSP
38 bool "Platform Security Processor (PSP) device"
39 default y
40 depends on CRYPTO_DEV_CCP_DD && X86_64
41 help
42 Provide support for the AMD Platform Security Processor (PSP).
43 The PSP is a dedicated processor that provides support for key
44 management commands in Secure Encrypted Virtualization (SEV) mode,
45 along with software-based Trusted Execution Environment (TEE) to
46 enable third-party trusted applications.