[PATCH v3 4/5] x86/virt/tdx: Remove the !KEXEC_CORE dependency

Kai Huang posted 5 patches 1 year, 10 months ago
There is a newer version of this series
[PATCH v3 4/5] x86/virt/tdx: Remove the !KEXEC_CORE dependency
Posted by Kai Huang 1 year, 10 months ago
Now TDX host can work with kexec().  Remove the !KEXEC_CORE dependency.

Signed-off-by: Kai Huang <kai.huang@intel.com>
---
 arch/x86/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index c62db6b853d7..bfafc8a16a07 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1967,7 +1967,6 @@ config INTEL_TDX_HOST
 	depends on X86_X2APIC
 	select ARCH_KEEP_MEMBLOCK
 	depends on CONTIG_ALLOC
-	depends on !KEXEC_CORE
 	depends on X86_MCE
 	help
 	  Intel Trust Domain Extensions (TDX) protects guest VMs from malicious
-- 
2.43.2