mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-16 18:11:22 +00:00
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>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user