Kconfig (6273fd7a5a99549bc5b90ce8a70df88cc6b570c3) | Kconfig (93308baf075039dccf347391491773f272cc24f6) |
---|---|
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. --- 32 unchanged lines hidden (view full) --- 41 default y 42 depends on CRYPTO_DEV_CCP_DD && X86_64 43 help 44 Provide support for the AMD Platform Security Processor (PSP). 45 The PSP is a dedicated processor that provides support for key 46 management commands in Secure Encrypted Virtualization (SEV) mode, 47 along with software-based Trusted Execution Environment (TEE) to 48 enable third-party trusted applications. | 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. --- 32 unchanged lines hidden (view full) --- 41 default y 42 depends on CRYPTO_DEV_CCP_DD && X86_64 43 help 44 Provide support for the AMD Platform Security Processor (PSP). 45 The PSP is a dedicated processor that provides support for key 46 management commands in Secure Encrypted Virtualization (SEV) mode, 47 along with software-based Trusted Execution Environment (TEE) to 48 enable third-party trusted applications. |
49 50config CRYPTO_DEV_CCP_DEBUGFS 51 bool "Enable CCP Internals in DebugFS" 52 default n 53 depends on CRYPTO_DEV_SP_CCP 54 help 55 Expose CCP device information such as operation statistics, feature 56 information, and descriptor queue contents. |
|