summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2018-05-21 11:24:31 -0600
committerchrome-bot <chrome-bot@chromium.org>2018-05-23 09:13:50 -0700
commit535c0bf4fa8b1c44b96f1163d163b20cebdd0a92 (patch)
treeae998b86a3aee93340e6a6a689a72f4bac29a233
parent4d23d995c3a915cdcd2129b382c6f276e159aa44 (diff)
downloadchrome-ec-535c0bf4fa8b1c44b96f1163d163b20cebdd0a92.tar.gz
cleanup: remove transition code for LPC/ESPI cleanup
BRANCH=none BUG=chromium:818804 TEST=full stack works with lpc and espi Change-Id: I371e993bc97e7e87fb1075cf3dba82082402c0cf Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1067504 Reviewed-by: Randall Spangler <rspangler@chromium.org>
-rw-r--r--board/bds/board.h1
-rw-r--r--include/config.h9
2 files changed, 0 insertions, 10 deletions
diff --git a/board/bds/board.h b/board/bds/board.h
index 93e3295ec3..b08c7f47e3 100644
--- a/board/bds/board.h
+++ b/board/bds/board.h
@@ -19,7 +19,6 @@
/* Modules we want to exclude */
#undef CONFIG_LID_SWITCH
-#undef CONFIG_LPC /* TODO(chromium:818804): Remove after transition */
#undef CONFIG_HOSTCMD_LPC
#undef CONFIG_PECI
#undef CONFIG_SWITCH
diff --git a/include/config.h b/include/config.h
index a953338351..1e0097332a 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3401,15 +3401,6 @@
#error Must select one type of host communication bus.
#endif
-/* TODO(chromium:818804): Remove temp transition code below once finished */
-#ifdef CONFIG_HOSTCMD_ESPI
-#define CONFIG_LPC
-#define CONFIG_ESPI
-#endif
-
-#ifdef CONFIG_HOSTCMD_LPC
-#define CONFIG_LPC
-#endif
/******************************************************************************/
/*
* Set default data ram size unless it's customized by the chip.