mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-12 00:43:36 -04:00
KVM: x86: prefer "depends on" to "select" for SEV
Avoid reverse dependencies. Instead, SEV will only be enabled if the PSP driver is available. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
This commit is contained in:
parent
65e38583c3
commit
505c9e94d8
1 changed files with 1 additions and 3 deletions
|
@ -85,9 +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
|
||||||
select CRYPTO_DEV_CCP
|
depends on CRYPTO_DEV_CCP && CRYPTO_DEV_CCP_DD && CRYPTO_DEV_SP_PSP
|
||||||
select CRYPTO_DEV_CCP_DD
|
|
||||||
select CRYPTO_DEV_SP_PSP
|
|
||||||
---help---
|
---help---
|
||||||
Provides support for launching Encrypted VMs on AMD processors.
|
Provides support for launching Encrypted VMs on AMD processors.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue