summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMathew King <mathewk@chromium.org>2019-02-26 15:04:21 -0700
committerchrome-bot <chrome-bot@chromium.org>2019-03-01 19:50:20 -0800
commit4dd4b3153b2f067e5ee9efbcb4852c424be57348 (patch)
treef7e3d8b132926acc1bdb919e7344fbbc86ac2580 /include
parent7f6fdc5240618d7000ab1526b24f6e242adf1ac3 (diff)
downloadchrome-ec-4dd4b3153b2f067e5ee9efbcb4852c424be57348.tar.gz
ec: Cleanup ish config options
Remove all ISH related CONFIG_* options except for: CONFIG_HOSTCMD_HECI: This will be used to enable the host command interface using HECI. Similar to CONFIG_HOSTCMD_LPC or CONFIG_HOSTCMD_ESPI. arcada_ish uses this config. CONFIG_HID_HECI: This will be used to enable a HID interface using HECI. It is compatible with the intel-ish-hid kernel driver. atlas_ish uses this config. Also remove ipc.c the functionality it has been superceded by ipc_heci.c. BUG=b:123634700 TEST=Built and tested on a arcada device Verified that atlas_ish builds BRANCH=none Change-Id: I9d97693e2beca1c9fec8c4f17bd3706b0ea8e795 Signed-off-by: Mathew King <mathewk@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1490551 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/include/config.h b/include/config.h
index 595971203c..122523a5e9 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2398,17 +2398,9 @@
#undef CONFIG_LOW_POWER_S0
/*
- * Enable Host Embedded Controller Interface protocol. ISH (Intel Sensor Hub)
- * Uses this protocol for the basis of communication.
+ * Enable HID subsystem using HECI on Intel ISH (Integrated Sensor Hub)
*/
-#undef CONFIG_HECI
-
-/*
- * Enable inter-processor communication between ISH (Intel Sensor Hub) and
- * other modules in Intel SoC(listed below).
- * - HOST(x64), CSME, PMC, cAVS, and ISP
- */
-#undef CONFIG_ISH_IPC
+#undef CONFIG_HID_HECI
/* Support host command interface over HECI */
#undef CONFIG_HOSTCMD_HECI