diff options
author | Peter Jones <pjones@redhat.com> | 2018-11-30 14:05:53 -0500 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2018-11-30 14:05:53 -0500 |
commit | f8216ee47abe1997e9fc7efb3d819d6105d898f5 (patch) | |
tree | b97b6ea486baf5aa1c08a330333d5a16fdcbb17a /kernel-x86_64-debug.config | |
parent | 7f66c536530505c1558e53f9d7e9c19b755bed85 (diff) | |
download | kernel-f8216ee47abe1997e9fc7efb3d819d6105d898f5.tar.gz kernel-f8216ee47abe1997e9fc7efb3d819d6105d898f5.tar.xz kernel-f8216ee47abe1997e9fc7efb3d819d6105d898f5.zip |
Enable CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT
This makes it so users don't have to do mem_encrypt=1 to enable SEV VMs.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'kernel-x86_64-debug.config')
-rw-r--r-- | kernel-x86_64-debug.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-x86_64-debug.config b/kernel-x86_64-debug.config index 5f4c56754..39be4b932 100644 --- a/kernel-x86_64-debug.config +++ b/kernel-x86_64-debug.config @@ -215,7 +215,7 @@ CONFIG_AMD8111_ETH=m # CONFIG_AMD_IOMMU_DEBUGFS is not set CONFIG_AMD_IOMMU_V2=m CONFIG_AMD_IOMMU=y -# CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT is not set +CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT=y CONFIG_AMD_MEM_ENCRYPT=y CONFIG_AMD_NUMA=y CONFIG_AMD_PHY=m |