summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chip/ish/config_chip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/ish/config_chip.h b/chip/ish/config_chip.h
index 7b682bd3fe..3e9d8605a3 100644
--- a/chip/ish/config_chip.h
+++ b/chip/ish/config_chip.h
@@ -70,7 +70,7 @@
/* Optional features present on this chip */
/* Note: ISH does not use the LPC bus but the protocol. */
-#define CONFIG_HOSTCMD_LPC
+/* #define CONFIG_HOSTCMD_LPC */
/* Macro used with gpio.inc, ISH only has port 0 */
#define GPIO_PIN(index) 0, (1 << (index))