summaryrefslogtreecommitdiff
path: root/src/security/intel
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2021-05-27 19:33:57 +0300
committerPatrick Georgi <pgeorgi@google.com>2021-05-30 20:14:47 +0000
commitf303b4ffd92caf479153245a720c79eca5edb4ba (patch)
tree8d8fcd4e52e6a04a6445ea77f2175425dec7fac2 /src/security/intel
parentde77449c3946e89140fe53ca636d77a23ccc503c (diff)
Apply more uses for Kconfig TPM
Change-Id: I54b296563940cd46fe9da9fe789b746f2fc1987d Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/55016 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'src/security/intel')
-rw-r--r--src/security/intel/txt/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/security/intel/txt/Kconfig b/src/security/intel/txt/Kconfig
index 14b4f6a722..36489256b9 100644
--- a/src/security/intel/txt/Kconfig
+++ b/src/security/intel/txt/Kconfig
@@ -7,7 +7,7 @@ config INTEL_TXT
select ENABLE_VMX if CPU_INTEL_COMMON
select AP_IN_SIPI_WAIT
select TPM_MEASURED_BOOT_INIT_BOOTBLOCK if TPM_MEASURED_BOOT
- depends on (TPM1 || TPM2)
+ depends on TPM
depends on CPU_INTEL_FIRMWARE_INTERFACE_TABLE
depends on PLATFORM_HAS_DRAM_CLEAR
depends on (SOC_INTEL_COMMON_BLOCK_SA || HAVE_CF9_RESET)