summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/puff/board.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/puff/board.h b/board/puff/board.h
index 7f8c45be9e..60663698f4 100644
--- a/board/puff/board.h
+++ b/board/puff/board.h
@@ -76,6 +76,10 @@
#undef CONFIG_HOSTCMD_DEBUG_MODE
#define CONFIG_HOSTCMD_DEBUG_MODE HCDEBUG_OFF
+/* Enable AP Reset command for TPM with old firmware version to detect it. */
+#define CONFIG_CMD_AP_RESET_LOG
+#define CONFIG_HOSTCMD_AP_RESET
+
/* Chipset config */
#define CONFIG_CHIPSET_COMETLAKE_DISCRETE
/* check */