diff options
author | Bill XIE <persmule@hardenedlinux.org> | 2024-10-10 09:01:24 +0800 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2024-10-14 15:26:11 +0000 |
commit | 135a75826bb1315d641c9a8c0c383f1df7e0ae24 (patch) | |
tree | 115ff9c6d5e7b66f419fceaca9a6aadf8336bd2c /src/security/tpm/Kconfig | |
parent | 71c8dac9ca9915b7f954c33e128b022f0381dd10 (diff) |
drivers/pc80/tpm: Remove flag TPM_RDRESP_NEED_DELAY
After CB:76315, TPM_RDRESP_NEED_DELAY, whose historical mission has
ended, could be removed.
Signed-off-by: Bill XIE <persmule@hardenedlinux.org>
Change-Id: I51e046fb738d2ff7a23225739de62a1a7780bc1c
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84717
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Crawford <tcrawford@system76.com>
Diffstat (limited to 'src/security/tpm/Kconfig')
-rw-r--r-- | src/security/tpm/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/security/tpm/Kconfig b/src/security/tpm/Kconfig index ea13fa43c1..377d6dcb88 100644 --- a/src/security/tpm/Kconfig +++ b/src/security/tpm/Kconfig @@ -60,15 +60,6 @@ config DEBUG_TPM help This option enables additional TPM related debug messages. -config TPM_RDRESP_NEED_DELAY - bool "Enable Delay Workaround for TPM" - default n - depends on MEMORY_MAPPED_TPM - help - Certain TPMs seem to need some delay when reading response - to work around a race-condition-related issue, possibly - caused by ill-programmed TPM firmware. - config TPM_STARTUP_IGNORE_POSTINIT bool help |