summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2018-05-21 10:22:55 -0600
committerchrome-bot <chrome-bot@chromium.org>2018-05-22 21:56:38 -0700
commitfddf4e703d8673b8ea62f81c8aba3943cfeffea5 (patch)
tree88970808037bc3dcfd1bb695f0ed3cfb9e428efd
parent707bebe29356b4804509d438bb6f02496cb8b1b3 (diff)
downloadchrome-ec-fddf4e703d8673b8ea62f81c8aba3943cfeffea5.tar.gz
lpc: add explicit LPC define in board.h
The ITE eval board relied on the chip's define for LPC. Since the ITE chip supports both LPC and eSPI, we want to define LPC here to be explicit. BRANCH=none BUG=chromium:818804 TEST=Full stack builds and works on yorp (espi) and grunt (lpc) Change-Id: Ic477277543c1f24999070dc408052c7266df22e6 Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1067501 Reviewed-by: Randall Spangler <rspangler@chromium.org>
-rw-r--r--board/it83xx_evb/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/it83xx_evb/board.h b/board/it83xx_evb/board.h
index 8da6cf79d0..a3e02f1c8e 100644
--- a/board/it83xx_evb/board.h
+++ b/board/it83xx_evb/board.h
@@ -30,6 +30,7 @@
#define CONFIG_SPI
#define CONFIG_SPI_FLASH_PORT 0
#define CONFIG_UART_HOST
+#define CONFIG_HOSTCMD_LPC
#if IT83XX_PD_EVB
/* PD */