|
@@ -85,7 +85,7 @@ config KVM_AMD_SEV
|
|
def_bool y
|
|
def_bool y
|
|
bool "AMD Secure Encrypted Virtualization (SEV) support"
|
|
bool "AMD Secure Encrypted Virtualization (SEV) support"
|
|
depends on KVM_AMD && X86_64
|
|
depends on KVM_AMD && X86_64
|
|
- depends on CRYPTO_DEV_CCP && CRYPTO_DEV_CCP_DD && CRYPTO_DEV_SP_PSP
|
|
|
|
|
|
+ depends on CRYPTO_DEV_SP_PSP && !(KVM_AMD=y && CRYPTO_DEV_CCP_DD=m)
|
|
---help---
|
|
---help---
|
|
Provides support for launching Encrypted VMs on AMD processors.
|
|
Provides support for launching Encrypted VMs on AMD processors.
|
|
|
|
|