Make the Intel-specific Trusted Boot implementation dependant on general Intel 
CPU support.

Signed-off-by: Sergiy Kibrik <[email protected]>
---
 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


Reply via email to