From 535c0bf4fa8b1c44b96f1163d163b20cebdd0a92 Mon Sep 17 00:00:00 2001 From: Jett Rink Date: Mon, 21 May 2018 11:24:31 -0600 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/1067504 Reviewed-by: Randall Spangler --- board/bds/board.h | 1 - include/config.h | 9 --------- 2 files changed, 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. -- cgit v1.2.1