Message ID | 20240903074134.305012-1-Sergiy_Kibrik@epam.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [XEN] x86/tboot: add Intel dependency | expand |
On 03.09.2024 09:41, Sergiy Kibrik wrote: > Make the Intel-specific Trusted Boot implementation dependant on general Intel CPU support. > > Signed-off-by: Sergiy Kibrik <Sergiy_Kibrik@epam.com> Acked-by: Jan Beulich <jbeulich@suse.com>
diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig index d0aaf359eb..89d17e7f2c 100644 --- a/xen/arch/x86/Kconfig +++ b/xen/arch/x86/Kconfig @@ -221,7 +221,7 @@ config HVM_FEP config TBOOT bool "Xen tboot support (UNSUPPORTED)" - depends on UNSUPPORTED + depends on INTEL && UNSUPPORTED default !PV_SHIM_EXCLUSIVE select CRYPTO help
Make the Intel-specific Trusted Boot implementation dependant on general Intel CPU support. Signed-off-by: Sergiy Kibrik <Sergiy_Kibrik@epam.com> --- xen/arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)