From 42f0cd98f872f670b8f70b057ed9e8312beefa05 Mon Sep 17 00:00:00 2001 From: Kyoung Kim Date: Thu, 4 Oct 2018 19:37:40 -0700 Subject: ish-ipc: remove IPC/Host command related flag Remove flag related to IPC interface & Host command protocol to add new IPC & HECI protocol BUG=b:79676054 TEST=none Change-Id: I4707e2845c38a4d86ab8bffad93f7024fa9e5eb5 Signed-off-by: Kyoung Kim Reviewed-on: https://chromium-review.googlesource.com/1263896 Commit-Ready: ChromeOS CL Exonerator Bot Tested-by: Kyoung Il Kim Reviewed-by: Caveh Jalali Reviewed-by: Kyoung Il Kim --- chip/ish/config_chip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.1