From 0f369bb5e610425ca610de4a5c282bb64833da8a Mon Sep 17 00:00:00 2001 From: Mary Ruthven Date: Wed, 6 Jan 2021 12:26:50 -0800 Subject: coil: remove unused hostcmd configs with coil terms BUG=b:175244613 TEST=make buildall -j Change-Id: I17610b1169f2611d89d17218868780bc8b82051e Signed-off-by: Mary Ruthven Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2615128 Reviewed-by: Namyoon Woo --- include/config.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/include/config.h b/include/config.h index 27b2769158..d83cd4f7e3 100644 --- a/include/config.h +++ b/include/config.h @@ -1995,17 +1995,6 @@ */ #undef CONFIG_HOSTCMD_FLASH_SPI_INFO -/* - * For ECs where the host command interface is I2C, slave - * address which the EC will respond to. - */ -#undef CONFIG_HOSTCMD_I2C_SLAVE_ADDR_FLAGS - -/* - * Accept EC host commands over the SPI slave (SPS) interface. - */ -#undef CONFIG_HOSTCMD_SPS - /* * Host command rate limiting assures EC will have time to process lower * priority tasks even if the AP is hammering the EC with host commands. -- cgit v1.2.1