From 17baff2bd51e5b14fa9992f4cddca96742a7dea8 Mon Sep 17 00:00:00 2001 From: Mary Ruthven Date: Mon, 11 Jan 2021 11:50:52 -0800 Subject: coil: remove configs with coil terms BUG=b:175244613 TEST=make buildall -j Change-Id: I36656b3a7b6dc3f5cfcce6f93ec6713c504ab8e6 Signed-off-by: Mary Ruthven Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2622888 Reviewed-by: Namyoon Woo --- include/config.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/config.h') diff --git a/include/config.h b/include/config.h index 9562abcd5a..067ba0b9da 100644 --- a/include/config.h +++ b/include/config.h @@ -591,9 +591,6 @@ */ #undef CONFIG_BOARD_VERSION_GPIO -/* EC responses to a board defined I2C slave address */ -#undef CONFIG_BOARD_I2C_SLAVE_ADDR_FLAGS - /* * The board is unable to distinguish EC reset from power-on so it should treat * all resets as triggered by RESET_PIN even if it is a POWER_ON reset. @@ -3624,9 +3621,6 @@ #undef CONFIG_USB_PD_IDENTITY_HW_VERS #undef CONFIG_USB_PD_IDENTITY_SW_VERS -/* USB PD MCU slave address for host commands */ -#define CONFIG_USB_PD_I2C_SLAVE_ADDR_FLAGS 0x1E - /* Define if using internal comparator for PD receive */ #undef CONFIG_USB_PD_INTERNAL_COMP -- cgit v1.2.1