summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.