[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XEN PATCH] x86/tboot: add Intel dependency
Make the Intel-specific Trusted Boot implementation dependant on general Intel CPU support. Signed-off-by: Sergiy Kibrik <Sergiy_Kibrik@xxxxxxxx> --- xen/arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |