diff mbox series

x86: drop "depends on X86" for TBOOT Kconfig option

Message ID 20190319135925.26005-1-wei.liu2@citrix.com (mailing list archive)
State New, archived
Headers show
Series x86: drop "depends on X86" for TBOOT Kconfig option | expand

Commit Message

Wei Liu March 19, 2019, 1:59 p.m. UTC
Given that this file already resides under arch/x86, there is no need
to have the dependency.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
 xen/arch/x86/Kconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Jan Beulich March 19, 2019, 2:26 p.m. UTC | #1
>>> On 19.03.19 at 14:59, <wei.liu2@citrix.com> wrote:
> Given that this file already resides under arch/x86, there is no need
> to have the dependency.
> 
> Signed-off-by: Wei Liu <wei.liu2@citrix.com>

Acked-by: Jan Beulich <jbeulich@suse.com>
diff mbox series

Patch

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