diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-05-27 19:33:57 +0300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-05-30 20:14:47 +0000 |
commit | f303b4ffd92caf479153245a720c79eca5edb4ba (patch) | |
tree | 8d8fcd4e52e6a04a6445ea77f2175425dec7fac2 /src/security/tpm | |
parent | de77449c3946e89140fe53ca636d77a23ccc503c (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/tpm')
-rw-r--r-- | src/security/tpm/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/security/tpm/Kconfig b/src/security/tpm/Kconfig index e228a3d435..4864f12545 100644 --- a/src/security/tpm/Kconfig +++ b/src/security/tpm/Kconfig @@ -70,7 +70,7 @@ config DEBUG_TPM bool "Output verbose TPM debug messages" default n select DRIVER_TPM_DISPLAY_TIS_BYTES if I2C_TPM - depends on TPM1 || TPM2 + depends on TPM help This option enables additional TPM related debug messages. @@ -96,7 +96,7 @@ config TPM_MEASURED_BOOT bool "Enable Measured Boot" default n select VBOOT_LIB - depends on TPM1 || TPM2 + depends on TPM depends on !VBOOT_RETURN_FROM_VERSTAGE help Enables measured boot (experimental) |