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/rpl | |
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/rpl')
-rw-r--r-- | src/mainboard/system76/rpl/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/system76/rpl/Kconfig b/src/mainboard/system76/rpl/Kconfig index 20a09b6092..a61e4efab4 100644 --- a/src/mainboard/system76/rpl/Kconfig +++ b/src/mainboard/system76/rpl/Kconfig @@ -23,7 +23,6 @@ config BOARD_SYSTEM76_RPL_COMMON select SOC_INTEL_RAPTORLAKE select SPD_READ_BY_WORD select SYSTEM_TYPE_LAPTOP - select TPM_RDRESP_NEED_DELAY config BOARD_SYSTEM76_ADDW3 select BOARD_SYSTEM76_RPL_COMMON |