From: Wei Liu Date: Tue, 19 Mar 2019 13:59:25 +0000 (+0000) Subject: x86: drop "depends on X86" for TBOOT Kconfig option X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~2445 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8ac7d80f8d820fcc08508c6f388a57f550f3adbc;p=xen.git 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 --- 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