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/mainboard/system76/whl-u/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/mainboard/system76/whl-u/Kconfig')
-rw-r--r-- | src/mainboard/system76/whl-u/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/system76/whl-u/Kconfig b/src/mainboard/system76/whl-u/Kconfig index 08b4948db9..b8cb4fc33c 100644 --- a/src/mainboard/system76/whl-u/Kconfig +++ b/src/mainboard/system76/whl-u/Kconfig @@ -25,7 +25,6 @@ config BOARD_SPECIFIC_OPTIONS select SPD_READ_BY_WORD select SYSTEM_TYPE_LAPTOP select TPM_MEASURED_BOOT - select TPM_RDRESP_NEED_DELAY config MAINBOARD_DIR default "system76/whl-u" |