mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-12 12:29:11 +00:00
kernel: Add CONFIG_TDX_GUEST_DRIVER to the tdx.conf
The driver enables the userspace interface to communicate with the TDX module to request the TDX guest details, like the attestation report. Fixes: #8555 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
@@ -5,6 +5,8 @@ CONFIG_EFI_STUB=y
|
||||
CONFIG_INTEL_IOMMU_SVM=y
|
||||
CONFIG_INTEL_TDX_GUEST=y
|
||||
CONFIG_OF=y
|
||||
CONFIG_TDX_GUEST_DRIVER=y
|
||||
CONFIG_VIRT_DRIVERS=y
|
||||
CONFIG_X86_5LEVEL=y
|
||||
CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y
|
||||
CONFIG_X86_PLATFORM_DEVICES=y
|
||||
|
@@ -1 +1 @@
|
||||
118
|
||||
119
|
||||
|
Reference in New Issue
Block a user