diff options
author | Wim Vervoorn <wvervoorn@eltan.com> | 2021-04-02 10:17:14 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-06 07:52:09 +0000 |
commit | a2241de8e87987ad5c1df8bcf3b82a7236a42ce7 (patch) | |
tree | 6d9c713a38ba8f955895b89fef5844b4785342d2 /src/mainboard/facebook/monolith | |
parent | 20027fc8c93f6e605d0b17411c14fb2fe3035bef (diff) |
mb/facebook/monolith: Allow TPM initialization
TPM_INIT is disabled by default. This prevents TPM to be operational
when VBOOT is disabled.
Remove the TPM_INIT disable.
BUG=N/A
TEST=tested on facebook monolith with VBOOT disabled.
Change-Id: I84d525a18c84643903922fef0a11dcf98abbbe4d
Signed-off-by: Wim Vervoorn <wvervoorn@eltan.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52052
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/mainboard/facebook/monolith')
-rw-r--r-- | src/mainboard/facebook/monolith/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/facebook/monolith/Kconfig b/src/mainboard/facebook/monolith/Kconfig index 1962352546..fe3b056c26 100644 --- a/src/mainboard/facebook/monolith/Kconfig +++ b/src/mainboard/facebook/monolith/Kconfig @@ -68,10 +68,6 @@ config DIMM_MAX int default 2 -config TPM_INIT - bool - default n - config MAINBOARD_SUPPORTS_SKYLAKE_CPU bool default n |