summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 3a2c197a89..64b3ca064c 100644
--- a/include/config.h
+++ b/include/config.h
@@ -4339,6 +4339,22 @@
#undef CONFIG_ISH_PM_RESET_PREP
/*
+ * Define the following if combined ISR is required for ipc communication
+ * between host and ISH.
+ */
+#undef CONFIG_ISH_HOST2ISH_COMBINED_ISR
+
+/*
+ * Define the following if there is need to clear ISH fabric error.
+ */
+#undef CONFIG_ISH_CLEAR_FABRIC_ERRORS
+
+/*
+ * Define the following if the version of ISH uses Synopsys Designware uart.
+ */
+#undef CONFIG_ISH_DW_UART
+
+/*
* On Intel devices EC's USB-C port numbers may not be physically equal to
* AP's USB3 & USB2 port number. Because there can be MAX 15 USB2 ports on
* PCH and MAX 15 USB3 ports on SOC, based on the complexity of the physical