summaryrefslogtreecommitdiff
path: root/board/kindred/board.h
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2019-08-09 13:57:59 -0600
committerCommit Bot <commit-bot@chromium.org>2019-08-12 19:03:29 +0000
commit99591a03f7e9b3680d80e7cd040d7f437da1dfb1 (patch)
tree9a0ce1386a9af22562ee735ce7d7df1fa1a3fee7 /board/kindred/board.h
parentc090c1101c7d1c87ee706d67be29d74eae9f541e (diff)
downloadchrome-ec-99591a03f7e9b3680d80e7cd040d7f437da1dfb1.tar.gz
hatch: SLP_S3/S4 sideband signals guarded with wrong config
All the hatch platforms had a typo with the config option guarding the configuration of the SLP_S3_L and SLP_S4_L signals. Changed CONFIG_HOSTCMD_ESPI_VW_SIGNALS to CONFIG_HOSTCMD_ESPI_VW_SLP_SIGNALS. BUG=b:139198212 BRANCH=none TEST=make buildall -j Change-Id: I96c01fb8e1903585f3bc19a30b2f9c0596e9edad Signed-off-by: Keith Short <keithshort@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1745655 Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'board/kindred/board.h')
-rw-r--r--board/kindred/board.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/kindred/board.h b/board/kindred/board.h
index e83a556751..e0d55dc666 100644
--- a/board/kindred/board.h
+++ b/board/kindred/board.h
@@ -21,7 +21,6 @@
#define CONFIG_LOW_POWER_IDLE
#define CONFIG_HOSTCMD_ESPI
-/* #define CONFIG_HOSTCMD_ESPI_VW_SIGNALS */
#undef CONFIG_UART_TX_BUF_SIZE
#define CONFIG_UART_TX_BUF_SIZE 4096