summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 48f642fe59..39f7048ca9 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2334,6 +2334,13 @@
#undef CONFIG_LOW_POWER_S0
/*
+ * 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
+
+/*
* EC supports x86 host communication with AP. This can either be through LPC
* or eSPI. The CONFIG_HOSTCMD_X86 will get automatically defined if either
* CONFIG_HOSTCMD_LPC or CONFIG_HOSTCMD_ESPI are defined. LPC and eSPI are