From 8ac7d80f8d820fcc08508c6f388a57f550f3adbc Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Tue, 19 Mar 2019 13:59:25 +0000 Subject: [PATCH] x86: drop "depends on X86" for TBOOT Kconfig option Given that this file already resides under arch/x86, there is no need to have the dependency. Signed-off-by: Wei Liu Acked-by: Jan Beulich --- xen/arch/x86/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig index 5c2d1070b6..76393fd23a 100644 --- a/xen/arch/x86/Kconfig +++ b/xen/arch/x86/Kconfig @@ -130,7 +130,6 @@ config HVM_FEP config TBOOT def_bool y prompt "Xen tboot support" if EXPERT = "y" - depends on X86 select CRYPTO ---help--- Allows support for Trusted Boot using the Intel(R) Trusted Execution -- 2.30.2