summaryrefslogtreecommitdiff
path: root/chip/ish/config_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/ish/config_chip.h')
-rw-r--r--chip/ish/config_chip.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chip/ish/config_chip.h b/chip/ish/config_chip.h
index e83e9fc065..c595e825b9 100644
--- a/chip/ish/config_chip.h
+++ b/chip/ish/config_chip.h
@@ -71,9 +71,6 @@
/* Customize the build */
/* Optional features present on this chip */
-/* Note: ISH does not use the LPC bus but the protocol. */
-/* #define CONFIG_HOSTCMD_LPC */
-
/* Macro used with gpio.inc, ISH only has port 0 */
#define GPIO_PIN(index) 0, (1 << (index))
#define GPIO_PIN_MASK(m) .port = 0, .mask = (m)