x86: Mark TSX optional for AMD compatibility

This commit is contained in:
Mikael Voss 2024-08-03 23:34:14 +02:00
parent d4407a33e0
commit 984c0fa8ba

View file

@ -21,7 +21,7 @@ with lib.kernel;
X86_VSYSCALL_EMULATION = no;
LEGACY_VSYSCALL_NONE = yes;
X86_INTEL_TSX_MODE_AUTO = yes;
X86_INTEL_TSX_MODE_AUTO = option yes;
X86_USER_SHADOW_STACK = yes;
EFI_HANDOVER_PROTOCOL = no;