projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17f7424
)
x86: drop "depends on X86" for TBOOT Kconfig option
author
Wei Liu
<wei.liu2@citrix.com>
Tue, 19 Mar 2019 13:59:25 +0000
(13:59 +0000)
committer
Wei 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
patch
|
blob
|
history
diff --git
a/xen/arch/x86/Kconfig
b/xen/arch/x86/Kconfig
index 5c2d1070b657635b9fb959fb0c69e8cf4a685307..76393fd23ae996cdd74f98cc79c887aacc67deb8 100644
(file)
--- 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