summaryrefslogtreecommitdiff
path: root/drivers/virt/coco/Kconfig
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2025-03-03 23:14:26 -0800
committerDan Williams <dan.j.williams@intel.com>2025-05-02 12:52:16 -0700
commit7515f45c165269b72ee739e6fc26cc2ef928fc1b (patch)
tree5d638e3af4fed6b0cff8790e695991f5a810ab82 /drivers/virt/coco/Kconfig
parent71ded61bee2af97a218f9dfa0f4019cc4cd3b029 (diff)
downloadlinux-next-7515f45c165269b72ee739e6fc26cc2ef928fc1b.tar.gz
linux-next-7515f45c165269b72ee739e6fc26cc2ef928fc1b.zip
coco/guest: Move shared guest CC infrastructure to drivers/virt/coco/guest/
In preparation for creating a new drivers/virt/coco/host/ directory to house shared host driver infrastructure for confidential computing, move configfs-tsm to a guest/ sub-directory. The tsm.ko module is renamed to tsm_reports.ko. The old tsm.ko module was only ever demand loaded by kernel internal dependencies, so it should not affect existing userspace module install scripts. The new drivers/virt/coco/guest/ is also a preparatory landing spot for new / optional TSM Report mechanics like a TCB stability enumeration / watchdog mechanism. To be added later. Cc: Wu Hao <hao.wu@intel.com> Cc: Yilun Xu <yilun.xu@intel.com> Cc: Samuel Ortiz <sameo@rivosinc.com> Cc: Tom Lendacky <thomas.lendacky@amd.com> Reviewed-by: Alexey Kardashevskiy <aik@amd.com> Reviewed-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> Link: https://patch.msgid.link/174107246641.1288555.208426916259466774.stgit@dwillia2-xfh.jf.intel.com Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/virt/coco/Kconfig')
-rw-r--r--drivers/virt/coco/Kconfig6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/virt/coco/Kconfig b/drivers/virt/coco/Kconfig
index ff869d883d95..819a97e8ba99 100644
--- a/drivers/virt/coco/Kconfig
+++ b/drivers/virt/coco/Kconfig
@@ -3,10 +3,6 @@
# Confidential computing related collateral
#
-config TSM_REPORTS
- select CONFIGFS_FS
- tristate
-
source "drivers/virt/coco/efi_secret/Kconfig"
source "drivers/virt/coco/pkvm-guest/Kconfig"
@@ -16,3 +12,5 @@ source "drivers/virt/coco/sev-guest/Kconfig"
source "drivers/virt/coco/tdx-guest/Kconfig"
source "drivers/virt/coco/arm-cca-guest/Kconfig"
+
+source "drivers/virt/coco/guest/Kconfig"