aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/tpm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/tpm/Kconfig')
-rw-r--r--src/drivers/tpm/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/tpm/Kconfig b/src/drivers/tpm/Kconfig
index 79b860f89b..735cfeebb8 100644
--- a/src/drivers/tpm/Kconfig
+++ b/src/drivers/tpm/Kconfig
@@ -1,6 +1,6 @@
config TPM_INIT_RAMSTAGE
bool
- default y if TPM1 || TPM2
+ default y if TPM
depends on !VBOOT && !VENDORCODE_ELTAN_VBOOT && !VENDORCODE_ELTAN_MBOOT \
&& !TPM_MEASURED_BOOT_INIT_BOOTBLOCK
help
@@ -9,7 +9,7 @@ config TPM_INIT_RAMSTAGE
config TPM_PPI
bool "Generate ACPI code to implement TPM physical presence interface"
- depends on TPM1 || TPM2
+ depends on TPM
depends on HAVE_ACPI_TABLES
depends on !CHROMEOS
default y if PAYLOAD_TIANOCORE