summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2018-05-21 12:01:40 -0600
committerchrome-bot <chrome-bot@chromium.org>2018-05-23 09:13:49 -0700
commit4d23d995c3a915cdcd2129b382c6f276e159aa44 (patch)
tree05939f2fa7aaccc647d7d4ff175445caf23a8d7d /include
parent11bd4c0f4d11357ab830982d7dec164813c886dd (diff)
downloadchrome-ec-4d23d995c3a915cdcd2129b382c6f276e159aa44.tar.gz
espi: rename remaining eSPI options
Change prefix from CONFIG_ESPI to CONFIG_HOSTCMD_ESPI for consistency. BRANCH=none BUG=chromium:818804 TEST=Full stack builds and works on yorp (espi) and grunt (lpc) Change-Id: I8b6e7eea515d14a0ba9030647cec738d95aea587 Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1067513 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h57
1 files changed, 28 insertions, 29 deletions
diff --git a/include/config.h b/include/config.h
index 3efa001ea4..a953338351 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1173,35 +1173,6 @@
*/
#undef CONFIG_EMULATED_SYSRQ
-/* Use Virtual Wire signals instead of GPIO with eSPI interface */
-#undef CONFIG_ESPI_VW_SIGNALS
-
-/* MCHP next two items are EC eSPI slave configuration */
-/* Maximum clock frequence eSPI EC slave advertises
- * Values in MHz are 20, 25, 33, 50, and 66
- */
-#undef CONFIG_ESPI_EC_MAX_FREQ
-
-/* EC eSPI slave advertises IO lanes
- * 0 = Single
- * 1 = Single and Dual
- * 2 = Single and Quad
- * 3 = Single, Dual, and Quad
- */
-#undef CONFIG_ESPI_EC_MODE
-
-/* Bit map of eSPI channels EC advertises
- * bit[0] = 1 Peripheral channel
- * bit[1] = 1 Virtual Wire channel
- * bit[2] = 1 OOB channel
- * bit[3] = 1 Flash channel
- */
-#undef CONFIG_ESPI_EC_CHAN_BITMAP
-
-/* Use Virtual Wire for Platform Reset instead of a sideband signal */
-#undef CONFIG_ESPI_PLTRST_IS_VWIRE
-
-
/* Include code for handling external power */
#define CONFIG_EXTPOWER
@@ -2084,6 +2055,34 @@
/* Support host command interface over eSPI bus. */
#undef CONFIG_HOSTCMD_ESPI
+/* Use Virtual Wire signals instead of GPIO with eSPI interface */
+#undef CONFIG_HOSTCMD_ESPI_VW_SIGNALS
+
+/* MCHP next two items are EC eSPI slave configuration */
+/* Maximum clock frequence eSPI EC slave advertises
+ * Values in MHz are 20, 25, 33, 50, and 66
+ */
+#undef CONFIG_HOSTCMD_ESPI_EC_MAX_FREQ
+
+/* EC eSPI slave advertises IO lanes
+ * 0 = Single
+ * 1 = Single and Dual
+ * 2 = Single and Quad
+ * 3 = Single, Dual, and Quad
+ */
+#undef CONFIG_HOSTCMD_ESPI_EC_MODE
+
+/* Bit map of eSPI channels EC advertises
+ * bit[0] = 1 Peripheral channel
+ * bit[1] = 1 Virtual Wire channel
+ * bit[2] = 1 OOB channel
+ * bit[3] = 1 Flash channel
+ */
+#undef CONFIG_HOSTCMD_ESPI_EC_CHAN_BITMAP
+
+/* Use Virtual Wire for Platform Reset instead of a sideband signal */
+#undef CONFIG_HOSTCMD_ESPI_PLTRST_IS_VWIRE
+
/* Base address of low power RAM. */
#undef CONFIG_LPRAM_BASE