aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index f182a4e8e5bd..0527060b2710 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -334,6 +334,9 @@ config ARCH_SUPPORTS_UPROBES
334config FIX_EARLYCON_MEM 334config FIX_EARLYCON_MEM
335 def_bool y 335 def_bool y
336 336
337config DYNAMIC_PHYSICAL_MASK
338 bool
339
337config PGTABLE_LEVELS 340config PGTABLE_LEVELS
338 int 341 int
339 default 5 if X86_5LEVEL 342 default 5 if X86_5LEVEL
@@ -1486,6 +1489,7 @@ config ARCH_HAS_MEM_ENCRYPT
1486config AMD_MEM_ENCRYPT 1489config AMD_MEM_ENCRYPT
1487 bool "AMD Secure Memory Encryption (SME) support" 1490 bool "AMD Secure Memory Encryption (SME) support"
1488 depends on X86_64 && CPU_SUP_AMD 1491 depends on X86_64 && CPU_SUP_AMD
1492 select DYNAMIC_PHYSICAL_MASK
1489 ---help--- 1493 ---help---
1490 Say yes to enable support for the encryption of system memory. 1494 Say yes to enable support for the encryption of system memory.
1491 This requires an AMD processor that supports Secure Memory 1495 This requires an AMD processor that supports Secure Memory