mb/google/skyrim: Enable hibernate on TPM err

Enable hibernate on TPM setup error for Skyrim devices.

BUG=b:296439237
TEST=Force the error by hard coding the return code and observe the
device entering hibernate.
BRANCH=None

Change-Id: Ibf96b830f07dac98035d3152c8ec220685a912bc
Signed-off-by: Jon Murphy <jpmurphy@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77668
Reviewed-by: Tim Van Patten <timvp@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/src/mainboard/google/skyrim/Kconfig b/src/mainboard/google/skyrim/Kconfig
index 59f6c67..4e9ae98 100644
--- a/src/mainboard/google/skyrim/Kconfig
+++ b/src/mainboard/google/skyrim/Kconfig
@@ -247,4 +247,9 @@
 config SPI_FLASH_WINBOND
 	default y
 
+# Enable hibernate on TPM setup error as needed
+config TPM_SETUP_HIBERNATE_ON_ERR
+	bool
+	default y
+
 endif # BOARD_GOOGLE_BASEBOARD_SKYRIM