summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-11 11:50:52 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-11 21:55:19 +0000
commit17baff2bd51e5b14fa9992f4cddca96742a7dea8 (patch)
tree5a59abd57e1d4452d12870b98524b1894aba63fd
parent4fba21dd08bc68646ad1b38ab17ec71f6610142a (diff)
downloadchrome-ec-17baff2bd51e5b14fa9992f4cddca96742a7dea8.tar.gz
coil: remove configs with coil terms
BUG=b:175244613 TEST=make buildall -j Change-Id: I36656b3a7b6dc3f5cfcce6f93ec6713c504ab8e6 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2622888 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
-rw-r--r--include/config.h6
1 files changed, 0 insertions, 6 deletions
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