]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
x86: drop "depends on X86" for TBOOT Kconfig option
authorWei Liu <wei.liu2@citrix.com>
Tue, 19 Mar 2019 13:59:25 +0000 (13:59 +0000)
committerWei Liu <wei.liu2@citrix.com>
Tue, 19 Mar 2019 14:39:25 +0000 (14:39 +0000)
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>
xen/arch/x86/Kconfig

index 5c2d1070b657635b9fb959fb0c69e8cf4a685307..76393fd23ae996cdd74f98cc79c887aacc67deb8 100644 (file)
@@ -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