diff options
Diffstat (limited to 'security/Kconfig')
-rw-r--r-- | security/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/Kconfig b/security/Kconfig index 6631774672c1..5721847a7a62 100644 --- a/security/Kconfig +++ b/security/Kconfig | |||
@@ -115,7 +115,7 @@ config SECURITY_ROOTPLUG | |||
115 | 115 | ||
116 | config INTEL_TXT | 116 | config INTEL_TXT |
117 | bool "Enable Intel(R) Trusted Execution Technology (Intel(R) TXT)" | 117 | bool "Enable Intel(R) Trusted Execution Technology (Intel(R) TXT)" |
118 | depends on EXPERIMENTAL && X86 && DMAR && ACPI | 118 | depends on HAVE_INTEL_TXT |
119 | help | 119 | help |
120 | This option enables support for booting the kernel with the | 120 | This option enables support for booting the kernel with the |
121 | Trusted Boot (tboot) module. This will utilize | 121 | Trusted Boot (tboot) module. This will utilize |