aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Blank <waldi@debian.org>2021-08-09 16:58:10 +0200
committerBastian Blank <waldi@debian.org>2021-08-09 16:58:10 +0200
commit815c4ee3f9a5b701373093bf741b186f70cc23d1 (patch)
treedf59e487a08d663539706e7420e14946b1cd74f1
parent6e679322d7d98d30b4a8a3d1b659c899a6e9d4df (diff)
downloadkernel_replicant_linux-815c4ee3f9a5b701373093bf741b186f70cc23d1.tar.gz
kernel_replicant_linux-815c4ee3f9a5b701373093bf741b186f70cc23d1.tar.bz2
kernel_replicant_linux-815c4ee3f9a5b701373093bf741b186f70cc23d1.zip
[x86] Enable AMD_MEM_ENCRYPT
-rw-r--r--debian/changelog1
-rw-r--r--debian/config/kernelarch-x86/config1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 45ef2b7ee624..13f7c9bd30fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ linux (5.13.9-1~exp1) UNRELEASED; urgency=medium
* Enable PROC_VMCORE.
* Enable SECURITYFS.
* Re-enable IMA. (closes: #972459)
+ * [x86] Enable AMD_MEM_ENCRYPT. (closes: #983586, #989040)
-- Bastian Blank <waldi@debian.org> Thu, 27 May 2021 12:25:51 +0200
diff --git a/debian/config/kernelarch-x86/config b/debian/config/kernelarch-x86/config
index 0a6fe12486cf..6fbfc3589a5c 100644
--- a/debian/config/kernelarch-x86/config
+++ b/debian/config/kernelarch-x86/config
@@ -43,6 +43,7 @@ CONFIG_MICROCODE_INTEL=y
CONFIG_MICROCODE_AMD=y
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m
+CONFIG_AMD_MEM_ENCRYPT=y
CONFIG_NODES_SHIFT=6
# CONFIG_ARCH_MEMORY_PROBE is not set
CONFIG_X86_PMEM_LEGACY=m